Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualfastcall22

Posted 31 December 2012 - 02:08 PM

When i introduced one more vector (vBar4) to this class it crashes my app even if don't use it anywhere, if i comment it then everything works.

WTF is going on?
Memory corruption is your best bet.

Try compiling your release mode with debugging symbols, and examine where the application crashes in release mode.

EDIT:
As simast suggested, try rebuilding your project before assuming memory corruption.

#1fastcall22

Posted 31 December 2012 - 02:07 PM

When i introduced one more vector (vBar4) to this class it crashes my app even if don't use it anywhere, if i comment it then everything works.

WTF is going on?
Memory corruption is your best bet.

Try compiling your release mode with debugging symbols, and examine where the application crashes in release mode.

PARTNERS