Re: [pure-lang-users] linux PPC
Status: Beta
Brought to you by:
agraef
|
From: Tim H. <q...@st...> - 2008-05-02 20:25:47
|
Albert Graef <Dr....@t-...> writes: > Tim Haynes wrote: >> No loop for just doing that. List output attached. > > The output code is ok, so compilation works as it should. There's one > more thing you could try before whipping out the almighty gdb: > > PURE_STACK=512 PURELIB=./lib ./pure < test/test6.pure > > If that bails out with a stack_fault exception then indeed it doesn't > match the first rule and the problem is in the generated machine code > (maybe another alignment problem). | <stdin>:3.0-5: unhandled exception 'stack_fault' while evaluating 'fact 4' Oops? Speaking of alignment problems - the ppc differs from x86 and x86_64 by being the opposite endianness. Don't know if that helps anything... :) ~Tim -- <http://spodzone.org.uk/> |