[Mono-bugs] [Bug 41421][Nor] New - large amounts of disassembly output produced while running mcs/mint
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 16 Apr 2003 07:09:55 -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 mastinjd@cs.rose-hulman.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=41421
--- shadow/41421 Wed Apr 16 07:09:55 2003
+++ shadow/41421.tmp.1897 Wed Apr 16 07:09:55 2003
@@ -0,0 +1,63 @@
+Bug#: 41421
+Product: Mono/MCS
+Version: unspecified
+OS: Solaris 8
+OS Details: sparc architecture
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mastinjd@cs.rose-hulman.edu
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: large amounts of disassembly output produced while running mcs/mint
+
+Description of Problem:
+copious amounts of extraneous output are sent to standard output/error
+while compiling a source .cs file using mcs, or interpreting an executable
+with mint
+
+
+Steps to reproduce the problem:
+run mcs on zero or more C# source file(s), or mint on an executable
+(whether generated by mcs or not)
+
+Actual Results: (the first 20 of approximately 600/170 lines for mcs/mint,
+respectively)
+ int
+ void_System.Array_System.RuntimeFieldHandle
+ void_int_char[]_int_int
+ Delegate [start emiting] FilterAttribute_impl
+ bool_System.Reflection.MemberInfo_object
+
+ /tmp/test.o: file format elf32-sparc
+
+ Disassembly of section .text:
+
+ 00000000 <FilterAttribute_impl>:
+ 0: 9d e3 bc 00 save %sp, -1024, %sp
+ 4: c0 23 a0 88 clr [ %sp + 0x88 ]
+ 8: c0 23 a0 8c clr [ %sp + 0x8c ]
+ c: c0 23 a0 60 clr [ %sp + 0x60 ]
+ 10: c0 23 a0 5c clr [ %sp + 0x5c ]
+ 14: 21 00 05 29 sethi %hi(0x14a400), %l0
+ 18: a0 14 22 68 or %l0, 0x268, %l0 ! 14a668
+<FilterAttribute_impl+0x14a668>
+ 1c: e0 23 a0 64 st %l0, [ %sp + 0x64 ]
+ 20: f0 23 a0 c0 st %i0, [ %sp + 0xc0 ]
+
+
+Expected Results:
+ for mcs: "RESULT: 0"
+ for mint: only the output generated by the program being interpreted
+
+How often does this happen?
+every invocation
+
+Additional Information:
+exact output and version information can be found at
+http://www.cs.rose-hulman.edu/~mastinjd/mono