[Mono-bugs] [Bug 79717][Nor] Changed - System.Diagnostics.StackTrace doesn't work properly inside of AsyncCallback routines

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 2 13:25:28 EST 2007


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 miguel at ximian.com.

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

--- shadow/79717	2006-12-31 03:09:21.000000000 -0500
+++ shadow/79717.tmp.7585	2007-01-02 13:25:28.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: Debian unstable on amd64 with mono/mcs svn from 20061021
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: debug
-AssignedTo: martin at ximian.com                            
+AssignedTo: vargaz at gmail.com                            
 ReportedBy: cmorgan at alum.wpi.edu               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Summary: System.Diagnostics.StackTrace doesn't work properly inside of AsyncCallback routines
 
@@ -108,6 +108,23 @@
 Chris
 
 ------- Additional Comments From vargaz at gmail.com  2006-12-31 03:09 -------
 Created an attachment (id=18413)
 patch to try out
 
+
+------- Additional Comments From miguel at ximian.com  2007-01-02 13:25 -------
+I am testing this patch, and the output is more detailed than it was
+before, but not as verbose as .NET:
+
+erandi$ mono jjj.exe
+Hello World!
+ResolveCallback()
+method: Void ResolveCallback(IAsyncResult)
+method: Void invoke_void_IAsyncResult(IAsyncResult)
+ResolveCallback() complete
+
+
+Maybe this is good enough?
+
+Will continue using this patch for a while and report if I see
+anything break.


More information about the mono-bugs mailing list