>if you look at the code above, you can see that it's only compiled with >DEBUG is defined. so the answer would be yes. you need to be running >DEBUG bits to see this problem. (jurassic-x4600 does indeed run DEBUG >bits, and so do the test machines where i was seeing this.)
But if you read the code, then you realize that the assert is bogus. (I think it will happen if you alloc something and not touch and then free it) Casper