[Mono-bugs] [Bug 68388][Maj] New - --trace on specific ctors returns all ctors
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 18:19:07 -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 joeshaw@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68388
--- shadow/68388 2004-10-14 18:19:07.000000000 -0400
+++ shadow/68388.tmp.4135 2004-10-14 18:19:07.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 68388
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: joeshaw@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: --trace on specific ctors returns all ctors
+
+When using --trace to trace a specific class's constructor, you instead get
+constructors for, as far as i can tell, all classes.
+
+To reproduce, do something like:
+
+"mono --debug --trace=M:System.IO.FileStream:.ctor foo.exe"
+
+and check the output. Normal methods are traced fine.
+
+This is with mono 1.0.2.