[Mono-bugs] [Bug 75327][Nor] New - libMonoPosixHelper naming problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jun 20 13:08:37 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 viniciusalexandre at gmail.com.

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

--- shadow/75327	2005-06-20 13:08:37.000000000 -0400
+++ shadow/75327.tmp.17438	2005-06-20 13:08:37.000000000 -0400
@@ -0,0 +1,52 @@
+Bug#: 75327
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 10.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: viniciusalexandre at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: libMonoPosixHelper naming problem
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+There is a naming problem in one of the lybraries
+
+Steps to reproduce the problem:
+1. Compile a winforms application
+2. Run it on MacOS X 10.3
+
+Actual Results:
+Unhandled Exception: System.TypeInitializationException: An exception was
+thrown by the type initializer for Mono.Unix.Syscall --->
+System.DllNotFoundException: libMonoPosixHelper.dylib
+
+Expected Results:
+Application to run normally
+
+How often does this happen? 
+Always
+
+Additional Information:
+$ mono --version 
+Mono JIT compiler version 1.1.8, (C) 2002-2005 Novell, Inc and
+Contributors. www.mono-project.com
+        TLS:           normal
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV      : normal
+        Globalization: normal
+
+This is a platform specific bug.
+The following fixes the bug: rename
+/Library/Frameworks/Mono.framework/Libraries/libMonoPosixHelper.so
+to
+/Library/Frameworks/Mono.framework/Libraries/libMonoPosixHelper.dylib


More information about the mono-bugs mailing list