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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

David T Lewis
 

Any updates on this, @johnmci? Older vms that don't have this issue have problems when saving projects, so it'd be great if we can update the trunk vms soon with a fix for this.


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

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@fniephaus in #178: Any updates on this, @johnmci? Older vms that don't have this issue have problems when saving projects, so it'd be great if we can update the trunk vms soon with a fix for this."}],"action":{"name":"View Issue","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/178#issuecomment-355862648"}}}</script>
Reply | Threaded
Open this post in threaded view
|

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

David T Lewis
 
Can someone send a script to run to recreate the problem. Also need a pointer/url to the image in question

Sent from my iPhone

> On Jan 7, 2018, at 15:42, Fabio Niephaus <[hidden email]> wrote:
>
> Any updates on this, @johnmci? Older vms that don't have this issue have problems when saving projects, so it'd be great if we can update the trunk vms soon with a fix for this.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub, or mute the thread.
>


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

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@johnmci in #178: Can someone send a script to run to recreate the problem. Also need a pointer/url to the image in question\n\nSent from my iPhone\n\n\u003e On Jan 7, 2018, at 15:42, Fabio Niephaus \u003cnotifications@github.com\u003e wrote:\n\u003e \n\u003e Any updates on this, @johnmci? Older vms that don't have this issue have problems when saving projects, so it'd be great if we can update the trunk vms soon with a fix for this.\n\u003e \n\u003e —\n\u003e You are receiving this because you were mentioned.\n\u003e Reply to this email directly, view it on GitHub, or mute the thread.\n\u003e \n"}],"action":{"name":"View Issue","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/178#issuecomment-355863372"}}}</script>
Reply | Threaded
Open this post in threaded view
|

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

David T Lewis
In reply to this post by David T Lewis
 

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:

"${SMALLTALK_VM}" "${TMP_DIR}/Squeak.image" \
      "${TRAVIS_BUILD_DIR}/prepare_image.st" "Squeak-trunk"

prepare_image.st is located here.


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

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@fniephaus in #178: 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.\r\nAnyway, here's the base image for `Squeak-trunk`: http://files.squeak.org/base/Squeak-trunk/base.zip\r\nAnd here the VM that currently fails on Travis: http://files.squeak.org/base/Squeak-trunk/vm-macos.zip\r\n\r\nThe VM is invoked via:\r\n```bash\r\n\"${SMALLTALK_VM}\" \"${TMP_DIR}/Squeak.image\" \\\r\n \"${TRAVIS_BUILD_DIR}/prepare_image.st\" \"Squeak-trunk\"\r\n```\r\n\r\n`prepare_image.st` is located [here](https://github.com/squeak-smalltalk/squeak-app/blob/squeak-trunk/prepare_image.st)."}],"action":{"name":"View Issue","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/178#issuecomment-355865333"}}}</script>