[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Latest 32bit macOS VM segfaults on Travis (#178)

Fabio Niephaus notifications at github.com
Mon Jan 8 00:21:51 UTC 2018


I'm afraid you won't be able to reproduce the problem locally as your machine has a display and OpenGL enabled. Not sure how Travis's CI workers are configured, but I could try out a few things in a shell for you if that'd help.
Anyway, here's the base image for `Squeak-trunk`: http://files.squeak.org/base/Squeak-trunk/base.zip
And here the VM that currently fails on Travis: http://files.squeak.org/base/Squeak-trunk/vm-macos.zip

The VM is invoked via:
```bash
"${SMALLTALK_VM}" "${TMP_DIR}/Squeak.image" \
      "${TRAVIS_BUILD_DIR}/prepare_image.st" "Squeak-trunk"
```

`prepare_image.st` is located [here](https://github.com/squeak-smalltalk/squeak-app/blob/squeak-trunk/prepare_image.st).

-- 
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/178#issuecomment-355865333
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180108/5d2c7a14/attachment-0001.html>


More information about the Vm-dev mailing list