Re: [Pharo-project] Having a shared package-cache Re: MCDirectoryRepository defaultDirectoryName ignored?

2011-10-21 Thread Mariano Martinez Peck
Thanks guys. I was able to successfully change the directory of the package-cache. On Fri, Oct 21, 2011 at 12:15 PM, Lukas Renggli wrote: > You could add startup code that resets it to an absolute fixed location. > > I would go with the links. > > Lukas > > On 21 October 2011 11:59, Sven Van Cae

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Igor Stasenko
2011/10/21 Janko Mivšek : > 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: InputEventPollingFetche

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Janko Mivšek
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 clea

[Pharo-project] [update 1.4] #14207

2011-10-21 Thread Marcus Denker
14207 - Issue 4928: Empty the class BlockContext... http://code.google.com/p/pharo/issues/detail?id=4928 Issue 4410: CompiledMethod >> #valueWithReceiver:arguments: instead of Object >> #withArgs:executeMethod: http://code.google.com/p/pharo/issues/detail?id=4410 --

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Henrik Johansen
On 21. okt. 2011, at 16:56, 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 ha

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Marcus Denker
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 hav

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Janko Mivšek
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

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Janko Mivšek
Hi guys, It seems that we found the culpit, according to Igor advice I'm now measuring more and yes, ExternalSemaphoreTable is growing by one every snapshot, as Henrik already found out. Few latest hourly reports: 0 HTTPCommections 5 Sockets 28 Processes 108 Semaphores 1 Socket r

[Pharo-project] [update 1.4] #14206

2011-10-21 Thread Marcus Denker
14206 - Issue 4908: LinkedList collect http://code.google.com/p/pharo/issues/detail?id=4908 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] Some bugs

2011-10-21 Thread Andrea Brühlmann
This would be too sad... No. Too sad is being 1 year and a half to release one single release. Don't expect perfection in each release, because otherwise there won't be any release. If you really need this issue, then apply the patch to your own image. Only SERIOUS bugs can be integrated in

Re: [Pharo-project] Text for 1.3 announcement?

2011-10-21 Thread Marcus Denker
On Oct 21, 2011, at 3:17 PM, Igor Stasenko wrote: > On 21 October 2011 13:59, Schwab,Wilhelm K wrote: >> I am concerned about the error handling failure that I (easily) encountered, >> at least on Linux. Has anyone tried to reproduce it? >> >> > How does that prevent from releasing 1.3? > >

Re: [Pharo-project] Text for 1.3 announcement?

2011-10-21 Thread Igor Stasenko
On 21 October 2011 13:59, Schwab,Wilhelm K wrote: > I am concerned about the error handling failure that I (easily) encountered, > at least on Linux.  Has anyone tried to reproduce it? > > How does that prevent from releasing 1.3? If there are obscure bugs, they will be fixed in 1.4. > > >

[Pharo-project] [update 1.4] #14205

2011-10-21 Thread Marcus Denker
14205 - Issue 4927: Remove duplicate InputEvent sensor entry in startup/shutdown lists ( running out of semaphores ) http://code.google.com/p/pharo/issues/detail?id=4927 Issue 4683: Code completion breaks search fields http://code.google.com/p/pharo/issues/detail?id=46

Re: [Pharo-project] When will Fuel file format stabilize?

2011-10-21 Thread Philippe Marschall
On 10/16/2011 02:03 PM, Stéphane Ducasse wrote: > Mariano I think that the point that Philippe (our national butcher) is trying > to make is the following: > If by design a serializer takes the perspective that it will be able to load > old formats and ensure > evolution all the time then you hav

[Pharo-project] [update 1.3] #13317

2011-10-21 Thread Marcus Denker
13317 - Issue 4927: Remove duplicate InputEvent sensor entry in startup/shutdown lists ( running out of semaphores ) http://code.google.com/p/pharo/issues/detail?id=4927 Issue 4683: Code completion breaks search fields http://code.google.com/p/pharo/issues/detail?id=46

Re: [Pharo-project] Squeaksource: unable to import a version

2011-10-21 Thread Tobias Pape
Hi Veronica Am 2011-10-21 um 12:46 schrieb Veronica Isabel Uquillas Gomez: > Hi, > > On 21 Oct 2011, at 12:13, Lukas Renggli wrote: > >> Hi Veronica, >> >> Likely the file is broken. Try to open it with a zip tool. >> > > the file is fine... I just want to put it in the server > This is

Re: [Pharo-project] Text for 1.3 announcement?

2011-10-21 Thread Schwab,Wilhelm K
I am concerned about the error handling failure that I (easily) encountered, at least on Linux. Has anyone tried to reproduce it? From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Marcus Denke

Re: [Pharo-project] Squeaksource: unable to import a version

2011-10-21 Thread Veronica Isabel Uquillas Gomez
Hi, On 21 Oct 2011, at 12:13, Lukas Renggli wrote: > Hi Veronica, > > Likely the file is broken. Try to open it with a zip tool. > the file is fine... I just want to put it in the server This is not a recent problem, a couple of months ago when SS was unstable we had the same problem... a

Re: [Pharo-project] Having a shared package-cache Re: MCDirectoryRepository defaultDirectoryName ignored?

2011-10-21 Thread Lukas Renggli
You could add startup code that resets it to an absolute fixed location. I would go with the links. Lukas On 21 October 2011 11:59, Sven Van Caekenberghe wrote: > > On 21 Oct 2011, at 11:47, Mariano Martinez Peck wrote: > >> Hi guys. I would really LOVE to have a shared package-cache among imag

Re: [Pharo-project] Squeaksource: unable to import a version

2011-10-21 Thread Lukas Renggli
Hi Veronica, Likely the file is broken. Try to open it with a zip tool. Lukas On 21 October 2011 11:12, Veronica Isabel Uquillas Gomez wrote: > Hi, > I am trying to import a file into a repository in Squeaksource because > Monticello failed doing so. > But I get the this message all the time: >

Re: [Pharo-project] Having a shared package-cache Re: MCDirectoryRepository defaultDirectoryName ignored?

2011-10-21 Thread Sven Van Caekenberghe
On 21 Oct 2011, at 11:47, Mariano Martinez Peck wrote: > Hi guys. I would really LOVE to have a shared package-cache among images. I > have (really) 1 gb of .mcz in different package-cache. > I am using new images all the time (hence package cache is empty). I would > love to be able to reuse

[Pharo-project] Having a shared package-cache Re: MCDirectoryRepository defaultDirectoryName ignored?

2011-10-21 Thread Mariano Martinez Peck
On Sat, Oct 15, 2011 at 8:54 PM, Sean P. DeNigris wrote: > > Mariano Martinez Peck wrote: > > > > it seems "ignored" > > When I created the accessors and setting, the purpose was so that when you > add a directory repository via the MC Browser ("+Repository"->directory), > the UI would start in th

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Igor Stasenko
On 21 October 2011 10:59, Henrik Sperre Johansen wrote: > On 21.10.2011 10:42, Henrik Sperre Johansen wrote: >> >> On 20.10.2011 15:30, Igor Stasenko wrote: >>> >>> 2011/10/20 Janko Mivšek: Hi guys, I'm measuring how my image is breathing through the time and what is inter

[Pharo-project] Squeaksource: unable to import a version

2011-10-21 Thread Veronica Isabel Uquillas Gomez
Hi, I am trying to import a file into a repository in Squeaksource because Monticello failed doing so. But I get the this message all the time: There was an error importing the file Ring-History-Importer-AndyKellens.69.mcz. The file has to be in mcz format! The file is not there but SS does no

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Henrik Sperre Johansen
On 21.10.2011 10:42, Henrik Sperre Johansen wrote: On 20.10.2011 15:30, Igor Stasenko wrote: 2011/10/20 Janko Mivšek: Hi guys, I'm measuring how my image is breathing through the time and what is interesting is how nr. of Semaphore instances is variating through the time. Every hour just befor

Re: [Pharo-project] Too many semaphores, image blocked

2011-10-21 Thread Henrik Sperre Johansen
On 20.10.2011 15:30, Igor Stasenko wrote: 2011/10/20 Janko Mivšek: Hi guys, I'm measuring how my image is breathing through the time and what is interesting is how nr. of Semaphore instances is variating through the time. Every hour just before snapshot I report nr of instances, see last 10 hou