On 1-Jan-08, at 6:23 PM, Marek Sterzik wrote:
>
> Hello!
>
> I found a bug in the sources of the VM, which often causes
> segfaults. It happens when the VM is compiled for a 64bit
> architecture. On many places there is retyped from pointer
> to oop as:
>
> oop = (sqInt)(long)oop;
>
> but it should be:
>
> oop = oopForPointer(oop);
Thanks Marek - that was Mantis 5688 which I closed just a couple of
days ago. It will be fixed in the next release of VMMaker
tim
--
tim Rowledge;
[hidden email];
http://www.rowledge.org/timQuality assurance: A way to ensure you never deliver shoddy goods
accidentally.