Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 300239

Summary: x11-terms/tilda-0.9.6 segmentation fault
Product: Gentoo Linux Reporter: Sasha Medvedev <Sasha.Medvedev>
Component: Current packagesAssignee: Steev Klimaszewski (RETIRED) <steev>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: My emerge --info

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