Re: Pharo 7 crash on Mac

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

Re: Pharo 7 crash on Mac

Stephane Ducasse-3
Hi bernhard

I can crash pharo 60 and 70 on sierra nearly 3 times per 30 min.
Because of a bad key combination. So I save often
and do not use the arrow keys. :(
We will have to address this super super super annoying problem.
Now may be this is not the same bug.
Guille is currently refactoring, adding many tests to Iceberg internal
representation.

Stef

On Sat, Dec 30, 2017 at 11:03 AM, Bernhard Pieber <[hidden email]> wrote:

> Hi,
>
> I wanted to set up a new Pharo 7 image for contributing. I used the description from here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
>
> After I had successfully cloned the pharo repository Pharo crashed. I am afraid I cannot remember the last thing I did before the crash. Nevertheless, maybe the crash dump is of some use for someone being able to interpret its content.
>
> I am on macOS Sierra 10.12.6.
>
> ./pharo --version
> 5.0 5.0.201708271955 Mac OS X built on Aug 27 2017 20:27:09 UTC Compiler: 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53) [Production Spur VM]
> CoInterpreter VMMaker.oscog-eem.2265 uuid: 76b62109-629a-4c39-9641-67b53321df9a Aug 27 2017
> StackToRegisterMappingCogit VMMaker.oscog-eem.2262 uuid: 8b531242-de02-48aa-b418-8d2dde0bec6c Aug 27 2017
> VM: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $ Date: Sun Aug 27 21:55:26 2017 +0200 $
> Plugins: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
>
> Happy New Year!
>
> Bernhard
>

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7 crash on Mac

Nicolas Cellier
Hi steph,
There is a workaround
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false​.

Le 30 déc. 2017 17:58, "Stephane Ducasse" <[hidden email]> a écrit :
Hi bernhard

I can crash pharo 60 and 70 on sierra nearly 3 times per 30 min.
Because of a bad key combination. So I save often
and do not use the arrow keys. :(
We will have to address this super super super annoying problem.
Now may be this is not the same bug.
Guille is currently refactoring, adding many tests to Iceberg internal
representation.

Stef

On Sat, Dec 30, 2017 at 11:03 AM, Bernhard Pieber <[hidden email]> wrote:
> Hi,
>
> I wanted to set up a new Pharo 7 image for contributing. I used the description from here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
>
> After I had successfully cloned the pharo repository Pharo crashed. I am afraid I cannot remember the last thing I did before the crash. Nevertheless, maybe the crash dump is of some use for someone being able to interpret its content.
>
> I am on macOS Sierra 10.12.6.
>
> ./pharo --version
> 5.0 5.0.201708271955 Mac OS X built on Aug 27 2017 20:27:09 UTC Compiler: 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53) [Production Spur VM]
> CoInterpreter VMMaker.oscog-eem.2265 uuid: 76b62109-629a-4c39-9641-67b53321df9a Aug 27 2017
> StackToRegisterMappingCogit VMMaker.oscog-eem.2262 uuid: 8b531242-de02-48aa-b418-8d2dde0bec6c Aug 27 2017
> VM: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $ Date: Sun Aug 27 21:55:26 2017 +0200 $
> Plugins: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
>
> Happy New Year!
>
> Bernhard
>

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7 crash on Mac

Denis Kudriashov
Thank's Nicolas. It helps

2017-12-30 18:32 GMT+01:00 Nicolas Cellier <[hidden email]>:
Hi steph,
There is a workaround
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false​.

Le 30 déc. 2017 17:58, "Stephane Ducasse" <[hidden email]> a écrit :
Hi bernhard

I can crash pharo 60 and 70 on sierra nearly 3 times per 30 min.
Because of a bad key combination. So I save often
and do not use the arrow keys. :(
We will have to address this super super super annoying problem.
Now may be this is not the same bug.
Guille is currently refactoring, adding many tests to Iceberg internal
representation.

Stef

On Sat, Dec 30, 2017 at 11:03 AM, Bernhard Pieber <[hidden email]> wrote:
> Hi,
>
> I wanted to set up a new Pharo 7 image for contributing. I used the description from here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
>
> After I had successfully cloned the pharo repository Pharo crashed. I am afraid I cannot remember the last thing I did before the crash. Nevertheless, maybe the crash dump is of some use for someone being able to interpret its content.
>
> I am on macOS Sierra 10.12.6.
>
> ./pharo --version
> 5.0 5.0.201708271955 Mac OS X built on Aug 27 2017 20:27:09 UTC Compiler: 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53) [Production Spur VM]
> CoInterpreter VMMaker.oscog-eem.2265 uuid: 76b62109-629a-4c39-9641-67b53321df9a Aug 27 2017
> StackToRegisterMappingCogit VMMaker.oscog-eem.2262 uuid: 8b531242-de02-48aa-b418-8d2dde0bec6c Aug 27 2017
> VM: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $ Date: Sun Aug 27 21:55:26 2017 +0200 $
> Plugins: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
>
> Happy New Year!
>
> Bernhard
>


bpi
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7 crash on Mac

bpi
In reply to this post by Stephane Ducasse-3
Hi Stef,

I feel your pain! Especially for the stable version (6.1) this is very unfortunate. I hope the problems are gone with the new VMs Esteban will release.

Happy New Year!
Bernhard

> Am 30.12.2017 um 17:57 schrieb Stephane Ducasse <[hidden email]>:
>
> Hi bernhard
>
> I can crash pharo 60 and 70 on sierra nearly 3 times per 30 min.
> Because of a bad key combination. So I save often
> and do not use the arrow keys. :(
> We will have to address this super super super annoying problem.
> Now may be this is not the same bug.
> Guille is currently refactoring, adding many tests to Iceberg internal
> representation.
>
> Stef
>
> On Sat, Dec 30, 2017 at 11:03 AM, Bernhard Pieber <[hidden email]> wrote:
>> Hi,
>>
>> I wanted to set up a new Pharo 7 image for contributing. I used the description from here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
>>
>> After I had successfully cloned the pharo repository Pharo crashed. I am afraid I cannot remember the last thing I did before the crash. Nevertheless, maybe the crash dump is of some use for someone being able to interpret its content.
>>
>> I am on macOS Sierra 10.12.6.
>>
>> ./pharo --version
>> 5.0 5.0.201708271955 Mac OS X built on Aug 27 2017 20:27:09 UTC Compiler: 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53) [Production Spur VM]
>> CoInterpreter VMMaker.oscog-eem.2265 uuid: 76b62109-629a-4c39-9641-67b53321df9a Aug 27 2017
>> StackToRegisterMappingCogit VMMaker.oscog-eem.2262 uuid: 8b531242-de02-48aa-b418-8d2dde0bec6c Aug 27 2017
>> VM: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $ Date: Sun Aug 27 21:55:26 2017 +0200 $
>> Plugins: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
>>
>> Happy New Year!
>>
>> Bernhard


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7 crash on Mac

Stephane Ducasse-3
In reply to this post by Nicolas Cellier
Thanks I will try it because crashing all the time is a pain.

On Sat, Dec 30, 2017 at 6:32 PM, Nicolas Cellier
<[hidden email]> wrote:

> Hi steph,
> There is a workaround
> defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false.
> See https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/141
>
> Le 30 déc. 2017 17:58, "Stephane Ducasse" <[hidden email]> a écrit
> :
>>
>> Hi bernhard
>>
>> I can crash pharo 60 and 70 on sierra nearly 3 times per 30 min.
>> Because of a bad key combination. So I save often
>> and do not use the arrow keys. :(
>> We will have to address this super super super annoying problem.
>> Now may be this is not the same bug.
>> Guille is currently refactoring, adding many tests to Iceberg internal
>> representation.
>>
>> Stef
>>
>> On Sat, Dec 30, 2017 at 11:03 AM, Bernhard Pieber <[hidden email]>
>> wrote:
>> > Hi,
>> >
>> > I wanted to set up a new Pharo 7 image for contributing. I used the
>> > description from here:
>> > https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
>> >
>> > After I had successfully cloned the pharo repository Pharo crashed. I am
>> > afraid I cannot remember the last thing I did before the crash.
>> > Nevertheless, maybe the crash dump is of some use for someone being able to
>> > interpret its content.
>> >
>> > I am on macOS Sierra 10.12.6.
>> >
>> > ./pharo --version
>> > 5.0 5.0.201708271955 Mac OS X built on Aug 27 2017 20:27:09 UTC
>> > Compiler: 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53) [Production
>> > Spur VM]
>> > CoInterpreter VMMaker.oscog-eem.2265 uuid:
>> > 76b62109-629a-4c39-9641-67b53321df9a Aug 27 2017
>> > StackToRegisterMappingCogit VMMaker.oscog-eem.2262 uuid:
>> > 8b531242-de02-48aa-b418-8d2dde0bec6c Aug 27 2017
>> > VM: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
>> > Date: Sun Aug 27 21:55:26 2017 +0200 $
>> > Plugins: 201708271955
>> > https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
>> >
>> > Happy New Year!
>> >
>> > Bernhard
>> >
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7 crash on Mac

Stephane Ducasse-3
In reply to this post by bpi
I tried and tested for real and it works. You saved me. I did not
touch arrows since some weeks because of that.

Stef

On Sun, Dec 31, 2017 at 4:34 PM, Bernhard Pieber <[hidden email]> wrote:

> Hi Stef,
>
> I feel your pain! Especially for the stable version (6.1) this is very unfortunate. I hope the problems are gone with the new VMs Esteban will release.
>
> Happy New Year!
> Bernhard
>
>> Am 30.12.2017 um 17:57 schrieb Stephane Ducasse <[hidden email]>:
>>
>> Hi bernhard
>>
>> I can crash pharo 60 and 70 on sierra nearly 3 times per 30 min.
>> Because of a bad key combination. So I save often
>> and do not use the arrow keys. :(
>> We will have to address this super super super annoying problem.
>> Now may be this is not the same bug.
>> Guille is currently refactoring, adding many tests to Iceberg internal
>> representation.
>>
>> Stef
>>
>> On Sat, Dec 30, 2017 at 11:03 AM, Bernhard Pieber <[hidden email]> wrote:
>>> Hi,
>>>
>>> I wanted to set up a new Pharo 7 image for contributing. I used the description from here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
>>>
>>> After I had successfully cloned the pharo repository Pharo crashed. I am afraid I cannot remember the last thing I did before the crash. Nevertheless, maybe the crash dump is of some use for someone being able to interpret its content.
>>>
>>> I am on macOS Sierra 10.12.6.
>>>
>>> ./pharo --version
>>> 5.0 5.0.201708271955 Mac OS X built on Aug 27 2017 20:27:09 UTC Compiler: 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53) [Production Spur VM]
>>> CoInterpreter VMMaker.oscog-eem.2265 uuid: 76b62109-629a-4c39-9641-67b53321df9a Aug 27 2017
>>> StackToRegisterMappingCogit VMMaker.oscog-eem.2262 uuid: 8b531242-de02-48aa-b418-8d2dde0bec6c Aug 27 2017
>>> VM: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $ Date: Sun Aug 27 21:55:26 2017 +0200 $
>>> Plugins: 201708271955 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
>>>
>>> Happy New Year!
>>>
>>> Bernhard
>
>