[Mono-bugs] [Bug 74972][Nor] New - Cannot use Mono.Unix.Syscall

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 16 22:38:11 EDT 2005


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 michi at zeroc.com.

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

--- shadow/74972	2005-05-16 22:38:11.000000000 -0400
+++ shadow/74972.tmp.13206	2005-05-16 22:38:11.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 74972
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: RH8, dual-CPU
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: michi at zeroc.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cannot use Mono.Unix.Syscall
+
+I have program that contains the following code:
+
+Mono.Unix.Syscall.kill(_pid, Mono.Unix.Signum.SIGKILL);
+
+The program is linked with Mono.Posix and compiles fine.
+When I run it, I get:
+
+System.TypeInitializationException: An exception was thrown by the type
+initializer for Mono.Unix.Syscall ---> System.EntryPointNotFoundException:
+Mono_Posix_Syscall_L_ctermid
+in (wrapper managed-to-native) Mono.Unix.Syscall:_L_ctermid ()
+in <0x00008> Mono.Unix.Syscall:.cctor ()
+
+Cheers,
+
+Michi.


More information about the mono-bugs mailing list