| Summary: | Kate crashes when closing files | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Rémy-Christophe Schermesser <rschermesser> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Rémy-Christophe Schermesser
2007-07-12 19:02:02 UTC
Please provide exact steps to reproduce the problem and a backtrace. Information on creating backtraces is at http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports Open multiple files. Close then one after another.
I do not have this bug each time I do this.
Here is the stack trace :
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1233274656 (LWP 9064)]
[KCrash handler]
#6 0x00000000 in ?? ()
#7 0xb7177a60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#8 0xb717988f in QApplication::notify () from /usr/lib/libqt-mt.so.3
#9 0xb787fce2 in KApplication::notify (this=0xbfe95a4c, receiver=0x8991cc0,
event=0xbfe94df4)
at /build/buildd/kdelibs-3.5.6/./kdecore/kapplication.cpp:550
#10 0xb710a1e9 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#11 0xb7144455 in QWidget::repaint () from /usr/lib/libqt-mt.so.3
#12 0xb721e931 in QWidget::repaint () from /usr/lib/libqt-mt.so.3
#13 0xb721c9f8 in QWidget::repaint () from /usr/lib/libqt-mt.so.3
#14 0xb6258ed4 in PolyesterStyle::animate ()
from /usr/lib/kde3/plugins/styles/polyester.so
#15 0xb625d310 in PolyesterStyle::qt_invoke ()
from /usr/lib/kde3/plugins/styles/polyester.so
#16 0xb71e088b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#17 0xb71e1330 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#18 0xb756eba6 in QTimer::timeout () from /usr/lib/libqt-mt.so.3
#19 0xb7208596 in QTimer::event () from /usr/lib/libqt-mt.so.3
#20 0xb7177a60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#21 0xb717988f in QApplication::notify () from /usr/lib/libqt-mt.so.3
#22 0xb787fce2 in KApplication::notify (this=0xbfe95a4c, receiver=0x80f4d50,
event=0xbfe95318)
at /build/buildd/kdelibs-3.5.6/./kdecore/kapplication.cpp:550
#23 0xb710a1e9 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#24 0xb716a4ab in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#25 0xb711ed25 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#26 0xb7192136 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#27 0xb7191f46 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#28 0xb7179609 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#29 0xb65f3d53 in kdemain () from /usr/lib/libkdeinit_kate.so
#30 0xb7eff464 in kdeinitmain () from /usr/lib/kde3/kate.so
#31 0x0804e6bf in launch (argc=3, _name=0x80a06c4 "kate", args=0x80a0709 "",
cwd=0x0, envc=0, envs=0x80a070e "", reset_env=false, tty=0x0,
avoid_loops=false, startup_id_str=0x805102e "0")
at /build/buildd/kdelibs-3.5.6/./kinit/kinit.cpp:673
#32 0x0804ef42 in handle_launcher_request (sock=9)
at /build/buildd/kdelibs-3.5.6/./kinit/kinit.cpp:1240
#33 0x0804f318 in handle_requests (waitForPid=0)
at /build/buildd/kdelibs-3.5.6/./kinit/kinit.cpp:1443
#34 0x080505ac in main (argc=5, argv=0xbfe961f4, envp=0xbfe9620c)
at /build/buildd/kdelibs-3.5.6/./kinit/kinit.cpp:1909
#35 0xb7c69ebc in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#36 0x0804bb51 in _start ()
It's a widget style bug, please report at the Polyester maintainers. |