[Pharo-dev] Jenkins slaves

2013-08-22 Thread Christophe Demarey
Hi all, An hypervisor used to host slaves for the continuous integration service is reaching its maximum storage capacity (primary storage used for running Virtual Machines). To avoid VM corruptions, we preventively stopped VMs running on this hypervisor. For the pharo ecosystem, following VMs

Re: [Pharo-dev] [rmod] Jenkins slaves

2013-08-22 Thread Stéphane Ducasse
Could we not use on of the mac machine lying around to have our own space? On Aug 22, 2013, at 2:15 PM, Christophe Demarey christophe.dema...@inria.fr wrote: Hi all, An hypervisor used to host slaves for the continuous integration service is reaching its maximum storage capacity (primary

Re: [Pharo-dev] Updating the Pharo Contributors listing

2013-08-22 Thread Sven Van Caekenberghe
Esteban, On 19 Aug 2013, at 13:24, Esteban Lorenzano esteba...@gmail.com wrote: PharoContributor new name: 'Esteban Lorenzano'; id: 'estebanlm'; email: 'esteba...@gmail.com'; website: 'http://smallworks.eu'; description: 'Pharo core team. Contributor of

Re: [Pharo-dev] [rmod] Jenkins slaves

2013-08-22 Thread Christophe Demarey
We can also add a mac slave in our offices. We just have one for pharo / pharo-contribution / rmod. Le 22 août 2013 à 16:24, Stéphane Ducasse a écrit : Could we not use on of the mac machine lying around to have our own space? On Aug 22, 2013, at 2:15 PM, Christophe Demarey

Re: [Pharo-dev] Updating the Pharo Contributors listing

2013-08-22 Thread Sven Van Caekenberghe
Martin, On 19 Aug 2013, at 18:16, Martin Dias tinchod...@gmail.com wrote: PharoContributor new id: 'tinchodias' name: 'Martín Dias'; email: 'tinchod...@gmail.com'; description: 'Master at UBA. PhD student at INRIA. Contributor in Fuel project and in Pharo in general.'; yourself

Re: [Pharo-dev] Updating the Pharo Contributors listing

2013-08-22 Thread Clara Allende
Great, my gravatar image is fine :) Thanks a lot! On 22 August 2013 11:54, Sven Van Caekenberghe s...@stfx.eu wrote: Clara, On 19 Aug 2013, at 14:13, Clara Allende clari.alle...@gmail.com wrote: PharoContributor new name: 'Clara Allende'; id: 'ClaraAllende';

[Pharo-dev] How do diagnose image locks up (cpu 100%) on save?

2013-08-22 Thread Paul DeBruicker
Hi - The plain Pharo 20619 + RFB image in my dropbox here: https://dl.dropboxusercontent.com/u/4460862/pharo2RFB.zip freezes when you save it while the RFB server is running. The freeze occurs in the #snapshotPrimitive. This is the VM info I'm using: 3.9-7 #1 Wed Mar 13 18:22:44 CET 2013 gcc

Re: [Pharo-dev] How do diagnose image locks up (cpu 100%) on save?

2013-08-22 Thread Paul DeBruicker
Paul DeBruicker wrote In this instance, that doesn't output anything. Specifically: $ ps -A | grep pharo 6001 pts/000:00:45 pharo $ kill -s SIGUSR1 6001 $ Oh no wait. I'm an idiot. It spits out this in the terminal where the pharo process is running: stack page bytes 4096

Re: [Pharo-dev] How do diagnose image locks up (cpu 100%) on save?

2013-08-22 Thread Sven Van Caekenberghe
On 22 Aug 2013, at 19:34, Paul DeBruicker pdebr...@gmail.com wrote: Hi - The plain Pharo 20619 + RFB image in my dropbox here: https://dl.dropboxusercontent.com/u/4460862/pharo2RFB.zip freezes when you save it while the RFB server is running. The freeze occurs in the #snapshotPrimitive.

Re: [Pharo-dev] How do diagnose image locks up (cpu 100%) on save?

2013-08-22 Thread Paul DeBruicker
In this instance, that doesn't output anything. Specifically: $ ps -A | grep pharo 6001 pts/000:00:45 pharo $ kill -s SIGUSR1 6001 $ Mariano Martinez Peck wrote If you run the VM from command line and you send a kill -s SIGUSR1 ... it should display the stacktrace of the VM in

Re: [Pharo-dev] [Pharo-fuel] Fuel API bug

2013-08-22 Thread Stéphane Ducasse
hi henrik do you have an implementation for when:do:for: because I do not see it? https://pharo.fogbugz.com/default.asp?11316 Stef #when:do: is there already ;) even better then :) #when:send:to: and #when:do:for: should be added though. what would be when:do:for: ? Its

Re: [Pharo-dev] How do diagnose image locks up (cpu 100%) on save?

2013-08-22 Thread Paul DeBruicker
Sven Van Caekenberghe-2 wrote On 22 Aug 2013, at 19:34, Paul DeBruicker lt; pdebruic@ gt; wrote: Hi - The plain Pharo 20619 + RFB image in my dropbox here: https://dl.dropboxusercontent.com/u/4460862/pharo2RFB.zip freezes when you save it while the RFB server is running. The freeze

Re: [Pharo-dev] How do diagnose image locks up (cpu 100%) on save?

2013-08-22 Thread Igor Stasenko
looks quite healthy to me. image is idle doing nothing. On 22 August 2013 20:21, Paul DeBruicker pdebr...@gmail.com wrote: Paul DeBruicker wrote In this instance, that doesn't output anything. Specifically: $ ps -A | grep pharo 6001 pts/000:00:45 pharo $ kill -s SIGUSR1 6001

Re: [Pharo-dev] How do diagnose image locks up (cpu 100%) on save?

2013-08-22 Thread Paul DeBruicker
So when you open the image I posted and in the workspace run RFBServer start. Smalltalk snapshot: true andQuit: false. Everything works fine? It doesn't go to 100% cpu use? -- View this message in context:

[Pharo-dev] Debugger recursion

2013-08-22 Thread jan.struz
Hi, try this: This will start opening infinite number of debuggers, because of AdoesNotUnderstand: #halt. Ok, so, if I replace /self halt/ with /Halt signal/, it will do the same, but now because of AdoesNotUnderstand: #inspector. But in both cases, after successfully (before stack is full)