octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GUI problems/freeze when used within KDE


From: Michael Goffioul
Subject: GUI problems/freeze when used within KDE
Date: Mon, 2 Jul 2012 09:43:59 +0100

Jacob,

On my F16 I'm using KDE as desktop environment. However I have various problems when using the file dialogs (it appears Qt is using the KDE standard file dialogs when run from a KDE desktop):
1) the first time a file dialog is shown, the whole GUI freezes for about 2 minutes (see backtrace below)
2) when it gets back, I see this in the terminal widget:
KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you triedto call i18n related functions before your main component was created. You should not do that since it most likely will not work
QProcess: Destroyed while process is still running.
QProcess: Destroyed while process is still running.
3) the file dialog does not stay on top on the octave GUI window

When the GUI freezes in 1), the (partial) gdb backtrace is as follows:

#0  0x0000003ef0eea403 in select () at ../sysdeps/unix/syscall-template.S:82
#1  0x00000036983a60bf in qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) () from /usr/lib64/libQtCore.so.4
#2  0x0000003698353d58 in ?? () from /usr/lib64/libQtCore.so.4
#3  0x00000036983555fb in ?? () from /usr/lib64/libQtCore.so.4
#4  0x000000369830fd1e in QProcess::waitForFinished(int) () from /usr/lib64/libQtCore.so.4
#5  0x00007fffe7e04b4b in ?? () from /usr/lib64/libkio.so.5
#6  0x00007fffe7e075cc in ?? () from /usr/lib64/libkio.so.5
#7  0x00007fffe7e07c0b in ?? () from /usr/lib64/libkio.so.5
#8  0x00007fffe7e07cbd in ?? () from /usr/lib64/libkio.so.5
#9  0x00007fffe7e07d06 in KSambaShare::KSambaShare() () from /usr/lib64/libkio.so.5
#10 0x00007fffe7e07d9e in KSambaShare::instance() () from /usr/lib64/libkio.so.5
#11 0x00007fffe7d806db in KFileItem::overlays() const () from /usr/lib64/libkio.so.5
#12 0x00007fffe7d71082 in KDirModel::data(QModelIndex const&, int) const () from /usr/lib64/libkio.so.5
#13 0x000000369a169dec in QSortFilterProxyModel::data(QModelIndex const&, int) const () from /usr/lib64/libQtGui.so.4
#14 0x00007fffe7d913b7 in KFileItemDelegate::Private::decoration(QStyleOptionViewItemV4 const&, QModelIndex const&) const ()
   from /usr/lib64/libkio.so.5
#15 0x00007fffe7d9189a in KFileItemDelegate::Private::initStyleOption(QStyleOptionViewItemV4*, QModelIndex const&) const ()
   from /usr/lib64/libkio.so.5
#16 0x00007fffe7d94f4b in KFileItemDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const () from /usr/lib64/libkio.so.5
#17 0x000000369a122eb0 in QTreeView::indexRowSizeHint(QModelIndex const&) const () from /usr/lib64/libQtGui.so.4
#18 0x000000369a1267ac in QTreeViewPrivate::itemHeight(int) const () from /usr/lib64/libQtGui.so.4
#19 0x000000369a126a53 in QTreeViewPrivate::updateScrollBars() () from /usr/lib64/libQtGui.so.4
#20 0x000000369a126e0f in QTreeView::updateGeometries() () from /usr/lib64/libQtGui.so.4
#21 0x000000369a0e34f9 in QAbstractItemView::doItemsLayout() () from /usr/lib64/libQtGui.so.4
#22 0x000000369a12e35c in QTreeView::doItemsLayout() () from /usr/lib64/libQtGui.so.4

I'm a bit puzzled by the KSambaShare bits...

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]