Re: [Pharo-users] [Vm-dev] Re: Compiling cog 2363 in gentoo (amd 64)
2011/3/6 Levente Uzonyi <leves@elte.hu>:
2363 is pretty unstable, it crashes a few seconds after startup on Ubuntu 10.04. Try building from 2361, or use the prebuilt 2361 and remove UUIDPlugin. Optionally you can try using my prebuilt version of the patched plugin, which is available here: http://leves.web.elte.hu/squeak/so.UUIDPlugin You should rename it to UUIDPlugin after downloading.
I should have removed the UUIDPlugin in the first place. That would have been much more faster. Now it took quite long to make a commit. :) When I left the -O2 switch image seems to run fine on me. About half hour and network access seems to work too. -- Panu
Beware of blaming the compiler... without looking at the instructions that cause the crash, and without diagnosing exactly what is the problem, it's very easy to sweep violations of the relevant spec under an optimization flag. IME with HPS, debugging the exact cause of failure has been very illustrating. On 3/6/11 11:03 , Panu Suominen wrote:
2011/3/6 Levente Uzonyi<leves@elte.hu>:
2363 is pretty unstable, it crashes a few seconds after startup on Ubuntu 10.04. Try building from 2361, or use the prebuilt 2361 and remove UUIDPlugin. Optionally you can try using my prebuilt version of the patched plugin, which is available here: http://leves.web.elte.hu/squeak/so.UUIDPlugin You should rename it to UUIDPlugin after downloading.
I should have removed the UUIDPlugin in the first place. That would have been much more faster. Now it took quite long to make a commit. :) When I left the -O2 switch image seems to run fine on me. About half hour and network access seems to work too.
participants (2)
-
Andres Valloud -
Panu Suominen