[Mono-bugs] [Bug 74060][Wis] Changed - NullReferenceException in Mono.CSharp.MemberAccess:ResolveMemberAccess

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Mar 2005 09:50:24 -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 m_kretzschmar@gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=74060

--- shadow/74060	2005-03-26 12:26:01.000000000 -0500
+++ shadow/74060.tmp.18784	2005-03-28 09:50:24.000000000 -0500
@@ -109,6 +109,19 @@
         SIGSEGV      : normal
         Globalization: normal
 
 
 If it is not __thread, that needs to be fixed. Make sure you don't
 pass --with-tls=pthread or --with-nptl=no to configure.
+
+------- Additional Comments From m_kretzschmar@gmx.net  2005-03-28 09:50 -------
+Ben: no, it's x86. And it reads
+
+Mono JIT compiler version 1.1.5, (C) 2002-2005 Novell, Inc and
+Contributors. www.mono-project.com
+        TLS:           normal
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV      : normal
+        Globalization: normal
+
+(And IIRC, I couldn't even build mono on amd64 when I passed
+--with-tls=pthread by accident)