Got it! I managed to reproduce the issue!

Steps to reproduce:

  1. Open a fresh Trunk image
  2. Evaluate in a workspace:
    large := Array new: 200000000.
  3. Save and quit the image (don't close the workspace)
  4. Reopen the image
  5. Evaluate:
    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, view it on GitHub, or unsubscribe.