[Mono-bugs] [Bug 58288][Nor] New - System.Diagnostics.StackTrace never provides file/line info

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 13:20:19 -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 shaver@off.net.

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

--- shadow/58288	2004-05-10 13:20:19.000000000 -0400
+++ shadow/58288.tmp.5106	2004-05-10 13:20:19.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 58288
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: FC2T3, x86 (+updates)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: shaver@off.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Diagnostics.StackTrace never provides file/line info
+
+Even though I build with /debug and run with --debug (which produces
+file/line info for exceptions), and use StackTrace(true) to ask for source
+info, S.D.StackTrace never coughs it up.
+
+I'll attach a test case.