[Mono-bugs] [Bug 47841][Cri] Changed - Crash when invoking embedded mono API from a Java thread

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Aug 2003 06:20:37 -0400 (EDT)


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=47841

--- shadow/47841	2003-08-22 17:34:52.000000000 -0400
+++ shadow/47841.tmp.7361	2003-08-25 06:20:36.000000000 -0400
@@ -58,6 +58,14 @@
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
 Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
 
 Results of mono --version:
 Mono JIT compiler version 0.25, (C) 2002, 2003 Ximian, Inc.
 
+
+------- Additional Comments From vargaz@freemail.hu  2003-08-25 06:20 -------
+I don't think running the mono runtime from the JAVA runtime will _ever_
+work. Both runtimes install conflicting signal handlers and do all sorts
+of low level hacking, meaning they can't coexist within a process.
+
+You might be better off running the mono runtime in a separate process
+and communicating using sockets etc.