[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] primitiveSSLCreate fails sporadically on Windows (#554)

Christoph Thiede notifications at github.com
Thu Apr 8 15:02:34 UTC 2021


Got it! I managed to reproduce the issue!

Steps to reproduce:

1. Open a fresh Trunk image
2. Evaluate in a workspace:
   ```smalltalk
   large := Array new: 200000000.
   ```
3. Save and quit the image (don't close the workspace)
4. Reopen the image
5. Evaluate:
   ```smalltalk
   SqueakSSL new.
   ```

E voilá, `primitiveSSLCreate` fails.

Can anyone else reproduce this? My config is: Windows 2004, 64-bit VM, 16 GB RAM, could there be more relevant parameters?

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/554#issuecomment-815896715
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210408/8259d419/attachment.html>


More information about the Vm-dev mailing list