[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 18:39:29 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27694
--- shadow/27694 Thu Aug 1 13:50:55 2002
+++ shadow/27694.tmp.20218 Thu Aug 1 14:39:28 2002
@@ -87,6 +87,13 @@
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).
+
+------- Additional Comments From dick@ximian.com 2002-08-01 14:39 -------
+For Freebsd, I was under the impression that the linux emulation
+covered the anonymous namespace issue, but you're right, we do need to
+check for support and fall back to filesystem sockets.
+
+Can we close this current bug, if the original crash no longer happens?