bug-bison
[Top][All Lists]
Advanced

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

RE: Bison testsuite 121 failure under Mac OS 10.2.8


From: Gregory Lewis
Subject: RE: Bison testsuite 121 failure under Mac OS 10.2.8
Date: Tue, 28 Dec 2004 10:34:02 -0500

Hi Paul,

I finally did the tests. Sorry it took so long, the holidays and I am not well. I hope I did them correctly. Happy New Year. I hope I did it correctly. I am not the most adept UNIX user.

Greg Lewis

From: Paul Eggert <address@hidden>
Reply-To: address@hidden
To: "Gregory Lewis" <address@hidden>
CC: address@hidden
Subject: Bison testsuite 121 failure under Mac OS 10.2.8
Date: Sun, 05 Dec 2004 11:40:16 -0800

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.

Attachment: bisontest2
Description: Binary data

Attachment: testsuite.log
Description: Binary data


reply via email to

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