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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 11 May 2004 09:29:27 -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 bmaurer@users.sf.net.

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

--- shadow/58288	2004-05-10 13:20:51.000000000 -0400
+++ shadow/58288.tmp.19078	2004-05-11 09:29:27.000000000 -0400
@@ -1,28 +1,33 @@
 Bug#: 58288
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: FC2T3, x86 (+updates)
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 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.
 
 ------- Additional Comments From shaver@off.net  2004-05-10 13:20 -------
 Created an attachment (id=7666)
 test case
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-05-11 09:29 -------
+Mike, I have some code in mcs/mcs/report.cs that does this.
+
+Did you test under MS.net if you get the line numbers? If not, I will 
+do it tonight.