[Bug 239906] Kdevelop4 crashed after a TERM signal was sent to the project application running inside Kdevelop4 [ QTextEngine::LayoutData::reallocate | QTextEngine::attributes | QTextLine::layout_helper]

Milian Wolff mail at milianw.de
Mon Sep 27 12:35:16 BST 2010


https://bugs.kde.org/show_bug.cgi?id=239906


Milian Wolff <mail at milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Milian Wolff <mail milianw de>  2010-09-27 13:35:13 ---
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.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list