bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Bison 2.3] testsuite: 129 failed


From: Paul Eggert
Subject: Re: [GNU Bison 2.3] testsuite: 129 failed
Date: Thu, 05 Oct 2006 16:19:27 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Tom Lane <address@hidden> writes:

> Actually, having traced through it, the problem is obvious: yylex() is
> called more than four times and starts to return machine-dependent
> garbage after the fourth call.

OK, but why is yylex being calling more than four times?  It's called
only four times on my host.  So there is some _other_ bug that the
yylex issue is a symptom of.

The problem is, how do we isolate that bug?  One way to do it
is to use GDB to trace through the same test on both a working
host (e.g., Debian stable) and your non-working one, and see
where the two behaviors start to diverge.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]