[Mono-bugs] [Bug 54261][Nor] New - MissingMethodException: GetPid_internal

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 Feb 2004 05:24:50 -0500 (EST)


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 joergr@voelcker.com.

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

--- shadow/54261	2004-02-12 05:24:50.000000000 -0500
+++ shadow/54261.tmp.1009	2004-02-12 05:24:50.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 54261
+Product: Mono/Runtime
+Version: unspecified
+OS: Suse 8.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MissingMethodException: GetPid_internal 
+
+Description of Problem:
+A call to System.Diagnostics.Process.GetCurrentProcess () leads to
+System.MissingMethodException.
+
+Steps to reproduce the problem:
+1. Compile attached sample.
+2. Run.
+
+Actual Results:
+Unhandled Exception: System.MissingMethodException: A missing method
+exception has occurred.
+in <0x00042> (wrapper managed-to-native)
+System.Diagnostics.Process:GetPid_internal ()
+in [0x00000] (at
+/home/viadmin/mono/mcs/class/System/System.Diagnostics/Process.cs:542)
+System.Diagnostics.Process:GetCurrentProcess ()
+in [0x00000] (at
+/home/viadmin/projekte/Prototypes/Joerg/Mono/Mono-Bugs/Process.cs:8)
+.Test:Main ()
+
+
+Expected Results:
+No error.
+
+How often does this happen? 
+Always.
+
+Additional Information: