[Mono-bugs] [Bug 38152][Min] Changed - profiling information is not dumped when program exits using System.Environment.Exit ()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Aug 2003 05:25:50 -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 vargaz@freemail.hu.

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

--- shadow/38152	2003-02-15 17:16:51.000000000 -0500
+++ shadow/38152.tmp.5163	2003-08-21 05:25:50.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 38152
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: peterw@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -21,6 +21,9 @@
 System.Environment.Exit(), the profiling information isn't printed.
 
 I assume fixing this would just be a matter of adding a call to
 mono_profile_shutdown() in ves_icall_System_Environment_Exit(), but that
 also  leads to the question of whether mono_jit_cleanup() needs to be
 called too, which seems like it would be less trivial to implement.
+
+------- Additional Comments From vargaz@freemail.hu  2003-08-21 05:25 -------
+This was fixed a long-long time ago.