Re: [Pharo-project] Exupery VM crashed with SegFault

2009-06-05 Thread Bryce Kampjes
On Fri, 2009-06-05 at 09:39 +0200, Adrian Lienhard wrote: > This is issue http://code.google.com/p/pharo/issues/detail?id=855 > > Is there a fix (i.e., new VM) in sight? It's on my list of things to look at but I'm unlikely to have a great deal of time for the next few months. Bryce __

Re: [Pharo-project] Exupery VM crashed with SegFault

2009-06-05 Thread Adrian Lienhard
gin to > UUIDPlugin.bak. > > > -- Forwarded message -- > From: Baskakov Daniel > Date: Fri, Jun 5, 2009 at 9:11 AM > Subject: Re: [Pharo-project] Exupery VM crashed with SegFault > To: Pharo-project@lists.gforge.inria.fr > > > Hi, > > I'm getting t

Re: [Pharo-project] Exupery VM crashed with SegFault

2009-06-05 Thread Damien Cassou
This bug appeared before for many of us Ubuntu 9.04 users. The solution I use is to rename the directory UUIDPlugin to UUIDPlugin.bak. -- Forwarded message -- From: Baskakov Daniel Date: Fri, Jun 5, 2009 at 9:11 AM Subject: Re: [Pharo-project] Exupery VM crashed with SegFault To

Re: [Pharo-project] Exupery VM crashed with SegFault

2009-06-05 Thread Baskakov Daniel
Hi, I'm getting this error on Linux Mint 7 (Ubuntu 9.04). Calling of: UUID>>new ^(self new: 16) crashes Pharo on: UUID>>initialize self primMakeUUID. I've changed to: UUID>>new ^(self new: 17) and it stops crashing. 2009/3/30 Damien Cassou : > Hi, > > try to evaluat

Re: [Pharo-project] Exupery VM crashed with SegFault

2009-03-31 Thread Alain Plantec
works here also on ubuntu 8.10: squeak -version 3.10-3 #29 Fri Feb 27 22:09:30 GMT 2009 gcc 4.1.2 Pharo0.1 of 16 May 2008 [latest update: #10074] Linux localhost 2.6.24.4 #9 SMP Sat Jul 19 21:31:15 BST 2008 i686 Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz GenuineIntel GNU/Linux default plugin loca

Re: [Pharo-project] Exupery VM crashed with SegFault

2009-03-30 Thread Mariano Martinez Peck
On Mon, Mar 30, 2009 at 11:32 AM, Damien Cassou wrote: > Hi, > > try to evaluate the following code in any Pharo image using the > Exupery Unix VM and you will get a Segmentation Fault. > > Preferences setMenuFontTo: (LogicalFont familyName: 'DejaVu Serif' > pointSize: 10). > > $ squeak -version >

Re: [Pharo-project] Exupery VM crashed with SegFault

2009-03-30 Thread Bryce Kampjes
On Mon, 2009-03-30 at 16:32 +0200, Damien Cassou wrote: > Hi, > > try to evaluate the following code in any Pharo image using the > Exupery Unix VM and you will get a Segmentation Fault. > > Preferences setMenuFontTo: (LogicalFont familyName: 'DejaVu Serif' > pointSize: 10). That works here usin

[Pharo-project] Exupery VM crashed with SegFault

2009-03-30 Thread Damien Cassou
Hi, try to evaluate the following code in any Pharo image using the Exupery Unix VM and you will get a Segmentation Fault. Preferences setMenuFontTo: (LogicalFont familyName: 'DejaVu Serif' pointSize: 10). $ squeak -version 3.10-3 #29 Fri Feb 27 22:09:30 GMT 2009 gcc 4.1.2 Pharo0.1 of 16 May 200