FS#34646 - [vlc] crashes upon start
Attached to Project:
Arch Linux
Opened by dlh (dlh) - Saturday, 06 April 2013, 21:29 GMT
Last edited by Giovanni Scafora (giovanni) - Wednesday, 01 May 2013, 08:57 GMT
Opened by dlh (dlh) - Saturday, 06 April 2013, 21:29 GMT
Last edited by Giovanni Scafora (giovanni) - Wednesday, 01 May 2013, 08:57 GMT
|
Details
Description:
VLC crashes upon start Additional info: * vlc 2.0.5-5 Steps to reproduce: Just run vlc with qt interface There are no debugging symbols with arch packages, but from gdb I gained: #0 0x00007fffef95d439 in QThread::currentThread() () from /usr/lib/libQtCore.so.4 #1 0x00007fffefa5f2e8 in QCoreApplicationPrivate::QCoreApplicationPrivate(int&, char**, unsigned int) () from /usr/lib/libQtCore.so.4 #2 0x00007fffeff84fb3 in QApplicationPrivate::QApplicationPrivate(int&, char**, QApplication::Type, int) () from /usr/lib/libQtGui.so.4 #3 0x00007fffeff8eb72 in QApplication::QApplication(int&, char**, bool, int) () from /usr/lib/libQtGui.so.4 #4 0x00007ffff1229ff3 in ?? () from /usr/lib/vlc/plugins/gui/libqt4_plugin.so #5 0x00007ffff76c3dd2 in start_thread () from /usr/lib/libpthread.so.0 #6 0x00007ffff71f0c7d in clone () from /usr/lib/libc.so.6 |
This task depends upon
Closed by Giovanni Scafora (giovanni)
Wednesday, 01 May 2013, 08:57 GMT
Reason for closing: Not a bug
Wednesday, 01 May 2013, 08:57 GMT
Reason for closing: Not a bug
glib2 2.36.1-3
I downgraded to glib2 ver 2.34.3-1 and vlc starts again (had to do a clean reinstall the vlc package though). Hope it helps!