Summary: | Kdevelop4 crashed after a TERM signal was sent to the project application running inside Kdevelop4 [ QTextEngine::LayoutData::reallocate | QTextEngine::attributes | QTextLine::layout_helper] | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | PC LX <kde> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | anselmolsm |
Priority: | NOR | ||
Version: | 4.0.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
PC LX
2010-05-28 20:55:48 UTC
If I try to reproduce this with the following app: #include <iostream> int main(int argc, char **argv) { std::cout << "Hello, world!" << std::endl; sleep(100); return 0; } and then kill it: killall -s TERM cmaketest kdevelop just prints this: *** Crashed with return code: 0 *** and continues to work just fine. If you can reproduce this, tell us how. |