Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335239

Summary: return 0 to console causes OS to crash
Product: [Tools] CDT Reporter: dave <davidogutu>
Component: cdt-debugAssignee: cdt-debug-inbox <cdt-debug-inbox>
Status: RESOLVED INVALID QA Contact: Ken Ryall <ken.ryall>
Severity: critical    
Priority: P3 CC: cdtdoug, pawel.1.piech, recoskie
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description dave CLA 2011-01-24 14:49:23 EST
Build Identifier: M20100211-1343

when running a test program in the console and return 0 is reached in the int main(), screen blacks out, Ubuntu (I assume all linux OSs too) crashes;

Reproducible: Always

Steps to Reproduce:
1.create a project. Use linux gcc libraries
2.execute and run on console. Have input (especially to a user-defined class member)
3.run till program reaches return 0;
Comment 1 Doug Schaefer CLA 2011-05-24 10:51:15 EDT
Are you running or debugging?
Comment 2 Chris Recoskie CLA 2011-06-21 15:10:19 EDT
Since there has been no reply from the submitter after approximately a month, I'm resolving this as INVALID.
Comment 3 dave CLA 2011-06-21 15:24:39 EDT
Sorry about the late reply, I was running. I think this was a problem in the 64bit version. Switched from 64bit to 32bit linux and everything works fine!