Summary: | crash when closing progress dialog | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Martin Koller <kollix> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | christoph |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Koller
2007-11-02 19:09:02 UTC
This might have been kate's fault, or it might have been a problem in kio. Could you provide some more info: 1) Was this reproducible, or did it only happen once? 2) If it was reproducible, can you still reproduce with a more recent snapshot? 3) If it is still reproducible, could you provide the link that lead to the broken progess dialog / crash? SVN commit 758150 by bks: Fix occasional blank KIO progress windows that crash when you interact with them The problem was that jobs were not unregistered, and so if you happened to get a job allocated where a previous job had been, the old job was still registered and confused everything. Fix this by unregistering in the tracker widget's destructor, but make sure not to delete the widget twice. CCBUG: 151759 M +0 -4 kdecore/jobs/kjobtrackerinterface.cpp M +1 -1 kdeui/jobs/kwidgetjobtracker.cpp M +4 -2 kdeui/jobs/kwidgetjobtracker_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=758150 Hi Martin, can you still reproduce with current trunk? Assuming is fixed, no feedback since months. |