[Pharo-project] Segmentation fault when starting pharo 1.0rc1 on Ubuntu 64bit server

2009-10-29 Thread Paul DeBruicker
Hi - Has anyone successfully run a newer version of Pharo on either Ubuntu 9.04 or Ubuntu 9.10 64 bit server? When I try to start the command line simply says "Segmentation fault" and does not emit a stack trace. The UUIDPlugin is named UUIDPlugin.bak.I am attempting to use the latest versi

Re: [Pharo-project] Segmentation fault when starting pharo 1.0rc1 on Ubuntu 64bit server

2009-10-29 Thread Alain Plantec
Hi Paul, I'm using ubuntu 9.10 rc 64 (desktop version) since 7 days without any problem. Pharo run out of the box. I send my dpkg -l result to you in private. Cheers Alain Paul DeBruicker a écrit : > Hi - > > Has anyone successfully run a newer version of Pharo on either Ubuntu > 9.04 or Ubuntu

Re: [Pharo-project] Segmentation fault when starting pharo 1.0rc1 on Ubuntu 64bit server

2009-10-29 Thread Hernán Morales Durand
Paul, You may verify if your Linux distribution has core dumping enabled: # ulimit -c unlimited and check if the directory where the VM resides is writeable. Once you run again the VM and see "Segmentation fault (core dumped)", You may search the dumped core with "file core" and run a gdb on it

Re: [Pharo-project] Segmentation fault when starting pharo 1.0rc1 on Ubuntu 64bit server

2009-10-30 Thread Paul DeBruicker
Date: Thu, 29 Oct 2009 22:58:00 +0100 > From: Alain Plantec > Subject: Re: [Pharo-project] Segmentation fault when starting pharo >        1.0rc1 on       Ubuntu 64bit server > To: Pharo-project@lists.gforge.inria.fr > Message-ID: <4aea0fe8.7000...@free.fr> > Content-T

Re: [Pharo-project] Segmentation fault when starting pharo 1.0rc1 on Ubuntu 64bit server

2009-10-30 Thread Paul DeBruicker
ix/vm/sqUnixMain.c:1324 I don't know what to check next. Thanks for any help you can provide. Paul > Date: Thu, 29 Oct 2009 19:40:09 -0300 > From: Hern?n Morales Durand > Subject: Re: [Pharo-project] Segmentation fault when starting pharo >1.0rc1 on