My VM has been exiting frequently just recently.
I'm on ubuntu 9.04, using the latest image available. It looks like the root cause is whenever a timestamp needs to be created. Anybody else have this issue? try this in a workspace... "UUID new". It seems to be from the primitive call within UUID initialization that causes it? Thanks Steve _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
What exact VM are you using ?
2009/5/19 Steve Wirts <[hidden email]> My VM has been exiting frequently just recently. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
does this help (version.c file in the directory)...
int vm_serial= 32; char *vm_date= "Wed Apr 8 19:55:11 BST 2009"; char *cc_version= "gcc 4.1.2"; char *ux_version= "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"; 2009/5/19 Mariano Martinez Peck <[hidden email]> What exact VM are you using ? _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
But is this standard vm? Did you download it from http://squeakvm.org/unix/ ? is an exupery vm ? did you install it using apt-get ?
Anyway, it seems to be already reported. See: - http://code.google.com/p/pharo/issues/detail?id=794 - http://www.mail-archive.com/pharo-project@.../msg08390.html Cheers, Mariano 2009/5/19 Steve Wirts <[hidden email]> does this help (version.c file in the directory)... _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Steve Wirts
This problem seems to be related to the UUIDPlugin on ubuntu 9.04.
It has already been reported to Bryce Kampjes. A work-around is to remove the UUIDPlugin : just rename the build/UUIDPlugin as build/UUIDPlugin-not-used and it should run fine. Cheers Alain Steve Wirts a écrit : > My VM has been exiting frequently just recently. > I'm on ubuntu 9.04, using the latest image available. > It looks like the root cause is whenever a timestamp > needs to be created. > > Anybody else have this issue? > > try this in a workspace... > > "UUID new". > > It seems to be from the primitive call within UUID initialization that > causes it? > > Thanks > Steve > > ------------------------------------------------------------------------ > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
Mariano Martinez Peck a écrit :
> But is this standard vm? Did you download it from > http://squeakvm.org/unix/ ? is an exupery vm ? did you install it > using apt-get ? > > Anyway, it seems to be already reported. See: > > - http://code.google.com/p/pharo/issues/detail?id=794 > - > http://www.mail-archive.com/pharo-project@.../msg08390.html no, the problem reported by this issue concerns the new network implementation. Cheers Alain > > Cheers, > > Mariano > > 2009/5/19 Steve Wirts <[hidden email] <mailto:[hidden email]>> > > does this help (version.c file in the directory)... > > int vm_serial= 32; > char *vm_date= "Wed Apr 8 19:55:11 BST 2009"; > char *cc_version= "gcc 4.1.2"; > char *ux_version= "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"; > > > > 2009/5/19 Mariano Martinez Peck <[hidden email] > <mailto:[hidden email]>> > > What exact VM are you using ? > > 2009/5/19 Steve Wirts <[hidden email] > <mailto:[hidden email]>> > > My VM has been exiting frequently just recently. > I'm on ubuntu 9.04, using the latest image available. > It looks like the root cause is whenever a timestamp > needs to be created. > > Anybody else have this issue? > > try this in a workspace... > > "UUID new". > > It seems to be from the primitive call within UUID > initialization that > causes it? > > Thanks > Steve > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > <mailto:[hidden email]> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > <mailto:[hidden email]> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > <mailto:[hidden email]> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > ------------------------------------------------------------------------ > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |