[Mono-bugs] [Bug 79040][Wis] New - WARNING **: CreateProcess: error creating process handle

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 9 05:00:21 EDT 2006


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 pere.rodriguez.rodriguez at gmail.com.

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

--- shadow/79040	2006-08-09 05:00:21.000000000 -0400
+++ shadow/79040.tmp.13692	2006-08-09 05:00:21.000000000 -0400
@@ -0,0 +1,83 @@
+Bug#: 79040
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Debian Etch AMD64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: io-layer
+AssignedTo: dick at ximian.com                            
+ReportedBy: pere.rodriguez.rodriguez at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: WARNING **: CreateProcess: error creating process handle
+
+Description of Problem:
+
+When I do an intensive use of System.Diagnostics.Process mono output
+
+WARNING **: CreateProcess: error creating process handle
+
+and the process don't run correctly.
+
+Mono version: 1.1.13.8
+
+Steps to reproduce the problem:
+
+1. Execute simultaneous 10 or more "mono LinuxDiskSpaceUsage.exe". I send
+source for LinuxDiskSpaceUsage.
+
+2. After few minutes, mono output this warning:
+
+WARNING **: CreateProcess: error creating process handle
+
+and the processes don't execute correctly.
+
+3. If kill a process, after the warning appears, and I execute it again,
+then mono crash with this error:
+
+** (/tmp/LinuxFreeDiskSpace.exe:7162): WARNING **: thread_attach: error
+creating thread handle
+
+** (/tmp/LinuxFreeDiskSpace.exe:7162): WARNING **: thread_attach: error
+creating thread handle
+
+** (/tmp/LinuxFreeDiskSpace.exe:7162): WARNING **: thread_attach: error
+creating thread handle
+
+** (/tmp/LinuxFreeDiskSpace.exe:7162): WARNING **: thread_attach: error
+creating thread handle
+
+** (/tmp/LinuxFreeDiskSpace.exe:7162): WARNING **: thread_attach: error
+creating thread handle
+
+** (/tmp/LinuxFreeDiskSpace.exe:7162): WARNING **: thread_attach: error
+creating thread handle
+
+** (/tmp/LinuxFreeDiskSpace.exe:7162): WARNING **: process_set_current:
+error creating process handle
+
+** (/tmp/LinuxFreeDiskSpace.exe:7162): WARNING **: thread_attach: error
+creating thread handle
+
+** ERROR **: file threads.c: line 415 (mono_thread_attach): assertion
+failed: (thread_handle)
+aborting...
+Avortat
+
+
+Actual Results:
+
+Mono crashes on intensive use of System.Diagnostics.Process.
+
+Expected Results:
+
+Mono don't crash.
+
+How often does this happen? Always
+
+Additional Information:


More information about the mono-bugs mailing list