bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/30150] addr2line returns wrong results after several thous


From: lveyde at gmail dot com
Subject: [Bug binutils/30150] addr2line returns wrong results after several thousands of requests in pipe mode
Date: Tue, 21 Feb 2023 12:47:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30150

--- Comment #9 from Lev Veyde <lveyde at gmail dot com> ---
Created attachment 14699
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14699&action=edit
1351 requests at most at a time (for a running process)

48618

0xffffffff82e21f2d : int3_magic

This seems to be the most problematic, and happen even if over ~1314 requests
are made.

add2line seems to return the source file in that case as:

arch/x86/kernel/alternative.c 29


that is instead, of what it normally returns for a single request (this, is
still broken info as no such file exists and and it should not return a
filename without a line number):

alternative.c:?



48618c48618
< 0xffffffff82e21f2d : int3_magic @ arch/x86/kernel/alternative.c 29
---
> 0xffffffff82e21f2d : int3_magic Error resolving address cannot convert line 
> number to string: alternative.c:?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]