Did the cleanUpForRelease, but MC still hangs. Do you know what DEV image is the most stable right now, or is there a way to enable debug output from MC?


2010/1/11 Mariano Martinez Peck <marianopeck@gmail.com>
Maybe you can reload the Monticello and MonticelloGUI package from the repository Pharo. However, I would check in that 10496 image which were the versions of those two packages and I would download exactly those two versions.

Maybe you can also try to remove the package cache and also evaluate (backup the image first):

������ MCFileBasedRepository flushAllCaches.
������ MCMethodDefinition shutDown.
������ MCDefinition clearInstances.

Or even

ScriptLoader new cleanUpForRelease

Cheers

Mariano


2010/1/11 John Toohey <jt@parspro.com>
Hi,
I've just built a new image based on��PharoCore1.0rc1��Latest update: #10496, and MC freezes the image whenever I try to open a package. I can view a repo, but not open or load the��packages. Is there anyway to rebuild MC, without rebuilding the entire image again? There is no debug file written out, just the CPU pegged at 99% and an��unresponsive��image.

--
-JT



_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



--
-JT