Re: [Pharo-users] Zinc Crash / semaphores

2017-07-31 Thread p...@highoctane.be
I am doing external REST calls indeed. No caching across WASessions. Phil On Mon, Jul 31, 2017 at 1:00 PM, Sven Van Caekenberghe wrote: > Do you make any external (REST/network) calls yourself while handling your > requests ? > > Do you do any kind of caching yourself ? > > > On 31 Jul 2017, a

Re: [Pharo-users] Zinc Crash / semaphores

2017-07-31 Thread Sven Van Caekenberghe
Do you make any external (REST/network) calls yourself while handling your requests ? Do you do any kind of caching yourself ? > On 31 Jul 2017, at 12:40, p...@highoctane.be wrote: > > I have this crash log on a server. > > https://gist.github.com/philippeback/9527b74c081629c2b05466353c4326b3

[Pharo-users] Zinc Crash / semaphores

2017-07-31 Thread p...@highoctane.be
I have this crash log on a server. https://gist.github.com/philippeback/9527b74c081629c2b05466353c4326b3 It is running on Windows 2012 R2 with a Pharo 5.0 There is a SeasideApp. Is there any known semaphore leak? Because this app is very lightly used and I was suprised to see this. Windows may