[Mono-bugs] [Bug 74060][Wis] Changed - NullReferenceException in Mono.CSharp.MemberAccess:ResolveMemberAccess
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 26 Mar 2005 12:26:01 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=74060
--- shadow/74060 2005-03-26 06:24:09.000000000 -0500
+++ shadow/74060.tmp.18098 2005-03-26 12:26:01.000000000 -0500
@@ -94,6 +94,21 @@
you have any relevant pointers, please pass them on.
------- Additional Comments From m_kretzschmar@gmx.net 2005-03-26 06:24 -------
Sorry, no pointers. I'm sure csc accepts this assembly, it's from an
openoffice.org windows installation. I expect that someone has tested
it ;) (the testcase was extracted from one of their C# demo programs).
+
+------- Additional Comments From bmaurer@users.sf.net 2005-03-26 12:26 -------
+Is this on amd64? If so, what is mono --version?
+
+[benm@omega benm]$ mono --version
+Mono JIT compiler version 1.1.5, (C) 2002-2005 Novell, Inc and
+Contributors. www.mono-project.com
+ TLS: __thread
+ GC: Included Boehm (with typed GC)
+ 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.