[Mono-bugs] [Bug 27694][Nor] Changed - mint crashes when run as a user in FreeBSD 4.5
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
1 Aug 2002 04:41:52 -0000
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 logic@phayze.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27694
--- shadow/27694 Fri Jul 12 04:38:08 2002
+++ shadow/27694.tmp.20983 Thu Aug 1 00:41:52 2002
@@ -64,6 +64,13 @@
------- Additional Comments From dick@ximian.com 2002-07-12 04:38 -------
Please rebuild mono with some debugging turned on:
at the top of handles.c and handles-private.h there's a "#undef
DEBUG". Set both to defined. Attach the output to this bug.
+
+------- Additional Comments From logic@phayze.com 2002-08-01 00:41 -------
+I grabbed the latest snapshot (July 31) & compiled with DEBUG enabled
+in those two files. It appears that changes made since I first
+encountered the problem have fixed the bug (for one thing, I notice
+the unix socket is no longer being made in the linux anonymous
+namespace).