I'm embedding mono using C, which I'm calling from java. I'm loading the mono runtime in the main thread. That all works fine, until I load the rest of my app, at which point it segfaults. It does this even when the only thing I do is call mono_jit_init(). My c method that calls that returns void, there are no references to anything from the mono side that I'm carrying around.
I'd debug it with gdb but it's a jruby app, and I haven't figured out how to debug that under gdb. -- View this message in context: http://mono.1490590.n4.nabble.com/embeded-mono-segfaults-without-calling-managed-code-tp4660386.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
