mail-archives/mono-bugs/2005-June/031240.html

118 строки
4.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 75397][Maj] Changed - Mono 1.1.8.1 hangs during
compiling.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075397%5D%5BMaj%5D%20Changed%20-%20Mono%201.1.8.1%20hangs%20during%0A%09compiling.&In-Reply-To=bug-75397%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="031239.html">
<LINK REL="Next" HREF="031241.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 75397][Maj] Changed - Mono 1.1.8.1 hangs during
compiling.</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075397%5D%5BMaj%5D%20Changed%20-%20Mono%201.1.8.1%20hangs%20during%0A%09compiling.&In-Reply-To=bug-75397%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 75397][Maj] Changed - Mono 1.1.8.1 hangs during
compiling.">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Thu Jun 30 16:38:52 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="031239.html">[Mono-bugs] [Bug 74248][Nor] Changed - Unable to query for package
version on Mono framework
</A></li>
<LI>Next message: <A HREF="031241.html">[Mono-bugs] [Bug 72534][Wis] Changed - Mutex tests hanging
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#31240">[ date ]</a>
<a href="thread.html#31240">[ thread ]</a>
<a href="subject.html#31240">[ subject ]</a>
<a href="author.html#31240">[ 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">miguel at ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75397">http://bugzilla.ximian.com/show_bug.cgi?id=75397</A>
--- shadow/75397 2005-06-28 01:57:34.000000000 -0400
+++ shadow/75397.tmp.30688 2005-06-30 16:38:52.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75397
Product: Mono: Runtime
Version: 1.1
OS: other
OS Details: FreeBSD 5.4-RELEASE-p2 i386
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: io-layer
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">dick at ximian.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">tmclaugh at sdf.lonestar.org</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
@@ -234,6 +234,30 @@
------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">bmaurer at users.sf.net</A> 2005-06-28 01:57 -------
hrm, the version number of the wapi file was already bumped from the
time this was made. But, the question is: how did the wapi file get
into this strage state
+
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">miguel at ximian.com</A> 2005-06-30 16:38 -------
+Hello,
+
+ We ran into something simliar today, and we tracked this down.
+
+The problem was that that we have a global SysV semaphore created in a
+per-user basis on the system. The way we find about this semaphore is
+through the .wapi file. If the .wapi directory is deleted (which
+happens with clean builds for example) without shutting this semaphore
+down you will encounter this problem.
+
+We had the exact same symptoms. The new version of Mono will display
+the error message instead of sitting there waiting.
+
+The problem was due to the way we build our Mono, so Dick wrote a
+small program that will cleanly shut this down, but we have not
+integrated this into the build yet.
+
+try as root to run `ipcs', you should see a number of semaphores with
+nsems=8 permission=600, those are most likely monos. You must remove
+all the ones you are not using.
+
+
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="031239.html">[Mono-bugs] [Bug 74248][Nor] Changed - Unable to query for package
version on Mono framework
</A></li>
<LI>Next message: <A HREF="031241.html">[Mono-bugs] [Bug 72534][Wis] Changed - Mutex tests hanging
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#31240">[ date ]</a>
<a href="thread.html#31240">[ thread ]</a>
<a href="subject.html#31240">[ subject ]</a>
<a href="author.html#31240">[ 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>