[Pharo-project] vm exits unexpectedly
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
What exact VM are you using ? 2009/5/19 Steve Wirts <stevewirts@gmail.com>
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 Pharo-project@lists.gforge.inria.fr 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 <marianopeck@gmail.com>
What exact VM are you using ?
2009/5/19 Steve Wirts <stevewirts@gmail.com>
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr 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@lists.gforge.inria.fr/msg08390.htm... Cheers, Mariano 2009/5/19 Steve Wirts <stevewirts@gmail.com>
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 <marianopeck@gmail.com>
What exact VM are you using ?
2009/5/19 Steve Wirts <stevewirts@gmail.com>
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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@lists.gforge.inria.fr/msg08390.htm... no, the problem reported by this issue concerns the new network implementation. Cheers Alain
Cheers,
Mariano
2009/5/19 Steve Wirts <stevewirts@gmail.com <mailto:stevewirts@gmail.com>>
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 <marianopeck@gmail.com <mailto:marianopeck@gmail.com>>
What exact VM are you using ?
2009/5/19 Steve Wirts <stevewirts@gmail.com <mailto:stevewirts@gmail.com>>
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 Pharo-project@lists.gforge.inria.fr <mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr <mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr <mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
------------------------------------------------------------------------
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Alain Plantec -
Mariano Martinez Peck -
Steve Wirts