Bugzilla – Bug 139573
Impossible to set breakpoint
Last modified: 2006-04-11 08:15:32 UTC
If we have a binary compiled and linked with PIE it's impossible to set a breakpoint in gdb. See bug #1848 of http://sources.redhat.com/cgi-bin/gnatsweb.pl?database=gdb As we compile Samba by default with PIE support if available it's available this is a problem for us. Therefore we'll disable PIE in the case Samba will be configured with --enable-developer. I know that this is only a partial workaround for developers as our Samba package is build without this option.
This is also valid for x86_64.
Andreas: Any news?
*** Bug 142865 has been marked as a duplicate of this bug. ***
*** Bug 146909 has been marked as a duplicate of this bug. ***
Hopefully this can be fixed. It's a major problem during betas if one cannot debug most daemons.
Move to Version Beta 6 and to Severity critical.
*** Bug 157946 has been marked as a duplicate of this bug. ***
Should work now.