[Pharo-project] Installing Cog - was Pharo 1.2.1 crashing
Sig, Is there anything I should know about using the Stack or Cog vms from Hudson? It looks like the zips contain a vm, some external plugins and drivers. Can they simply be dumped in a directory with the image/changes and launched using a shell script? Below, are you recommending the Stack vm to remove Cog features that might be causing problems? Bill ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Igor Stasenko [siguctua@gmail.com] Sent: Friday, July 08, 2011 7:23 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Pharo 1.2.1 crashing Could you try running your stuff on Stack VM: https://pharo-ic.lille.inria.fr/hudson/view/Cog/job/Stack%20VM%20Unix/lastSu... from log i see that it crashing somewhere in your code.. So i don't have any idea what could be wrong there now. On 8 July 2011 12:51, Bernat Romagosa <tibabenfortlapalanca@gmail.com> wrote:
Hi list, My Pharo image is crashing every now and then and I can't seem to work out why, here's my specs: 'Pharo1.2.1 Croquet Closure Cog VM [CoInterpreter VMMaker.oscog-eem.75] unix i686 linux-gnu' I also attach the console dump. Could it be a VM bug or something? Cheers, -- Bernat Romagosa.
-- Best regards, Igor Stasenko AKA sig.
On 9 July 2011 17:17, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
Sig,
Is there anything I should know about using the Stack or Cog vms from Hudson? Â It looks like the zips contain a vm, some external plugins and drivers. Â Can they simply be dumped in a directory with the image/changes and launched using a shell script?
Yes. It is just an ordinary executable file, you can place it where you see fit.
Below, are you recommending the Stack vm to remove Cog features that might be causing problems?
Stack VM serves for two purposes: - we should keep maintaining it, since not all OSes and environments allow running jitter and we don't have jitter for everything. - and of course, if you have problems with Cog (like experiencing crashes etc..) Stack VM can serve as a fallback, more safer solution. also it could serve to detect and diagnose problems (if VM misbehaves with JIT, but runs well without it, you know who to blame ;) -- Best regards, Igor Stasenko AKA sig.
Thanks!! ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Igor Stasenko [siguctua@gmail.com] Sent: Saturday, July 09, 2011 10:43 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Installing Cog - was Pharo 1.2.1 crashing On 9 July 2011 17:17, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
Sig,
Is there anything I should know about using the Stack or Cog vms from Hudson? It looks like the zips contain a vm, some external plugins and drivers. Can they simply be dumped in a directory with the image/changes and launched using a shell script?
Yes. It is just an ordinary executable file, you can place it where you see fit.
Below, are you recommending the Stack vm to remove Cog features that might be causing problems?
Stack VM serves for two purposes: - we should keep maintaining it, since not all OSes and environments allow running jitter and we don't have jitter for everything. - and of course, if you have problems with Cog (like experiencing crashes etc..) Stack VM can serve as a fallback, more safer solution. also it could serve to detect and diagnose problems (if VM misbehaves with JIT, but runs well without it, you know who to blame ;) -- Best regards, Igor Stasenko AKA sig.
participants (2)
-
Igor Stasenko -
Schwab,Wilhelm K