* Tried logging first line inside the constructor - no logs are
executed, but crashes after the call to "new"
* Tried eliminating the body code of the constructor, no help
* Tried calling "new"/"delete" with sizeof(MyClass) just prior to the
real alloc and the test alloc/delete completes fine, but crashes upon
calling the alloc of "MyClass".
* Tried moving the alloc MyClass call to various other places in the
code, it crashes upon the first call every time.
Does anyone have any ideas what this could be and how I might go about
figuring this out?