[Uim-bugs] [Bug 19877] Segfaults in libqt-mt.3.3.8 when Qt3 and Qt4 support both enabled
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Sep 12 00:45:13 PDT 2009
http://bugs.freedesktop.org/show_bug.cgi?id=19877
--- Comment #8 from Muneyuki Noguchi <nogu.dev at gmail.com> 2009-09-12 00:45:10 PST ---
In the case of Gentoo,
/usr/lib/qt4/plugins/inputmethods/libuiminputcontextplugin.so and
/usr/qt/3/plugins/inputmethods/libquiminputcontextplugin.so are installed when
both Qt3 and Qt4 support are enabled.
Qt4 applications load libuiminputcontextplugin.so (Qt4) even when
QT_PLUGIN_PATH is set.
$ QT_DEBUG_PLUGINS=1 qtconfig
QFactoryLoader::QFactoryLoader() looking at
"/usr/lib/qt4/plugins/inputmethods/libqimsw-multi.so"
keys ("imsw-multi")
QFactoryLoader::QFactoryLoader() looking at
"/usr/lib/qt4/plugins/inputmethods/libuiminputcontextplugin.so"
Segmentation fault
$ QT_DEBUG_PLUGINS=1 QT_PLUGIN_PATH=/usr/qt/3/plugins qtconfig
QFactoryLoader::QFactoryLoader() looking at
"/usr/lib/qt4/plugins/inputmethods/libqimsw-multi.so"
keys ("imsw-multi")
QFactoryLoader::QFactoryLoader() looking at
"/usr/lib/qt4/plugins/inputmethods/libuiminputcontextplugin.so"
Segmentation fault
$ QT_DEBUG_PLUGINS=1 QT_PLUGIN_PATH=/usr/lib/qt4/plugins qtconfig
QFactoryLoader::QFactoryLoader() looking at
"/usr/lib/qt4/plugins/inputmethods/libqimsw-multi.so"
keys ("imsw-multi")
QFactoryLoader::QFactoryLoader() looking at
"/usr/lib/qt4/plugins/inputmethods/libuiminputcontextplugin.so"
Segmentation fault
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the uim-bugs
mailing list