[Mono-bugs] [Bug 71415][Nor] New - Compiling things with -pkg while other mono app is running hangs the compiler
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 14:28:27 -0500 (EST)
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 joeshaw@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71415
--- shadow/71415 2005-01-18 14:28:27.000000000 -0500
+++ shadow/71415.tmp.27909 2005-01-18 14:28:27.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 71415
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: joeshaw@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Compiling things with -pkg while other mono app is running hangs the compiler
+
+Whenever I try to compile anything with mcs that uses the -pkg flag, the
+compile will hang if I am running some other mono app. (I've tried with
+tomboy and beagle, and the combination)
+
+The child pkg-config process goes into a zombie state. If I replace it
+with a `pkg-config --libs dbus-sharp` it works fine, so it looks like
+something to do with the Process stuff and/or the IO layer. It does not
+hang if I run the other apps with MONO_DISABLE_SHM.
+
+This is with mono 1.1.3 on NLD.