Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178828 - media-video/kaffeine-0.8.4 doesn't start
Summary: media-video/kaffeine-0.8.4 doesn't start
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 03:55 UTC by Caleb Cushing
Modified: 2007-05-19 15:54 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,3.08 KB, text/plain)
2007-05-17 12:16 UTC, Caleb Cushing
Details
strace kaffeine (strace.kaffeine,39.63 KB, text/plain)
2007-05-17 12:20 UTC, Caleb Cushing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Cushing 2007-05-17 03:55:13 UTC
I don't get it... kaffeine doesn't start anymore. used to work fine, 'till a couple of weeks ago. I think a kde update or something broke it. I tried recompiling... no help.

this is all I get from gdb 

Starting program: /usr/bin/kaffeine 
[Thread debugging using libthread_db enabled]
[New Thread -1238185088 (LWP 9688)]

nothing If I ctrl-c it... 

0xb7f76410 in __kernel_vsyscall ()
(gdb) bt
#0  0xb7f76410 in __kernel_vsyscall ()
#1  0xb66b42f3 in __read_nocancel () from /lib/libpthread.so.0
#2  0xb711658e in _kde_IceTransSocketRead () from /usr/kde/3.5/lib/libDCOP.so.4
#3  0xb711625f in _kde_IceTransRead () from /usr/kde/3.5/lib/libDCOP.so.4
#4  0xb711028f in _kde_IceRead () from /usr/kde/3.5/lib/libDCOP.so.4
#5  0xb711485e in KDE_IceProcessMessages () from /usr/kde/3.5/lib/libDCOP.so.4
#6  0xb71020b6 in DCOPClient::callInternal () from /usr/kde/3.5/lib/libDCOP.so.4
#7  0xb710239b in DCOPClient::callInternal () from /usr/kde/3.5/lib/libDCOP.so.4
#8  0xb7104f8b in DCOPClient::call () from /usr/kde/3.5/lib/libDCOP.so.4
#9  0xb7104ff7 in DCOPClient::call () from /usr/kde/3.5/lib/libDCOP.so.4
#10 0xb7284572 in KUniqueApplication::start ()
   from /usr/kde/3.5/lib/libkdecore.so.4
#11 0x0806c19a in main (argc=33555202, argv=0x33) at main.cpp:94
#12 0xb634583c in __libc_start_main () from /lib/libc.so.6
#13 0x0806be51 in _start ()
(gdb) 


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-17 05:47:34 UTC
Which kaffeine version is this about? Also, post emerge --info output.
Comment 2 Caleb Cushing 2007-05-17 12:16:34 UTC
Created attachment 119519 [details]
emerge --info

[ebuild   R   ] media-video/kaffeine-0.8.4  USE="debug encode vorbis -arts -dvb -gstreamer -kdehiddenvisibility -xcb -xinerama" 0 kB 

note: most of the system has been built with -fomit-frame-pointer I removed it to rebuild kaffeine in hopes I would get a better trace.
Comment 3 Caleb Cushing 2007-05-17 12:17:08 UTC
information provided
Comment 4 Caleb Cushing 2007-05-17 12:20:35 UTC
Created attachment 119522 [details]
strace kaffeine

don't know if this is useful  but here's a strace
Comment 5 Caleb Cushing 2007-05-19 15:54:18 UTC
figured it out... kaffeine apparently hadn't closed out properly at some point. not a bug. or at least not this bug.