Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245149 - app-editors/gphpedit - debugging symbols missing
Summary: app-editors/gphpedit - debugging symbols missing
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-01 14:19 UTC by Glen Rubin
Modified: 2008-11-03 07:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Glen Rubin 2008-11-01 14:19:30 UTC
I am trying to debug gphpedit, but there are no debug symbols!!!

make.conf:
CFLAGS="-O1 -pipe -g -ggdb"
CXXFLAGS="${CFLAGS}"

package.use:
app-editors/gphpedit debug

emerged as follows:

FEATURES="nostrip" emerge gphpedit

Reproducible: Always

Steps to Reproduce:
1.gdb --args gphpedit
2.run (program crashes after replace all operation)
3.bt

Actual Results:  
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb70f3101 in raise () from /lib/libc.so.6
#2  0xb70f48e8 in abort () from /lib/libc.so.6
#3  0xb7129cbb in ?? () from /lib/libc.so.6
#4  0x00000011 in ?? ()
#5  0xbfd441b0 in ?? ()
#6  0x00000400 in ?? ()
#7  0xbfd440e8 in ?? ()
#8  0xb75e6b5e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#9  0xb712fa00 in ?? () from /lib/libc.so.6
#10 0x00000002 in ?? ()
#11 0xb71de968 in ?? () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
#12 0xbfd474a7 in ?? ()
#13 0xb71dea40 in ?? () from /lib/libc.so.6
#14 0xbfd446e7 in ?? ()
#15 0xb71dea40 in ?? () from /lib/libc.so.6
#16 0x30000000 in ?? ()
#17 0x34663339 in ?? ()
#18 0x00383030 in ?? ()
#19 0xb71f5ff4 in ?? () from /lib/libc.so.6
#20 0xb71f7120 in ?? () from /lib/libc.so.6
#21 0x093f4008 in ?? ()
#22 0xbfd44718 in ?? ()
#23 0xb71316f9 in free () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
Backtrace stopped: frame did not save the PC
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-11-03 07:55:42 UTC
Please read the following document:

http://www.gentoo.org/proj/en/qa/backtraces.xml

if you already read it, read it again. Unless portage yells at you and says it installs a pre-stripped binary, there is nothing gnome team as to do with your situation. Please reopen if the this is the case, otherwise, this is invalid.