[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] jpeg plugin crashes in win64 cygwin/mingw builds (#526)

Nicolas Cellier notifications at github.com
Tue Jan 12 21:49:18 UTC 2021


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 or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/526#issuecomment-759054202
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210112/6726cc8e/attachment.html>


More information about the Vm-dev mailing list