Summary: | crash after selecting git/show differences [Sublime::IdealController::raiseView, QObject::setProperty] | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | RJVB <rjvbertin> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | aleixpol |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=371933 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RJVB
2016-08-10 09:13:24 UTC
I can't reproduce, can you? Do you know how come it didn't hit the Q_ASSERT? Could it be that you're building without asserts? I cannot reproduce this systematically, but I do get occasional crashes when using the patch review plugin. I'll try to remember comparing future backtraces to this one. And yes, I build in release mode.AFAIK all those assert-based protections disappear in that case. FWIW, I now think the Q_QASSERT wasn't even reached; often the line number in a backtrace like this is 1 higher than the location where the crash really occurred (when code has been inlined). IOW, I think the crash happens in m_view_to_action.value(). *** This bug has been marked as a duplicate of bug 371933 *** |