[Mono-bugs] [Bug 64399][Maj] New - Process dies after PInvoking to a simple flock call

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 13:33:54 -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 banderso@novell.com.

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

--- shadow/64399	2004-08-27 13:33:54.000000000 -0400
+++ shadow/64399.tmp.15747	2004-08-27 13:33:54.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 64399
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: SLES 9
+Status: NEW   
+Resolution: 
+Severity: 008 One day
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: banderso@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Process dies after PInvoking to a simple flock call
+
+Description of Problem:
+We have a simple test that PInvokes some unmanaged code does does a flock
+and then on the next iteration does an flock to unlock.  If we start up
+three processes and run the test eventually all the processes will die
+without and exception or signal.  The terminal just goes away.  This test
+will usually run at least eight hours before dying.  All tests have been
+run against the SLES 9 core.  SLES 9 server and NLD client.
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+The test should run indefinitely
+
+How often does this happen? 
+every 8-10 hours
+
+Additional Information: