зеркало из https://github.com/mono/mail-archives.git
124 строки
4.7 KiB
HTML
124 строки
4.7 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 75327][Nor] New - libMonoPosixHelper naming problem
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075327%5D%5BNor%5D%20New%20-%20libMonoPosixHelper%20naming%20problem&In-Reply-To=bug-75327%40chernobyl.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="030670.html">
|
||
|
<LINK REL="Next" HREF="030673.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 75327][Nor] New - libMonoPosixHelper naming problem</H1>
|
||
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
||
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075327%5D%5BNor%5D%20New%20-%20libMonoPosixHelper%20naming%20problem&In-Reply-To=bug-75327%40chernobyl.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 75327][Nor] New - libMonoPosixHelper naming problem">bugzilla-daemon at bugzilla.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Mon Jun 20 13:08:37 EDT 2005</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="030670.html">[Mono-bugs] [Bug 75323][Nor] Changed - Failure in MS.NET compiled
|
||
|
assembly when trying to load a type
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="030673.html">[Mono-bugs] [Bug 74995][Nor] Changed - [GMCS] does not infer types
|
||
|
when a parameter is a delegate
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#30671">[ date ]</a>
|
||
|
<a href="thread.html#30671">[ thread ]</a>
|
||
|
<a href="subject.html#30671">[ subject ]</a>
|
||
|
<a href="author.html#30671">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">viniciusalexandre at gmail.com.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75327">http://bugzilla.ximian.com/show_bug.cgi?id=75327</A>
|
||
|
|
||
|
--- 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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
||
|
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">viniciusalexandre at gmail.com</A>
|
||
|
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
||
|
+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
|
||
|
</PRE>
|
||
|
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="030670.html">[Mono-bugs] [Bug 75323][Nor] Changed - Failure in MS.NET compiled
|
||
|
assembly when trying to load a type
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="030673.html">[Mono-bugs] [Bug 74995][Nor] Changed - [GMCS] does not infer types
|
||
|
when a parameter is a delegate
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#30671">[ date ]</a>
|
||
|
<a href="thread.html#30671">[ thread ]</a>
|
||
|
<a href="subject.html#30671">[ subject ]</a>
|
||
|
<a href="author.html#30671">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|