[Warzone-dev] Handling GIGO (Garbage in, Garbage out)

2009-05-20 Thread bugs buggy
For those of you that have missed it, I am currently changing (some) ASSERT()s to ASSERT_OR_RETURN() to prevent crashes and / or garbage output in release builds. Of course, the change only happens if the condition in the ASSERT can cause a crash/ undefined behavior / garbage output. The only

[Warzone-dev] Mac exception handler?

2009-05-20 Thread bugs buggy
Is there a reason why the mac exception handler is different than the rest? I don't see the source for it anyplace? The reason is, I wish to make it dump out more information that what it does now, to make it more like the windows linux dumps. ___