This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug backtrace/14492] broken with -fPIE -pie


http://sourceware.org/bugzilla/show_bug.cgi?id=14492

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #8 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-08-19 07:35:57 UTC ---
When you have a frame with failed unwind (like the frame #0, as JIT code
unwinding is not supported by 'crack-language') then anything can happen.
Frames from #1 upwards are only a wild guess.  Nobody had to call strcmp in
this case, it could be leftover return address from some previous execution
(preserved due to a stack buffer) etc.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]