> Now works on Solaris and i386, but segfaults at the GRAB_IV call in > read_constants_table on my Alpha. Problems with the integer-pointer > conversions in memory.c? (line 29 is giving me a warning). The line 29 is extremely wrong. It assigns IV to void* without casting. The alignment calculation is very wrong too. Using classic alignment, it should read as: mem = (void*) (((IV)mem + mask) & ~mask); Hong
- Parrot coredumps on Solaris 8 Philip Kendall
- Re: Parrot coredumps on Solaris 8 Daniel Sully
- Re: Parrot coredumps on Solaris 8 Philip Kendall
- Re: Parrot coredumps on Solaris 8 Simon Cozens
- Re: Parrot coredumps on Solaris 8 H . Merijn Brand
- Re: Parrot coredumps on Solaris 8 Dan Sugalski
- RE: Parrot coredumps on Solaris 8 Hong Zhang
- RE: Parrot coredumps on Solaris 8 Dan Sugalski