[Mono-bugs] [Bug 77638][Nor] New - ** ERROR **: file mini.c: line 7646 (mono_get_lmf_addr): should not be reached

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Feb 24 16:30:58 EST 2006


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 nolan at thewordnerd.info.

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

--- shadow/77638	2006-02-24 16:30:58.000000000 -0500
+++ shadow/77638.tmp.2150	2006-02-24 16:30:58.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 77638
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: OS X 10.4.5
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: interop
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: nolan at thewordnerd.info               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ** ERROR **: file mini.c: line 7646 (mono_get_lmf_addr): should not be reached
+
+Description of Problem:
+I receive the following error when running the attached test code under OS X:
+
+** ERROR **: file mini.c: line 7646 (mono_get_lmf_addr): should not be reached
+
+The following was sent as a response to my inquiry about this issue on the mono-osx list:
+
+  The problem is that the native land is spinning a new thread and calling back into mono when 
+mono isn't aware of the thread.
+
+Steps to reproduce the problem:
+1. Compile the attached code using "mcs test.cs".
+2. Run it under OS X.
+
+Actual Results:
+
+See above. The program crashes with the message as described.
+
+Expected Results:
+
+The code shouldn't crash. It should speak "Hello, world." then wait for keyboard input.


More information about the mono-bugs mailing list