Summary: | KNotify crashed on startup | ||
---|---|---|---|
Product: | [Frameworks and Libraries] phonon-backend-vlc | Reporter: | Javier Martínez Ortiz <jamartin> |
Component: | general | Assignee: | Harald Sitter <sitter> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | bcooksley, fabo, jamartin, jb, martin.sandsmark, myriam, vivo75+kde |
Priority: | NOR | ||
Version: | 0.4.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Attachments: | New crash information added by DrKonqi |
Description
Javier Martínez Ortiz
2011-12-02 13:05:58 UTC
Could you please install the -debuginfo packages for Phonon and phonon-backend-vlc? Your backtrace is not very useful without. Please see also http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports (In reply to comment #1) > Could you please install the -debuginfo packages for Phonon and > phonon-backend-vlc? Your backtrace is not very useful without. Please see also > http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports Myriam: i "solved" the issue by uninstalling phonon-backend-vlc. There's no problem after that. I guessed that the traceback was lack of information, but i couldn't to install the -debuginfo packages, even with the debug repo active. I'll try to reproduce the bug, reinstalling the packages to gather some more info. Created attachment 66708 [details] New crash information added by DrKonqi systemsettings (1.0) on KDE Platform 4.7.2 (4.7.2) "release 5" using Qt 4.7.4 - What I was doing when the application crashed: This is additional information about the bug 288057. Is the better i could get, because DrKonqui asked me some -debuginfo that is unavailable from OpenSUSE 12.1 debug repos. The list of applications in this situation is the following: /usr/bin/systemsettings /usr/lib64/libQtCore.so.4 /usr/lib64/kde4/plugins/phonon_platform/kde.so /usr/lib64/libkcmutils.so.4 /usr/lib64/libkdecore.so.5 /usr/lib64/libphonon.so.4 /usr/lib64/libkdeui.so.5 /usr/lib64/libQtGui.so.4 /usr/lib64/kde4/kcm_phonon.so I hope this information will be useful to correct the bug. -- Backtrace (Reduced): #7 0x00007f3582b4510c in vlc_entry__1_1_0g (p_module=0xee54b0) at opencv_example.c:66 #8 0x00007f35973000d1 in module_Call (obj=0xc0b3b0, p_module=<optimized out>) at modules/os.c:119 #9 0x00007f35972f9d0f in AllocatePlugin (p_this=0xc0b3b0, psz_file=0xee1890 "/usr/lib64/vlc/plugins/video_filter/libopencv_example_plugin.so") at modules/modules.c:1032 #10 0x00007f35972f9ff4 in AllocatePluginFile (i_file_size=10440, i_file_time=1323724910, psz_file=0xee1890 "/usr/lib64/vlc/plugins/video_filter/libopencv_example_plugin.so", p_bank=0xc01b60, p_this=<optimized out>) at modules/modules.c:960 #11 AllocatePluginDir (p_this=0xc0b3b0, p_bank=0xc01b60, psz_dir=0xe6c9c0 "/usr/lib64/vlc/plugins/video_filter", i_maxdepth=<optimized out>) at modules/modules.c:912 Please have a look here for the -debuginfo package for the backend: https://build.opensuse.org/package/binaries?package=phonon-backend-vlc&project=KDE%3AUnstable%3APlayground&repository=openSUSE_11.4_KDE_Unstable_SC That is very much a VLC bug. Best guess from the backtrace is that the plugin versions do not match the VLC version, thus leading to a crash when allocating memory for the plugin. *** Bug 299707 has been marked as a duplicate of this bug. *** |