Hi --
I'm new to the list and bison. I'm running bison (linked from yacc) on
Fedora. I've been trying to figure out why my code segfaults on 32 bit
machines. I've tried this on linux versions of gentoo, fedora and in
both cases the code segs on the 32 bit machine and runs on the 64 bit.
I realize
ll your code so
> that you have just the grammar. Run that with your known input to see if it
> still crashes. If it does, then we know it's a parser problem; if not, it's
> probably something with your code.
>
> setjmp/longjmp scare me..
>
> -Chris
>
>
> On Wed,