Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-08-08 Thread Mariano Martinez Peck
Hi Ben, Sorry, I do not have yet a verdict. The part of the system that reproduces the crash is not used frequently so it takes me quite some time to reproduce it :( Will keep you informed if I see it again or not with the last changes. Thanks for checking with me. On Mon, Aug 8, 2016 at

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-08-08 Thread Ben Coman
Hi Mariano, How are you going with this problem? On Fri, Jul 22, 2016 at 11:05 PM, Mariano Martinez Peck wrote: > > > On Fri, Jul 22, 2016 at 2:26 AM, Ben Coman wrote: >> >> >> >> On Fri, Jul 22, 2016 at 4:42 AM, Mariano Martinez Peck >>

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-07-22 Thread Mariano Martinez Peck
On Fri, Jul 22, 2016 at 2:26 AM, Ben Coman wrote: > > > On Fri, Jul 22, 2016 at 4:42 AM, Mariano Martinez Peck < > marianop...@gmail.com> wrote: > >> >> >> On Sun, Jul 17, 2016 at 6:46 AM, Ben Coman wrote: >> >> >>> Do you have some test code or a

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-07-22 Thread Mariano Martinez Peck
Thanks Max for reviewing it :) On Fri, Jul 22, 2016 at 11:08 AM, Max Leske wrote: > > On 22 Jul 2016, at 07:26, Ben Coman > wrote: > > > > On Fri, Jul 22, 2016 at 4:42 AM, Mariano Martinez Peck < > marianop...@gmail.com> wrote: >

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-07-22 Thread Max Leske
> On 22 Jul 2016, at 07:26, Ben Coman wrote: > > > > On Fri, Jul 22, 2016 at 4:42 AM, Mariano Martinez Peck > wrote: > > > On Sun, Jul 17, 2016 at 6:46 AM, Ben Coman

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-07-21 Thread Ben Coman
On Fri, Jul 22, 2016 at 4:42 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Sun, Jul 17, 2016 at 6:46 AM, Ben Coman wrote: > > >> Do you have some test code or a test image I could run to reproduce >> the problem? >> > > > The problem is that I cannot

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-07-17 Thread Ben Coman
On Wed, Jul 13, 2016 at 12:30 AM, Mariano Martinez Peck wrote: > > > On Wed, May 18, 2016 at 11:39 PM, Ben Coman wrote: >> >> On Thu, May 19, 2016 at 8:49 AM, Martin McClure >> wrote: >> > On 05/18/2016 03:17 PM, Martin McClure

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-07-12 Thread Mariano Martinez Peck
On Wed, May 18, 2016 at 11:39 PM, Ben Coman wrote: > On Thu, May 19, 2016 at 8:49 AM, Martin McClure > wrote: > > On 05/18/2016 03:17 PM, Martin McClure wrote: > >> > >> On 05/18/2016 08:49 AM, Mariano Martinez Peck wrote: > >>> > >>> Hi guys, > >>>

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-30 Thread Gastón Dall' Oglio
Hi Mariano. Some time ago I had a similar problem (Windows, Linux did not happen) and the solution was "OSProcessAccessor initialize" to open the image. HTH http://forum.world.st/OSProcess-error-in-1-3-tp4602389p4604877.html Cheers 2016-05-30 10:31 GMT-03:00 Mariano Martinez Peck

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-30 Thread Mariano Martinez Peck
Hi Ben, I opened this issue for tracking the problem and not forget: https://pharo.fogbugz.com/f/cases/18359/Problem-with-DelayExperimentalSpinScheduler-and-delay Cheers, On Fri, May 20, 2016 at 2:58 PM, Ben Coman wrote: > On Sat, May 21, 2016 at 12:05 AM, Mariano

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-20 Thread Ben Coman
On Sat, May 21, 2016 at 12:05 AM, Mariano Martinez Peck wrote: > Ben, for the record, I am using DelayMillisecondScheduler for a day and a > half and so far no problem. Cool. Thats why I left it there. I hope to soon have something for you to try with the newer design.

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-20 Thread Mariano Martinez Peck
Ben, for the record, I am using DelayMillisecondScheduler for a day and a half and so far no problem. On Thu, May 19, 2016 at 9:19 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Wed, May 18, 2016 at 9:49 PM, Martin McClure > wrote: > >> On 05/18/2016

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-19 Thread Mariano Martinez Peck
On Wed, May 18, 2016 at 9:49 PM, Martin McClure wrote: > On 05/18/2016 03:17 PM, Martin McClure wrote: > >> On 05/18/2016 08:49 AM, Mariano Martinez Peck wrote: >> >>> Hi guys, >>> >>> I am seeing a problem in Pharo 5.0 regarding Delay >> wait. I cannot >>> explain how

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Martin McClure
On 05/18/2016 07:39 PM, Ben Coman wrote: Waiting in the wings for Pharo 6 I have changes that should help: * have #save/#restoreResumptionTimes*only* called from timing priority event loop (i.e. #handleTimerEvent) * shutDown/startUp suspends/resumes the timing priority event loop, instead of

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Ben Coman
On Thu, May 19, 2016 at 8:49 AM, Martin McClure wrote: > On 05/18/2016 03:17 PM, Martin McClure wrote: >> >> On 05/18/2016 08:49 AM, Mariano Martinez Peck wrote: >>> >>> Hi guys, >>> >>> I am seeing a problem in Pharo 5.0 regarding Delay >> wait. I cannot >>> explain how

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Mariano Martinez Peck
On Wed, May 18, 2016 at 7:28 PM, Martin McClure wrote: > On 05/18/2016 02:46 PM, Paul DeBruicker wrote: > >> the reason I asked about OSProcess in Pharo 5 was that >> >> OSProcess waitForCommand: 'ls' >> >> >> never returned. >> >> >> Maybe its another instance of this

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Mariano Martinez Peck
On Wed, May 18, 2016 at 6:46 PM, Paul DeBruicker wrote: > the reason I asked about OSProcess in Pharo 5 was that > > OSProcess waitForCommand: 'ls' > > > never returned. > > > Maybe its another instance of this problem. And it happens everytime. > > There is a 50ms delay in

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Martin McClure
On 05/18/2016 02:46 PM, Paul DeBruicker wrote: the reason I asked about OSProcess in Pharo 5 was that OSProcess waitForCommand: 'ls' never returned. Maybe its another instance of this problem. And it happens everytime. There is a 50ms delay in the #waitForCommand: method I'm currently

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Paul DeBruicker
the reason I asked about OSProcess in Pharo 5 was that OSProcess waitForCommand: 'ls' never returned. Maybe its another instance of this problem. And it happens everytime. There is a 50ms delay in the #waitForCommand: method hope this helps Paul Mariano Martinez Peck wrote >

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Martin McClure
On 05/18/2016 08:49 AM, Mariano Martinez Peck wrote: Hi guys, I am seeing a problem in Pharo 5.0 regarding Delay >> wait. I cannot explain how this could happened but it does, and it happened to me a couple of times (but not fully reproducible). Hmm. The schedulerResumptionTime is,

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Mariano Martinez Peck
On Wed, May 18, 2016 at 2:10 PM, Ben Coman wrote: > I don't have time to look at this properly until tomorrow. > In the meantime, could you just post the result of... > >Delay delaySchedulerClass > it should be "DelayExperimentalSpinScheduler" *** > > Yes, it is. >

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Ben Coman
I don't have time to look at this properly until tomorrow. In the meantime, could you just post the result of... Delay delaySchedulerClass it should be "DelayExperimentalSpinScheduler" *** Also could you try a few of the other options from World > System > Settings > System ...