gopher 2011-05-03 06:50
so, a friend tested this and it crashed for him; on investigation, I found it will crash for me if I run in release mode with the debugger active, tho it doesn't crash for me otherwise. Seems an fstream::operator << call is clobbering the stack somehow, as it returns from the call with an "improved" this pointer. >.<