[Mono-osx] More p/invoke, possibly a bug?
kangaroo
grompf at sublimeintervention.com
Fri Feb 24 15:43:07 EST 2006
Nolan,
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. Please
file a bug on bugzilla.ximian.com and we'll get this fixed.
-g
On 24-Feb-06, at 3:19 PM, Nolan Darilek wrote:
> I've made some good progress on the OS X speech wrapper, but I'm
> encountering an issue related to callbacks. Namely, I'm getting the
> following error:
>
>
> ** ERROR **: file mini.c: line 7646 (mono_get_lmf_addr): should not
> be reached
> aborting...
> Abort trap
> I don't know enough about p/invoking callbacks to know if the
> problem is my code or Mono, but I suspect Mono because of the
> "should not be reached" bit. :) I have, however, distilled my code
> into a minimal testcase, which I've attached.
>
> Am I doing something wrong, or is this a Mono issue? I'm
> encountering "should not be reached" conditions in other projects
> as well, though those are a bit more difficult to create testcases
> for.
>
> <test.cs>
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
More information about the Mono-osx
mailing list