[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/konqueror/src
From:       David Faure <faure () kde ! org>
Date:       2010-11-22 13:33:13
Message-ID: 20101122133313.513E5AC8A2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199713 by dfaure:

Load parts using RTLD_GLOBAL so that the domtreeviewer can catch exceptions from khtmlpart.
Otherwise it just crashes. Since 2005...
BUG: 110947
FIXED-IN: 4.6


 M  +1 -0      konqfactory.cpp  


--- trunk/KDE/kdebase/apps/konqueror/src/konqfactory.cpp #1199712:1199713
@@ -83,6 +83,7 @@
 static KonqViewFactory tryLoadingService(KService::Ptr service)
 {
     KPluginLoader pluginLoader(*service);
+    pluginLoader.setLoadHints(QLibrary::ExportExternalSymbolsHint); // #110947
     KPluginFactory* factory = pluginLoader.factory();
     if (!factory) {
         KMessageBox::error(0,
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic