Right. First thing I do when download a new version of Cog is rename the UUID plugin :P 2010/12/5 Igor Stasenko <siguctua@gmail.com>:
On 5 December 2010 20:53, jaayer <jaayer@zoho.com> wrote:
I have found that I cannot save any package to any repository (local or Squeaksource) using Pharo 1.1.1 with the CogVM on 64-bit Ubuntu 10.10. After being prompted to describe the changes to the package and then accepting, the entire image just crashes with the stack dump below. I do have the proper IA32-libs installed (to run 32-bit applications on a 64-bit Linux), and everything else seems to work fine, including loading of Monticello packages.
This code: "UUID new primMakeUUID" can produce the crash. Changing UUID>>primMakeUUID to use the non-primitive implementation: Â Â Â Â UUIDGenerator default generateBytes: self forVersion: 4. stops the crashing.
UUID bug is well known for a long time. It is plaguing us for 2 years i think.
-- Best regards, Igor Stasenko AKA sig.