Bug 378122 - Kaffeine crashes on playing DVD
Summary: Kaffeine crashes on playing DVD
Status: RESOLVED INTENTIONAL
Alias: None
Product: kaffeine
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Neon Linux
: NOR crash
Target Milestone: ---
Assignee: Mauro Carvalho Chehab
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-26 20:33 UTC by Ivan Stanton
Modified: 2017-10-04 09:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Stanton 2017-03-26 20:33:50 UTC
I am using the git master branch of Kaffeine.
Whenever I open a DVD in kaffeine, it crashes. This is reproducible every time.
Backtrace with debug symbols(I think): https://paste.kde.org/ptsvmuim8
Output of kaffeine: https://paste.kde.org/pwmzmjlt7
Comment 1 Mauro Carvalho Chehab 2017-03-27 18:15:06 UTC
There is something really weird on your backtrace:

Thread 1 (Thread 0x7f1fe9fbd900 (LWP 10566)):
[KCrash Handler]
#6  0x00007f1fc0a38524 in ?? () from /usr/lib/xine/plugins/2.5/xineplug_inp_dvd.so
#7  0x00007f1fc0a36f4a in ?? () from /usr/lib/xine/plugins/2.5/xineplug_inp_dvd.so
#8  0x00007f1fc0a2de38 in ?? () from /usr/lib/xine/plugins/2.5/xineplug_inp_dvd.so
#9  0x00007f1fc0a284c4 in ?? () from /usr/lib/xine/plugins/2.5/xineplug_inp_dvd.so
#10 0x00007f1fc0a250ce in ?? () from /usr/lib/xine/plugins/2.5/xineplug_inp_dvd.so
#11 0x00007f1fc0a25f61 in ?? () from /usr/lib/xine/plugins/2.5/xineplug_inp_dvd.so
#12 0x00007f1fe98c5757 in xine_open () from /usr/lib/libxine.so.2
#13 0x000000000040559b in XineObject::customEvent (this=0x7ffed35984e0, event=<optimized out>) at /build/buildd/kaffeine-1.2.2/src/backend-xine/xineapplication.cpp:673

From it, you're not using Kaffeine 2.0.x, but, instead, kaffeine 1.2.2! I'm switching that information on the BZ.

Kaffeine 1.3 and 2.0.x don't use libxine anymore, due to lots of issues on it.

Btw, we're not maintaining Kaffeine 1.x upstream anymore.
Comment 2 Ivan Stanton 2017-03-27 19:59:13 UTC
That's odd...
I suppose I'll file a bug at neon, then, because apparently kaffeine git isn't packaged.