Bug 371752 - Crash on exit because of Sublime::Document::view() called through stale instance (this==NULL)
Summary: Crash on exit because of Sublime::Document::view() called through stale insta...
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: sublime (show other bugs)
Version: git master
Platform: Compiled Sources macOS
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 16:22 UTC by RJVB
Modified: 2016-10-27 22:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.3
Sentry Crash Report:


Attachments
the complete bug report + backtrace. (29.79 KB, text/plain)
2016-10-27 16:23 UTC, RJVB
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RJVB 2016-10-27 16:22:55 UTC
The latest git/master head introduced a new crasher that bites me about 2 times out of 3.

I'm pasting the DrKonqi report as an attachment because new, post-modern BKO considers it spam, its new fun attitude.
Comment 1 RJVB 2016-10-27 16:23:22 UTC
Created attachment 101836 [details]
the complete bug report + backtrace.
Comment 2 Kevin Funk 2016-10-27 18:32:00 UTC
Git commit ffa898ee5036a29ab8bce356919daecd4752417f by Kevin Funk.
Committed on 27/10/2016 at 18:31.
Pushed by kfunk into branch '5.0'.

Fix crash in PartDocument::isActive
FIXED-IN: 5.0.3

M  +6    -1    shell/partdocument.cpp

http://commits.kde.org/kdevplatform/ffa898ee5036a29ab8bce356919daecd4752417f
Comment 3 Anton Anikin 2016-10-27 22:44:19 UTC
Kevin, thanks for quick fix. This crashes my linux system too.