AW: Segmentation Fault in yyparse() method

2007-11-14 Thread Jonas Stahl
how? Debugging just lex.yy.c runs through without a "segmentation fault". Jonas Stahl ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

AW: Segmentation Fault in yyparse() method

2007-11-14 Thread Jonas Stahl
> Well, is the use of bison/flex required? My initial reaction when I saw > the code was "Why the hell is he writing a parser for a very specific > XML file format with bison/flex?". Unless the use of bison/flex is > required, I would strongly recommend using libxml2 to parse the XML > (heck, given

AW: AW: Segmentation Fault in yyparse() method

2007-11-15 Thread Jonas Stahl
> Try running the application under valgrind or some other memory debugger. > If possible also try slightly different releases of gcc (4.1.1 or 4.2); > there's an outside chance that it's a bug in gcc. Thanks. I think this isolated the fault a bit more. I tried debugging under valgrind. The result

AW: AW: AW: Segmentation Fault in yyparse() method

2007-11-16 Thread Jonas Stahl
7;ll try is, get it running under windows. But this is a very different problem. So again thanks to everybody who invested time in my problems. Jonas Stahl ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison