saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

Paul DeBruicker
If I choose 'save' or 'save as' the image locks up.  It only happens
with my code and the RFB server loaded.  In a pharo 2 + rfb image things
work fine.  In a pharo 2 + my code image things work fine.    'Save and
quit' then re-opening the image works fine.





What can I do to diagnose what is happening?


Thanks

Paul

Reply | Threaded
Open this post in threaded view
|

Re: saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

Paul DeBruicker
I forgot to mention that when I debug

Smalltalk snapshot: true andQuit: false

it freezes in the snapshotPrimitive
Reply | Threaded
Open this post in threaded view
|

Re: saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

Paul DeBruicker
In reply to this post by Paul DeBruicker
I forgot to mention that when I Debug

Smalltalk snapshot: true andQuit: false

it locks up in the #snapshotPrimitive



Thanks


On 08/21/2013 09:49 AM, Paul DeBruicker wrote:

> If I choose 'save' or 'save as' the image locks up.  It only happens
> with my code and the RFB server loaded.  In a pharo 2 + rfb image things
> work fine.  In a pharo 2 + my code image things work fine.    'Save and
> quit' then re-opening the image works fine.
>
>
>
>
>
> What can I do to diagnose what is happening?
>
>
> Thanks
>
> Paul
>


Reply | Threaded
Open this post in threaded view
|

Re: saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

Paul DeBruicker
In reply to this post by Paul DeBruicker
Seems like it only freezes when the RFB server is running.


On 08/21/2013 09:53 AM, Paul DeBruicker wrote:

> I forgot to mention that when I debug
>
> Smalltalk snapshot: true andQuit: false
>
> it freezes in the snapshotPrimitive
>
>
>
> --
> View this message in context: http://forum.world.st/saving-a-pharo-20619-image-that-has-my-code-and-RFB-server-causes-100-cpu-utilization-tp4704530p4704531.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

Sven Van Caekenberghe

On 21 Aug 2013, at 19:00, Paul DeBruicker <[hidden email]> wrote:

> Seems like it only freezes when the RFB server is running.

Maybe while it is closing a still active connection, not that I know anything about RFB's specifics.

> On 08/21/2013 09:53 AM, Paul DeBruicker wrote:
>> I forgot to mention that when I debug
>>
>> Smalltalk snapshot: true andQuit: false
>>
>> it freezes in the snapshotPrimitive
>>
>>
>>
>> --
>> View this message in context: http://forum.world.st/saving-a-pharo-20619-image-that-has-my-code-and-RFB-server-causes-100-cpu-utilization-tp4704530p4704531.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

Paul DeBruicker
On 08/21/2013 10:04 AM, Sven Van Caekenberghe wrote:
>
> On 21 Aug 2013, at 19:00, Paul DeBruicker <[hidden email]> wrote:
>
>> Seems like it only freezes when the RFB server is running.
>
> Maybe while it is closing a still active connection, not that I know anything about RFB's specifics.
>


There aren't any active connections as far as I know.  RFB is locking up
the image in Pharo 2 without my code if the RFBServer is running.

I've put an image up here:

https://dl.dropboxusercontent.com/u/4460862/pharo2RFB.zip

that will freeze when the the save is performed.  The save completes.
Its after that that the freeze happens


>> On 08/21/2013 09:53 AM, Paul DeBruicker wrote:
>>> I forgot to mention that when I debug
>>>
>>> Smalltalk snapshot: true andQuit: false
>>>
>>> it freezes in the snapshotPrimitive
>>>
>>>
>>>
>>> --
>>> View this message in context: http://forum.world.st/saving-a-pharo-20619-image-that-has-my-code-and-RFB-server-causes-100-cpu-utilization-tp4704530p4704531.html
>>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>>
>>
>>
>
>