Re: [Pharo-users] Pharo70 session start and silent failures

2018-05-15 Thread Guillermo Polito
https://pharo.fogbugz.com/f/cases/21907/Freezes-on-startup On Tue, May 15, 2018 at 9:29 AM, Guillermo Polito wrote: > Thanks, I'll open an issue and check it. > > On Tue, May 15, 2018 at 8:35 AM, Holger Freyther > wrote: > >> >> >> > On 14. May 2018, at 17:39, Guillermo Polito >> wrote: >> > >

Re: [Pharo-users] Pharo70 session start and silent failures

2018-05-15 Thread Guillermo Polito
Thanks, I'll open an issue and check it. On Tue, May 15, 2018 at 8:35 AM, Holger Freyther wrote: > > > > On 14. May 2018, at 17:39, Guillermo Polito > wrote: > > > > > > > Can you give me more details about how to reproduce it? > > 1.) Load MCZ into image (ignore the missing dependency) > > htt

Re: [Pharo-users] Pharo70 session start and silent failures

2018-05-14 Thread Holger Freyther
> On 14. May 2018, at 17:39, Guillermo Polito wrote: > > > Can you give me more details about how to reproduce it? 1.) Load MCZ into image (ignore the missing dependency) http://smalltalkhub.com/mc/osmocom/Core/main/OsmoCore-HolgerHansPeterFreyther.43.mcz 2.) Save image => Image is now "

Re: [Pharo-users] Pharo70 session start and silent failures

2018-05-14 Thread Guillermo Polito
On Thu, May 3, 2018 at 3:13 PM, Holger Freyther wrote: > I am facing a problem with the new SessionManager>>#snapshot:andQuit: > code. I have had plenty Pharo70 images that didn't restore anymore as the > code is waiting for the "wait" semaphore. For sure it is something my code > is doing but co

Re: [Pharo-users] Pharo70 session start and silent failures

2018-05-04 Thread Denis Kudriashov
I had similar problem with SSDP server. When I tried to stop it during shutdown of image the image didn't closed. It hangs forever. In some cases I was able to open debugger which pointed to exactly same place which you mentioned. My guess was that process termination during shutdown is not safe an

Re: [Pharo-users] Pharo70 session start and silent failures

2018-05-03 Thread Sean P. DeNigris
Holger Freyther wrote > I have had plenty Pharo70 images that didn't restore anymore… +1. I think it has been related to errors in my startup code e.g. classes renamed/removed since 6.1, but not sure. - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Pharo70 session start and silent failures

2018-05-03 Thread Holger Freyther
I am facing a problem with the new SessionManager>>#snapshot:andQuit: code. I have had plenty Pharo70 images that didn't restore anymore as the code is waiting for the "wait" semaphore. For sure it is something my code is doing but could anyone think of ways to make it more robust and handle fai