Coding Tips & Tricks
Posts tagged stdbad-alloc
aegisknight: Reporting Crashes in IMVU, Part II: C++ Exceptions
Feb 23rd
If the C++ functions called from updateAnimations() or redrawWindows() raise a C++ exception, it will be caught by the Python error-handling code and reported to us the same way Python exceptions are. …
View original here:
aegisknight: Reporting Crashes in IMVU, Part II: C++ Exceptions