I recently had reason to run some of my code ( I'm on OSX 10.5 ) using Xcode's guard malloc, and boy did it explode. It's odd, because the code <I>runs fine in release mode</I>. In fact, the code's ...
I'm working on some program which optionally can work with Java-Script objects and native objects as well. For example object Node. This object has property children which is JS Array. JS Array has ...
I am running into a bad pointer problem when using std::sort() with a comparator functor. I am sorting an std::vector of class pointers. I sort the pointers against different class members depending ...
There are no steps to reproduce the behavior this happens at random times and cannot be reproduced with the same inputs. The issue is that we are seeing an error ...