On Tue, Sep 18, 2001 at 10:48:25AM -0400, Andy Dougherty wrote:
> When trying to configure parrot with an IV = 'long long' (64-bit)
> but with int, long, and pointers only 32-bit, I get either 
> 
>     This isn't Parrot bytecode!
> 
> (on SPARC) or a segfault (on i686).

Segfault in alpha even when IVs and pointers are both 8 bytes since
the code tries to dereference the pointers (to read IVs) at four byte
offsets.

> I'd offer a patch, but I'm not sure which end of the process we want to
> change.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to