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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79111 --- shadow/79111 2006-08-25 14:13:20.000000000 -0400 +++ shadow/79111.tmp.24464 2006-08-25 14:14:06.000000000 -0400 @@ -162,6 +162,29 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-08-25 14:13 ------- Created an attachment (id=17506) make-output-ppc.txt + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-25 14:14 ------- +I'm going to add several files to document what happens. + +oops3.net.zip (first attachment) are the sources of a LL(1) parser generator. They cause the +problem near the end of making the generator itself. Unzip, change into the root directory, +and execute 'make'. + +make-output-x86.txt is the output from that make using 1.1.16.1_2 on a Mactel. The +system description is up front, followed by the output from the 'make' above. The point +where the crash panel appears is marked (near the end). + +crash-report-x86.txt is the data in the crash panel. + +good-make-output-ppc.txt is the output from make using 1.1.13.8 on a G5. The system +description is up front, followed by the output from 'make' and 'make test'. All is well. + +make-output-ppc.txt is the output from make using 1.1.16.1_2 on a G5. The system +description is up front, followed by the output from 'make' and 'make test'. The last test +(make print) hangs (which it does not do using the stable version of mono). + +Bottom line: running the 'serialize' command on x86 crashes, on ppc does not; the 'print' +test hangs on ppc with the new version of mono but not with the old. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
