Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2009 19:10:03 GMT
From:      Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/140309: bad syntax cause yacc(1) segfault
Message-ID:  <200911081910.nA8JA3cg017473@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/140309; it has been noted by GNATS.

From: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
To: bug-followup@FreeBSD.org, ksh@philpep.org
Cc:  
Subject: Re: bin/140309: bad syntax cause yacc(1) segfault
Date: Sun, 8 Nov 2009 19:41:36 +0100

 Confirmed on amd64:
 ~> uname -a
 FreeBSD wep4035 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r198671: Fri Oct 30 16:12:10 CET 2009     root@wep4035:/usr/obj/usr/src/sys/GENERIC  amd64
 
 ~> yacc test.y 
 Bus error (core dumped)
 
 ~> cat test.y 
 %type <int> rule
 %%
 rule:
 ;
 %%
 
 Alexey.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911081910.nA8JA3cg017473>