[Mono-bugs] [Bug 53893][Nor] Changed - NullReferenceException from embedded api, but not from the mono JIT
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 5 Feb 2004 07:02:57 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=53893
--- shadow/53893 2004-02-04 16:49:06.000000000 -0500
+++ shadow/53893.tmp.23417 2004-02-05 07:02:57.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono/Runtime
Version: unspecified
OS: Debian Woody
OS Details: dist-upgraded to sid
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: zealy@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -99,6 +99,12 @@
"What bug?" echoed on the tty
How often does this happen?
Always
Additional Information:
+
+------- Additional Comments From vargaz@freemail.hu 2004-02-05 07:02 -------
+You need to call mono_thread_attach (domain) before calling
+mono_runtime_invoke so the runtime can create its per-thread data
+structures.
+