[Mono-bugs] [Bug 60798][Nor] New - Bison 1.875 'broken pipe' building monoburg.y

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 26 Jun 2004 23:34:29 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jeff.evans@vmd.desjardins.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60798

--- shadow/60798	2004-06-26 23:34:29.000000000 -0400
+++ shadow/60798.tmp.26056	2004-06-26 23:34:29.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 60798
+Product: Mono: Compilers
+Version: unspecified
+OS: Solaris 8
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jeff.evans@vmd.desjardins.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bison 1.875 'broken pipe' building monoburg.y
+
+Description of Problem:
+
+monoburg.y does not 'compile' (mono/monoburg/monoburg.y) with Bison 1.875 
+on Solaris 8 - Bison produces a 'broken pipe' error and terminates.
+
+Steps to reproduce the problem:
+1. Build monoburg.y with Bison 1.875 on a Solaris 8 system
+
+Actual Results:
+
+Does not build parser.c
+
+Expected Results:
+
+Should build parser.c
+
+How often does this happen? 
+
+Every time
+
+Additional Information:
+
+Replacing Bison 1.875 with Bison 1.35 seems to 'solve' the problem (eg: 
+monoburg.y builds and executes properly).