[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 17:50:55 -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	Thu Aug  1 05:43:15 2002
+++ shadow/27694.tmp.4733	Thu Aug  1 13:50:55 2002
@@ -75,6 +75,18 @@
 the unix socket is no longer being made in the linux anonymous 
 namespace).
 
 ------- Additional Comments From dick@ximian.com  2002-08-01 05:43 -------
 The socket bind still uses the anonymous namespace in the CVS code.
 Where are you looking that says otherwise?
+
+------- Additional Comments From logic@phayze.com  2002-08-01 13:50 -------
+Then something is going wrong :-) By the way, FreeBSD has no 
+anonymous namespace as far as I can tell. Anyway, I get a file in the 
+current directory with apparently random characters as the name. I 
+deleted one yesterday with the following command:
+
+rm `printf "\x8C\x1"`
+
+Also note: the "shared memory sanity check" fails due to the 'daemon' 
+member of the shared structure not starting with the specified string 
+("mono-handle-daemon-" or whatnot).