Administrator
|
My image is crashing intermittently with no crash.dmp or debug log. It is Pharo 1.3-rc with the Jenkins Mac Carbon Jit VM. The crashes may be related to OSProcess, but I'm having trouble reproducing it consistently. I just wanted to give a heads-up.
Sean
Cheers,
Sean |
Hi, it happens to me also with cocoa versions... I think is about the last Eliot changes, not yet integrated in jenkins versions. Today I will work on the integration, hope to have it solved this week. cheers, Esteban El 07/11/2011, a las 12:36a.m., Sean P. DeNigris escribió: > > My image is crashing intermittently with no crash.dmp or debug log. It is > Pharo 1.3-rc with the Jenkins Mac Carbon Jit VM. The crashes may be related > to OSProcess, but I'm having trouble reproducing it consistently. I just > wanted to give a heads-up. > > Sean > > -- > View this message in context: http://forum.world.st/Intermittent-crashes-tp3997379p3997379.html > Sent from the Squeak VM mailing list archive at Nabble.com. |
Administrator
|
Thanks! The crashes actually forced me to really tighten up my workflow - backing everything up, saving often, and using a persistence framework for all my data - so it was a good thing. The more I experience problems, the more I appreciate Smalltalk. Between the practices above and the changes file, even total disaster rarely sets me back more than a few minutes! Sean
Cheers,
Sean |
Administrator
|
In reply to this post by EstebanLM
Will these changes be integrated into the Carbon VMs? Further, are the Carbon VMs fully maintained for the time being? I ask because the TestOSA plugin still doesn't work on Cocoa and I haven't gotten a chance to debug it, so I'm stuck with Carbon for the time being and the crashes are a drag ;-) Sean
Cheers,
Sean |
Hi, TestOSA should be working on latest Cocoa Cog builds... if not... how can I test it? Cheers, Esteban El 11/11/2011, a las 1:04p.m., Sean P. DeNigris escribió: > > > Esteban Lorenzano wrote: >> >> Today I will work on the integration, hope to have it solved this week. >> > > Will these changes be integrated into the Carbon VMs? Further, are the > Carbon VMs fully maintained for the time being? I ask because the TestOSA > plugin still doesn't work on Cocoa and I haven't gotten a chance to debug > it, so I'm stuck with Carbon for the time being and the crashes are a drag > ;-) > > Sean > > -- > View this message in context: http://forum.world.st/Intermittent-crashes-tp3997379p4031768.html > Sent from the Squeak VM mailing list archive at Nabble.com. |
Administrator
|
Cool, the last time it came up, none of the Jenkins builds had working plugins, but dropping the plugin from the old 4.2.5 Carbon interpreter VM into the Resources folder worked on both Cog Carbon VMs but not on either Cog Cocoa VM. To test it, load the Applescript project from Sqs: Gofer new squeaksource: 'Applescript'; package: 'Applescript-Core'; package: 'Applescript-Platform' constraint: [ :v | v branch = 'pharo' ]; load. And doIt: Applescript browse: 'http://www.google.com' Thanks. Sean
Cheers,
Sean |
yeah.... I can confirm that it is not working... I will take a look tomorrow :) El 11/11/2011, a las 3:19p.m., Sean P. DeNigris escribió: > > > Esteban Lorenzano wrote: >> >> TestOSA should be working on latest Cocoa Cog builds... if not... how can >> I test it? >> > > Cool, the last time it came up, none of the Jenkins builds had working > plugins, but dropping the plugin from the old 4.2.5 Carbon interpreter VM > into the Resources folder worked on both Cog Carbon VMs but not on either > Cog Cocoa VM. > > To test it, load the Applescript project from Sqs: > > Gofer new > squeaksource: 'Applescript'; > package: 'Applescript-Core'; > package: 'Applescript-Platform' constraint: [ :v | v branch = 'pharo' ]; > load. > And doIt: > Applescript browse: 'http://www.google.com' > > Thanks. > Sean > > -- > View this message in context: http://forum.world.st/Intermittent-crashes-tp3997379p4032273.html > Sent from the Squeak VM mailing list archive at Nabble.com. |
Administrator
|
Thanks, I'll keep exploring and learning so I can help soon! Sean
Cheers,
Sean |
well... it compiles the scripts and doesn't throw any error... but the browser is not opened :( I need to debug in generated code :(( El 12/11/2011, a las 1:29p.m., Sean P. DeNigris escribió: > > > Esteban Lorenzano wrote: >> >> yeah.... I can confirm that it is not working... I will take a look >> tomorrow :) >> > > Thanks, I'll keep exploring and learning so I can help soon! > > Sean > > -- > View this message in context: http://forum.world.st/Intermittent-crashes-tp3997379p4034800.html > Sent from the Squeak VM mailing list archive at Nabble.com. |
Free forum by Nabble | Edit this page |