| Summary: | Crash when closing document | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Sandro Mani <manisandro> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | maarten, uran238 |
| Priority: | NOR | ||
| Version First Reported In: | 3.10.1 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Sandro Mani
2013-01-11 13:34:59 UTC
@Sandro: Did you have this issue again since KDE 4.10.0? The backtrace doesn't match the path in the source code, so maybe the packages were broken somehow? I'll close as resolved waiting-for-info for now. Haven't seen the issue recently with the latest packages, closing. Created attachment 78194 [details] New crash information added by DrKonqi kate (3.10.1) on KDE Platform 4.10.1 "release 545" using Qt 4.8.4 - What I was doing when the application crashed: I accidentally wrote "kate git add <path>" instead of "git add <path>", so the already-open Kate instance tried to open the non-existing files "git" and "add". For one of those, I first closed the notice saying the file didn't exist by clicking the Close button inside the notice, then closed the empty document using CTRL-W. At that point, Kate crashed. I'm using the KDE 4.10.x repository for openSUSE 12.2: http://download.opensuse.org/repositories/KDE:/Release:/410/openSUSE_12.2/ -- Backtrace (Reduced): #6 QWidget::isAncestorOf (this=0x6a77050, child=0x6c9f2e0) at kernel/qwidget.cpp:8273 #7 0x00007fa380c6d121 in QStackedLayout::setCurrentIndex (this=0x1eaa140, index=1) at kernel/qstackedlayout.cpp:317 #8 0x00007fa36d9cf0b9 in KateViewSpace::showView (this=0x1e3a980, document=<optimized out>) at /usr/src/debug/kate-4.10.1/kate/app/kateviewspace.cpp:177 #9 0x00007fa36d9c8fcb in KateViewManager::deleteView (this=this@entry=0x1d297b0, view=0x6c9f2e0, view@entry=0x6b904c0, delViewSpace=delViewSpace@entry=true) at /usr/src/debug/kate-4.10.1/kate/app/kateviewmanager.cpp:432 #10 0x00007fa36d9c91c8 in KateViewManager::closeViews (this=0x1d297b0, doc=0x6b065e0) at /usr/src/debug/kate-4.10.1/kate/app/kateviewmanager.cpp:671 To me, both the problem description and the stack trace look very similar to this bug. If you agree, please reopen this bug; it seems I don't have the privileges to do so. *** Bug 317080 has been marked as a duplicate of this bug. *** Could you reproduce again in the meantime? Steps to reproduce would help tremendously to get this fixed. I have not encountered the issue since. I'll close it again. |