Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 130429] New: A lot of output crashes Eclipse/CDT

https://bugs.eclipse.org/bugs/show_bug.cgi?id=130429 
Product/Component: CDT / cdt-launch

           Summary: A lot of output crashes Eclipse/CDT
           Product: CDT
           Version: 3.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: bubacoo@xxxxxxxxx


#include <iostream>
using namespace std;
int main(void)
{
        while(true)cout << ".";
        return 0;
}

crashes Eclipse after a few seconds



-- 
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top