Menu

#22 Weird crash after external definition of a constructor

None
fixed
None
2013-01-30
2012-08-14
Vilim
No

Version: 5.3.0.0
OS version:Windows 7 Enterprise SP 1
Error reported: Exception EIntOverflow in module devcpp.exe at 0018F7FE.
Integer overflow
Stack trace: Sorry, I don't know what a stack trace is :(
Steps needed to reproduce the problem: Make a new file(has to be a completely new file) and in it make an empty struct named "a"(without the quotes) with a prototype for it's default constructor, and nothing else, and just an empty main() function. Then compile it and run it, and then try to declare the constructor outside of the class, and the bug should appear.

1 Attachments

Discussion

  • orwelldevcpp

    orwelldevcpp - 2012-08-20

    At the moment, I cannot reproduce the crash anymore on RC2. Can you confirm this?

    • assigned_to: orwelldevcpp
    • milestone: -->
     
  • orwelldevcpp

    orwelldevcpp - 2013-01-30

    Fixed as of 5.3.0.2.

     
  • orwelldevcpp

    orwelldevcpp - 2013-01-30
    • status: open --> fixed
     

Log in to post a comment.