bin/140309: bad syntax cause yacc(1) segfault

Alexey Shuvaev shuvaev at physik.uni-wuerzburg.de
Sun Nov 8 19:10:03 UTC 2009


The following reply was made to PR bin/140309; it has been noted by GNATS.

From: Alexey Shuvaev <shuvaev at physik.uni-wuerzburg.de>
To: bug-followup at FreeBSD.org, ksh at 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 at wep4035:/usr/obj/usr/src/sys/GENERIC  amd64
 
 ~> yacc test.y 
 Bus error (core dumped)
 
 ~> cat test.y 
 %type <int> rule
 %%
 rule:
 ;
 %%
 
 Alexey.


More information about the freebsd-bugs mailing list