Summary: | assert() triggered during session startup | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Andreas Pakulat <apaku> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 4.4.60 | ||
Target Milestone: | 4.3.0 | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevelop/92d48af35ab73da3f313abb499d63a5da8b92d02 | Version Fixed In: | |
Sentry Crash Report: |
Description
Andreas Pakulat
2012-11-26 11:03:16 UTC
Git commit 92d48af35ab73da3f313abb499d63a5da8b92d02 by Aleix Pol. Committed on 12/06/2013 at 03:24. Pushed by apol into branch 'master'. Refactored the QtHelp loading so that it is not synchronous As it was being done at the moment, we were calling synchronously the qmake process from the plugin constructor. This was bad and had problems, like the one discussed in the bug. Some logic for the lookup is being removed as well, but it seemed like an overkill to me, the first qmake should be already working. If that's not the case we can iterate over it. M +37 -63 documentation/qthelp/qthelpqtdoc.cpp M +6 -0 documentation/qthelp/qthelpqtdoc.h http://commits.kde.org/kdevelop/92d48af35ab73da3f313abb499d63a5da8b92d02 |