Comment 28 for bug 408719

Revision history for this message
In , RĂ©mi Denis-Courmont (rdenis) wrote :

Version: (using KDE 4.4.2)
Compiler: GCC
OS: Linux
Installed from: Ubuntu Packages

The Kfile plugin for Qt4 triggers registration of the destructor for the global static KIOScheduler, if the Qt4 open dialog is invoked (from a Qt4 but non-KDE application).

This causes a crash at exit, while glibc runs the exit handlers. Apparently, ~KIOScheduler tries to use QDBus (which is already deinitialized).

Ubuntu apport has recorded many occurence of this issue here: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/408719