[Mono-list] mono_get_lmf_addr failure

Andreas Färber andreas.faerber at web.de
Tue Jan 24 12:33:35 EST 2006


Hi,

What does a fatal error in mono_get_lmf_addr in mini.c mean?

I am getting this at a certain point in my application which 
experimentally makes heavy use of native2managed callbacks. More 
specifically I am posing as Cocoa class NSObject and overriding the 
dealloc method, calling the original method, as suggested on the Cocoa# 
list.
Mono aborts with message

** ERROR **: file mini.c: line 7646 (mono_get_lmf_addr): should not be 
reached

as soon as I display an alert sheet; if I do not display the alert 
sheet the problem does not appear. This is being observed on both 
1.1.11 and 1.1.13, on OS X 10.3.9.

Is this a threading issue? Any idea what to do about it?

Andreas



More information about the Mono-list mailing list