[Bug 457035] Re: kate crashed with SIGSEGV in KEditToolBar::showEvent()

2020-12-20 Thread Bug Watch Updater
Launchpad has imported 47 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=170806.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2008-09-10T15:54:33+00:00 Hannes wrote:

Version:(using KDE 4.1.0)
OS:FreeBSD
Installed from:FreeBSD Ports

I was reading a PDF and wanted to configure shortcuts. Konqueror
crashed.

I cannot reproduce the problem with random files and don't remember the
PDF I was looking at, but maybe the dump helps:

Application: Konqueror (konqueror), signal SIGSEGV
[New Thread 0x93f3400 (LWP 100162)]
[New Thread 0x8102100 (LWP 100160)]
[Switching to Thread 0x93f3400 (LWP 100162)]
[KCrash handler]
#6  0x00373131 in ?? ()
#7  0x287c45d4 in KXMLGUIFactory::configureShortcuts (this=0x840d4f0, 
letterCutsOk=)
at 
/usr/ports/x11/kdelibs4/work/kdelibs-4.1.0/kdeui/xmlgui/kxmlguifactory.cpp:555
#8  0x287c47ca in KXMLGUIFactory::qt_metacall (this=0x840d4f0, 
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbfbfd9bc)
at kxmlguifactory.moc:83
#9  0x28e0ba8c in QMetaObject::activate ()
   from /usr/local/lib/qt4/libQtCore.so.4
#10 0x28e0bdd0 in QMetaObject::activate ()
   from /usr/local/lib/qt4/libQtCore.so.4
#11 0x293bf4f1 in QAction::triggered () from /usr/local/lib/qt4/libQtGui.so.4
#12 0x293c054f in QAction::activate () from /usr/local/lib/qt4/libQtGui.so.4
#13 0x2974030c in QMenuPrivate::activateAction ()
   from /usr/local/lib/qt4/libQtGui.so.4
#14 0x29741d1d in QMenu::mouseReleaseEvent ()
   from /usr/local/lib/qt4/libQtGui.so.4
#15 0x2877b61a in KMenu::mouseReleaseEvent (this=0x854aea0, e=0x840d410)
at /usr/ports/x11/kdelibs4/work/kdelibs-4.1.0/kdeui/widgets/kmenu.cpp:452
#16 0x29410819 in QWidget::event () from /usr/local/lib/qt4/libQtGui.so.4
#17 0x2973fb65 in QMenu::event () from /usr/local/lib/qt4/libQtGui.so.4
#18 0x293c59bc in QApplicationPrivate::notify_helper ()
   from /usr/local/lib/qt4/libQtGui.so.4
#19 0x293cc922 in QApplication::notify ()
   from /usr/local/lib/qt4/libQtGui.so.4
#20 0x286adab3 in KApplication::notify (this=0xbfbfe77c, receiver=0x854aea0, 
event=0xbfbfe014)
at 
/usr/ports/x11/kdelibs4/work/kdelibs-4.1.0/kdeui/kernel/kapplication.cpp:311
#21 0x28dfb4f9 in QCoreApplication::notifyInternal ()
   from /usr/local/lib/qt4/libQtCore.so.4
#22 0x293cc030 in QApplicationPrivate::sendMouseEvent ()
   from /usr/local/lib/qt4/libQtGui.so.4
#23 0x29427145 in QETWidget::translateMouseEvent ()
   from /usr/local/lib/qt4/libQtGui.so.4
#24 0x294269ba in QApplication::x11ProcessEvent ()
   from /usr/local/lib/qt4/libQtGui.so.4
#25 0x2944b056 in QEventDispatcherX11::processEvents ()
   from /usr/local/lib/qt4/libQtGui.so.4
#26 0x28dfa673 in QEventLoop::processEvents ()
   from /usr/local/lib/qt4/libQtCore.so.4
#27 0x28dfa801 in QEventLoop::exec () from /usr/local/lib/qt4/libQtCore.so.4
#28 0x28dfc9ea in QCoreApplication::exec ()
   from /usr/local/lib/qt4/libQtCore.so.4
#29 0x293c4f57 in QApplication::exec () from /usr/local/lib/qt4/libQtGui.so.4
#30 0x2814f6c1 in kdemain (argc=3, argv=0xbfbfea14)
at 
/usr/ports/x11/kdebase4/work/kdebase-4.1.0/apps/konqueror/src/konqmain.cpp:227
#31 0x080487d2 in main (argc=)
at 
/usr/ports/x11/kdebase4/work/kdebase-4.1.0/build/apps/konqueror/src/konqueror_dummy.cpp:3

Thread 1 (Thread 0x93f3400 (LWP 100162)):
#0  0x28eb5017 in __error () from /lib/libthr.so.3
#1  0x28eb4d7a in __error () from /lib/libthr.so.3
#2  0x0954b660 in ?? ()
#3  0x0008 in ?? ()
#4  0x0001 in ?? ()
#5  0x0954b640 in ?? ()
#6  0x in ?? ()
#7  0x28eb694c in ?? () from /lib/libthr.so.3
#8  0xbf5fae28 in ?? ()
#9  0x28eb352e in pthread_cond_init () from /lib/libthr.so.3

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kde4libs/+bug/457035/comments/0


On 2008-09-10T16:04:06+00:00 Pino Toscano wrote:

Any chance to try with KDE 4.1.1?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kde4libs/+bug/457035/comments/1


On 2008-09-10T16:19:03+00:00 Hannes wrote:

Like I said, I can't exactly reproduce with current 4.1.0.

But as soon as the binary Packages for FreeBSD are updated I will
upgrade to 4.1.1 and agressively press the configure-Shortcuts-Button
while reading lots of PDF :D

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kde4libs/+bug/457035/comments/2


On 2008-10-01T10:41:03+00:00 Hannes wrote:

Ok here come 2 backtraces with kde-4.1.1:

Application: Konqueror (konqueror), signal SIGSEGV
[New Thread 0x8102100 (LWP 100151)]
[Switching to Thread 0x8102100 (LWP 100151)]
[KCrash handler]
#6  0x6660 in 

[Bug 457035] Re: kate crashed with SIGSEGV in KEditToolBar::showEvent()

2010-05-21 Thread Bug Watch Updater
** Changed in: kdelibs
   Status: New = Confirmed

-- 
kate crashed with SIGSEGV in KEditToolBar::showEvent()
https://bugs.launchpad.net/bugs/457035
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs