Summary: | kDevelop 4 crashes when hitting the Stop button | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | jan.fostier |
Component: | run support | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jan.fostier
2009-08-19 16:46:00 UTC
Hmm, its not very nice to kill the app behind the back of the job... Since I have no idea what you mean by that, let me make it clear that I don't kill a running application by invoking a kill command in an external shell or anything. I just close the 'run' tab in kdevelop in which the program is running. I noticed that closing this tab, also kills the application that was running in it (I assume this is intended). However, the kdevelop 'stop' button doesn't notice that there isn't anything left to stop, and when you press it, kdevelop crashes. I assume that simply making the stop button inactive once all tabs that contain running applications have been closed would solve the problem. Regards, Jan. Andreas Pakulat schreef: > https://bugs.kde.org/show_bug.cgi?id=204419 > > > Andreas Pakulat <apaku@gmx.de> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |NEW > Component|general |run support > Product|kdevelop |kdevplatform > Ever Confirmed|0 |1 > > > > > --- Comment #1 from Andreas Pakulat <apaku gmx de> 2009-08-19 17:53:35 --- > Hmm, its not very nice to kill the app behind the back of the job... > > (In reply to comment #2) > Since I have no idea what you mean by that I'm sorry, that was just an meant to be an ironic comment regarding the fact that one part of kdevelop deletes another parts data. SVN commit 1013435 by apaku: Make sure that the killing of an outputjob is seen in other parts. BUG:204419 BUG:187941 M +7 -1 outputjob.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1013435 It works now. Thanks. |