Subject: Re: PR#35328: kdevelop segfaults in yyparse()
To: Berndt Josef Wulf <wulf@ping.net.au>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: tech-pkg
Date: 10/31/2007 22:47:03
On Tuesday 30 October 2007 23:04:40 Mark Davies wrote:
> There is something basic about this bison parser that I'm just
> missing, its not as if it gets very far before dying.
Turns out yychar was overwriting yylval.values. (Due to dynamic
loading and another instance of the synbols - with different size).
Committing a patch to fix it now.
cheers
mark