[Pharo-project] Problem with linux VM and Pharo
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
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 use a VM i have recompiled myself. I'm on ubuntu 64 8.10 Cheers alain
On Tue, Feb 10, 2009 at 5:03 PM, Alain Plantec <alain.plantec@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
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: /build/buildd/squeak-vm-3.10.3+svn1902.dfsg/platforms/unix/vm/sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta >= 0' failed. /usr/bin/squeak: line 273: 5346 Abortado $VM when I do it 10000 factorial in a workspace. I'm on Debian GNU/Linux 5.0 Lenny $ uname -a Linux laptop 2.6.26-1-amd64 #1 SMP Sat Jan 10 17:57:00 UTC 2009 x86_64 GNU/Linux $ dpkg -l|grep squeak ii squeak-vm 3.10.3+svn1902.dfsg-1 The Squeak Smalltalk System (virtual machine It is an AMD Turion 64 X2 machine, that is a amd64 (x86_64) arch. Miguel Cobá
There has been discussion on the vm-dev@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: /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: /build/buildd/squeak-vm-3.10.3+svn1902.dfsg/platforms/unix/vm/ sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta >= 0' failed. /usr/bin/squeak: line 273: 5346 Abortado $VM \ -- = = = ======================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ========================================================================
John M McIntosh wrote:
There has been discussion on the vm-dev@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: /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: /build/buildd/squeak-vm-3.10.3+svn1902.dfsg/platforms/unix/vm/ sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta >= 0' failed. /usr/bin/squeak: line 273: 5346 Abortado $VM \ -- = = = ======================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ========================================================================
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
It also happens in a virtual machine running Debian GNU/Linux 5.0 Lenny i386 (32 bits). squeak: /squeak-vm-3.10.3+svn1902.dfsg/platforms/unix/vm/sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta >= 0' failed. /usr/bin/squeak: line 273: 5095 Abortado $VM uname -a Linux vm1 2.6.26-1-486 #1 Sat Jan 10 17:46:23 UTC 2009 i686 GNU/Linux dpkg -l|grep squeak ii squeak-vm 3.10.3+svn1902.dfsg-1 The Squeak Smalltalk System (virtual machine Miguel Cobá
participants (4)
-
Alain Plantec -
Damien Cassou -
John M McIntosh -
Miguel Enrique Cobá MartÃnez