Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335239 - return 0 to console causes OS to crash
Summary: return 0 to console causes OS to crash
Status: RESOLVED INVALID
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Ken Ryall CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 14:49 EST by dave CLA
Modified: 2011-06-21 15:24 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!