The cause of the issue is that
modules/gui/qt4/components/playlist/sorting.h::i_column_sorting is being
called with i_column = 0 from PLModel::sort. This case isn't catched in
the switch, so the default is taken: abort().

I've made a small patch (find it attached) with which vlc will sort by
COLUMN_NUMBER by default, instead of aborting. Probably not the best
solution... I recompiled the vlc package in my PPA and finally I can
startup vlc :).

Follow the instructions at https://launchpad.net/~petski to enable my
PPA in case you want to test the package.

** Attachment added: "vlc.debdiff"
   http://launchpadlibrarian.net/24300028/vlc.debdiff

** Summary changed:

- vlc crash with SIGABRT
+ vlc crashes with SIGABRT at startup

-- 
vlc crashes with SIGABRT at startup
https://bugs.launchpad.net/bugs/342332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to