Re: [Pharo-project] Too many semaphores, image blocked
On Oct 21, 2011, at 4:56 PM, Janko Mivšek wrote:
S, Henrik Sperre Johansen piše:
There's something wrong with startup/shutdown list, at least with my Pharo 1.4 image... Both InputEventFetcher and InputEventPollingFetcher are in the lists, going back to at least 1.3 Can't have that. Probably got there when switching InputFetcher (IE a _long_ time ago) due to being careless with receiver of #install / #deinstall...
InputEventPollingFetcher should be removed.
Henrik, can you prepare a patch (or instructions how to remove it) so that I'll check immediately?
execute: Smalltalk removeFromStartUpList: InputEventPollingFetcher. Smalltalk removeFromShutDownList: InputEventPollingFetcher. Or update to the latest 1.3 / 1.4... Marcus -- Marcus Denker -- http://marcusdenker.de
S, Marcus Denker piše:
Henrik, can you prepare a patch (or instructions how to remove it) so that I'll check immediately?
execute:
Smalltalk removeFromStartUpList: InputEventPollingFetcher. Smalltalk removeFromShutDownList: InputEventPollingFetcher.
Done, now how can I safely clear the ExternalSemaphoreTable, which will otherwise stay with currently 53 entries open? Janko -- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si
2011/10/21 Janko Mivšek <janko.mivsek@eranova.si>:
S, Marcus Denker piše:
Henrik, can you prepare a patch (or instructions how to remove it) so that I'll check immediately?
execute:
Smalltalk removeFromStartUpList: InputEventPollingFetcher. Smalltalk removeFromShutDownList: InputEventPollingFetcher.
Done, now how can I safely clear the ExternalSemaphoreTable, which will otherwise stay with currently 53 entries open?
this table is cleared when you rebooting the image.
Janko
-- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si
-- Best regards, Igor Stasenko.
participants (3)
-
Igor Stasenko -
Janko Mivšek -
Marcus Denker