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
> 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
> 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
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