saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization
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
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-se... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
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-se... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 21 Aug 2013, at 19:00, Paul DeBruicker <pdebruic@gmail.com> 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-se... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 08/21/2013 10:04 AM, Sven Van Caekenberghe wrote:
On 21 Aug 2013, at 19:00, Paul DeBruicker <pdebruic@gmail.com> 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-se... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
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
participants (2)
-
Paul DeBruicker -
Sven Van Caekenberghe