Summary: | Kile process lingering after deliberate (graphical) close. Crash message five minutes after closing Kile. [QTabWidget::currentWidget, KileView::Manager::currentTextView, KileInfo::activeTextDocument] | ||
---|---|---|---|
Product: | [Applications] kile | Reporter: | Paul Wragg <wagglet> |
Component: | general | Assignee: | Michel Ludwig <michel.ludwig> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, aswarren, b_jacquemin, cas, chaz1011, davide.rondini, felix, ivan_terzo, kevin.kofler, murat.sartas, perpdgo, rdieter, tbenacch, thomasdn, waltsobchak, wittemar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
crashlog as generated by abrt
crash when attached with gdb debug output Force termination of Kile when the main window is closed. New crash information added by DrKonqi |
Description
Paul Wragg
2009-12-28 07:05:54 UTC
*** Bug 221966 has been marked as a duplicate of this bug. *** *** Bug 222342 has been marked as a duplicate of this bug. *** *** Bug 222592 has been marked as a duplicate of this bug. *** *** Bug 223524 has been marked as a duplicate of this bug. *** From 223759: The crash can be found at https://bugzilla.redhat.com/attachment.cgi?id=385918 *** Bug 223759 has been marked as a duplicate of this bug. *** Ok, this is a very mysterious issue. All attempts at reproducing this have failed so far here. Can someone please compile/run Kile with debug output enabled and post here what is being printed when Kile is closed? The last time it happened I had the following output: [fm@thinkpad ~]$ kile /home/fm/scm/sap-case_study-frutado.tex Object::connect: No such slot KileDocument::LaTeXInfo::activateDefaultHightlightMode() Undecodable sequence: \001b(hex)[?1034h Object::connect: No such slot KileDocument::LaTeXInfo::activateDefaultHightlightMode() Speicherzugriffsfehler (Speicherabzug geschrieben) right now I am rebuilding the RPM with the following patch: === modified file 'kile.spec' --- kile.spec 2010-01-24 18:29:35 +0000 +++ kile.spec 2010-01-24 18:30:23 +0000 @@ -67,7 +67,7 @@ mkdir -p %{_target_platform} pushd %{_target_platform} -%{cmake_kde4} \ +%{cmake_kde4} -DCMAKE_BUILD_TYPE="Debug" \ .. popd Is this all that is needed? (In reply to comment #8) > mkdir -p %{_target_platform} > pushd %{_target_platform} > -%{cmake_kde4} \ > +%{cmake_kde4} -DCMAKE_BUILD_TYPE="Debug" \ > .. > popd > > > Is this all that is needed? Yes, that should be enough. *** Bug 224290 has been marked as a duplicate of this bug. *** Created attachment 40318 [details]
crashlog as generated by abrt
The crashed happened on me again today. Sadly I had the konsole i started it from already closed. It allways just crashes minutes after closing ...
It somehow seems that reproducing the crash is more difficult with my self compiled version than with the stock Fedora package although I just rebuild the src.rpm?
Furthermore exam time is coming here and therefore I do not have to write that much anymore... So maybe it would help if others compile their debug version too...
Created attachment 40329 [details]
crash when attached with gdb
This time i regocnized that the kile process was still running after closing and could attach with gdb. See attached file.
Here is what I did, although not reproducible yet I think.
I started kile. Put it in the background via CTRL-Z.
Looked a little at my repo doing svn st and finally a svn ci.
In between I ran pdflatex.
When the process was still running I attached with gdb -p.
Thanks. But it would also be interesting to see the output that Kile prints when it is closed but doesn't terminate, i.e. Kile should be started from a terminal and when it is closed but doesn't terminate properly, the terminal won't return to the command prompt. It would be most interesting to see the last messages that Kile prints there. :-) It does not output anything more than: [fm@thinkpad assignment03]$ kile assignment03.tex Object::connect: No such slot KileDocument::LaTeXInfo::activateDefaultHightlightMode() in /home/fm/rpmbuild/BUILD/kile-2.1b3/src/documentinfo.cpp:464 Undecodable sequence: \001b(hex)[?1034h maybe I need to change something to get more debugging output? Created attachment 40353 [details]
debug output
I had some private mail discussion with Michel and here is now the whole debug output kile.
Hope this helps.
*** Bug 224248 has been marked as a duplicate of this bug. *** Created attachment 40425 [details]
Force termination of Kile when the main window is closed.
Can someone please try out this patch and check whether it helps? Thanks.
*** Bug 224550 has been marked as a duplicate of this bug. *** I think the patch attached in comment #17 fixes the problem. *** Bug 225173 has been marked as a duplicate of this bug. *** Fixed in revision 1085429. *** Bug 202885 has been marked as a duplicate of this bug. *** *** Bug 229899 has been marked as a duplicate of this bug. *** *** Bug 227650 has been marked as a duplicate of this bug. *** *** Bug 231182 has been marked as a duplicate of this bug. *** Created attachment 42900 [details]
New crash information added by DrKonqi
Crashed a few minutes after exit when away from the machine.
This bug is already fixed, complain to your distro for shipping obsolete buggy crap. |