bug-bison
[Top][All Lists]
Advanced

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

Bison testsuite 121 failure under Mac OS 10.2.8


From: Paul Eggert
Subject: Bison testsuite 121 failure under Mac OS 10.2.8
Date: Sun, 05 Dec 2004 11:40:16 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Following up to
<http://lists.gnu.org/archive/html/bug-bison/2004-09/msg00014.html>,
"Gregory Lewis" <address@hidden> writes:

> 'testsuite' failed when I tried running it.  Attached is a script of
> my debugging session and testsuite.log.

Thanks, but the idea is to run "gdb" after the test suite fails.
Can you please try something along the following lines?

   $ cd tests
   $ ./testsuite -v -d 121
       [This test should fail.]

   $ gdb testsuite.dir/121/glr-regr2a
       [GDB should output some innocuous startup messages.]

   (gdb) b yyerror
   Breakpoint 1 at 0x8048733: file glr-regr2a.y, line 83.
   (gdb) r
   Starting program:
   /home/eggert/src/bison/bison-1.875d-irix/tests/testsuite.dir/121/glr-regr2a
   s VARIABLE_1 t v x q
   Variable: 'VARIABLE_1'
   ^D
   Breakpoint 1, 0x08048733 in yyerror (s=0x804ace8 "syntax error")
       at glr-regr2a.y:83
   (gdb) where

It is the output of that last "where" command that will help us figure
out what went wrong.




reply via email to

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