Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187363 - x11-misc/glipper-0.95.1-r1 segfaults
Summary: x11-misc/glipper-0.95.1-r1 segfaults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-01 11:43 UTC by Peter Avramucz
Modified: 2007-08-01 12:16 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 Peter Avramucz 2007-08-01 11:43:36 UTC
I've tried re-emerging, but it's the same. Revdep-rebuild shows nothing.
glibc 2.6

Program received signal SIGSEGV, Segmentation fault.
0x00000038d4a74fe0 in memcpy () from /lib/libc.so.6
(gdb) bt
#0  0x00000038d4a74fe0 in memcpy () from /lib/libc.so.6
#1  0x00000038d4a5ea23 in _IO_getline_info () from /lib/libc.so.6
#2  0x00000038d4a5d7ef in fgets () from /lib/libc.so.6
#3  0x00000000004041c6 in ?? ()
#4  0x0000000000405111 in ?? ()
#5  0x00000038d4a1d584 in __libc_start_main () from /lib/libc.so.6
#6  0x0000000000403e59 in ?? ()
#7  0x00007fff0571d5c8 in ?? ()
#8  0x0000000000000000 in ?? ()
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-01 12:05:21 UTC
See http://www.gentoo.org/proj/en/qa/backtraces.xml; also post emerge --info
Comment 2 Peter Avramucz 2007-08-01 12:16:35 UTC
Ahh...
Adding nostrip to make.conf made gdb more verbose:
Program received signal SIGSEGV, Segmentation fault.
0x00000038d4a74fe0 in memcpy () from /lib/libc.so.6
(gdb) bt
#0  0x00000038d4a74fe0 in memcpy () from /lib/libc.so.6
#1  0x00000038d4a5ea23 in _IO_getline_info () from /lib/libc.so.6
#2  0x00000038d4a5d7ef in fgets () from /lib/libc.so.6
#3  0x00000000004041c6 in readPreferences () at main.c:521
#4  0x0000000000405111 in main (argc=1, argv=0x7fffeb36e3a8) at main.c:608

So after removing the .glipper directory, it works again...
Sorry for disturbing...