Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300239 - x11-terms/tilda-0.9.6 segmentation fault
Summary: x11-terms/tilda-0.9.6 segmentation fault
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Steev Klimaszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-09 01:10 UTC by Sasha Medvedev
Modified: 2010-01-12 20:50 UTC (History)
0 users

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


Attachments
My emerge --info (emerge.info,3.78 KB, text/plain)
2010-01-09 01:10 UTC, Sasha Medvedev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sasha Medvedev 2010-01-09 01:10:09 UTC
Tilda doesn't start. It segfault at start. Recompilation with empty CFLAGS and LDFLAGS doesn't help.

Reproducible: Always
Comment 1 Sasha Medvedev 2010-01-09 01:10:49 UTC
Created attachment 215755 [details]
My emerge --info
Comment 2 Viktor S 2010-01-09 02:46:06 UTC
Could you please provide a little more info? You can add split-debug to your FEATURES in make.conf and then run it through gdb and attach the log here for example.
Comment 3 Sasha Medvedev 2010-01-09 20:58:59 UTC
I've installed gdb. There is output of gdb run:

Reading symbols from /usr/bin/tilda...Reading symbols from /usr/lib/debug/usr/bin/tilda.debug...done.
(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/tilda 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6e63b90 (LWP 15168)]

Program received signal SIGSEGV, Segmentation fault.
tilda_keygrabber_bind (keystr=0x0, tw=0x8085540) at key_grabber.c:260
260	    if (strcmp ("", keystr) == 0)

The problem is in updeting configs from old vertion. After removing ~/.tilda directory tilda starts and work fine. So we can close bug as WORKSFORME or UPSTREAM