[Bug 193498] signal 11 sigsevv error on boot

Martin Koller kollix at aon.at
Mon Jun 1 13:15:29 BST 2009


https://bugs.kde.org/show_bug.cgi?id=193498


Martin Koller <kollix at aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |kollix at aon.at
         Resolution|                            |WONTFIX




--- Comment #7 from Martin Koller <kollix aon at>  2009-06-01 14:15:24 ---
I had the same problem but only running KDE3.5.10.
I now found out that nspluginscan is crashing whenever it loads a plugin which
is linked against Qt4. I assume this is due to the fact that then you have 2 Qt
libraries loaded which share some equal symbols and the wrong one is used, e.g.
calling a function from Qt4 but the one from Qt3 was meant to be used.
I had such a plugin installed in my ~/.mozilla/plugins and when I removed this
one, nspluginscan did no longer crash.

You can check which one is the culprit by activating the KDE debugflag 1433 by
running kdebugdialog (assuming you have KDE3 libs built with debug
information).
If you don't have the debug version of the KDE3 libs, then you can check with
ldd <plugin-name>
in the directories where nspluginscan looks for - which you can configure in
konquerors settings/plugins dialog.
Also, in this dialog you can deactivate that the scan is run each time you log
into KDE.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list