Re: [Pharo-project] Problem with linux VM and Pharo

2009-02-11 Thread Provoost, P (Paul)
It happens on OpenSolaris too.Squeak runs fine but Pharo crashes almost immediately. When you look into the source code of sqUnixMemory.c you find a comment in the beginning stating that the memory management here is tricky. If you have plenty of memory a workaround is using the -memory

[Pharo-project] Problem with linux VM and Pharo

2009-02-10 Thread Damien Cassou
Every 5 minutes or so, my VM crashes and prints: squeak: /tmp/squeak-svn/platforms/unix/vm/sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta = 0' failed. Aborted I'm using Squeak VM from SVN. Does that happen to anyone else? -- Damien Cassou http://damiencassou.seasidehosting.st

Re: [Pharo-project] Problem with linux VM and Pharo

2009-02-10 Thread Bill Schwab
Damien, I am not seeing that, but I am probably not using the right VM anyway: bi...@ubuntu-9905:~$ squeak -version 3.9-8 #5 Tue Oct 10 11:56:09 PDT 2006 gcc 4.0.3 Squeak3.9alpha of 4 July 2005 [latest update: #7021] Linux ubuntu 2.6.15-27-386 #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006 i686

Re: [Pharo-project] Problem with linux VM and Pharo

2009-02-10 Thread Alain Plantec
Damien Cassou a écrit : Every 5 minutes or so, my VM crashes and prints: squeak: /tmp/squeak-svn/platforms/unix/vm/sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta = 0' failed. Aborted I'm using Squeak VM from SVN. Does that happen to anyone else? yes, It happens when I try to

Re: [Pharo-project] Problem with linux VM and Pharo

2009-02-10 Thread Damien Cassou
On Tue, Feb 10, 2009 at 5:03 PM, Alain Plantec alain.plan...@free.fr wrote: yes, It happens when I try to use a VM i have recompiled myself. Which VM did you chose? -- Damien Cassou http://damiencassou.seasidehosting.st ___ Pharo-project mailing

Re: [Pharo-project] Problem with linux VM and Pharo

2009-02-10 Thread Miguel Enrique Cobá Martínez
Damien Cassou wrote: Every 5 minutes or so, my VM crashes and prints: squeak: /tmp/squeak-svn/platforms/unix/vm/sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta = 0' failed. Aborted I'm using Squeak VM from SVN. Does that happen to anyone else? It happens to me too: squeak:

Re: [Pharo-project] Problem with linux VM and Pharo

2009-02-10 Thread John M McIntosh
There has been discussion on the vm-...@lists.squeakfoundation.org list about this problem, not sure if a conclusion has been reached yet. On 10-Feb-09, at 9:39 AM, Miguel Enrique Cobá Martínez wrote: Damien Cassou wrote: Every 5 minutes or so, my VM crashes and prints: squeak:

Re: [Pharo-project] Problem with linux VM and Pharo

2009-02-10 Thread Miguel Enrique Cobá Martínez
John M McIntosh wrote: There has been discussion on the vm-...@lists.squeakfoundation.org list about this problem, not sure if a conclusion has been reached yet. On 10-Feb-09, at 9:39 AM, Miguel Enrique Cobá Martínez wrote: Damien Cassou wrote: Every 5 minutes or so, my VM crashes and