Wednesday, October 21, 2009

Bugfix update.

Fixed 00f version bug, should work fine now.

technical: I found that GCC 4.3.3 has same problem except it crashes much less often, so I workarounded the issue by not using exceptions. From what I can see, thread local storage (which doesn't work in mingw) is used to store jump address for setjmp and longjmp.

No comments:

Post a Comment