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/11908] Debugging PIE works with core dump, but not"live"


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

devurandom at gmx dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from devurandom at gmx dot net 2011-02-11 11:58:22 UTC ---
$ gcc -o test -g -pie test.c
$ gdb ./test
[...]
Program received signal SIGSEGV, Segmentation fault.
0x4000061784dbca90 in hallo () at test.c:2
2               *(char*)0 = 0;

Problem seems fixed in sys-devel/gdb-7.2 on Gentoo/Hardned/IA64.

-- 
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]