I think that a good part of the problem is that we call _setjmp but then longjmp instead of _longjmp in error_exit.

If we (re)#define setjmp then we must also (re)#define longjmp _longjmp


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.