[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
Thu, 13 Nov 2003 16:49:57 -0500 (EST)


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-26 12:27:49.000000000 -0400
+++ shadow/47841.tmp.3403	2003-11-13 16:49:57.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 47841
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Critical
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tom.fukushima@autodesk.com               
 QAContact: mono-bugs@ximian.com
@@ -73,6 +73,11 @@
 ------- Additional Comments From tom.fukushima@autodesk.com  2003-08-26 12:27 -------
 We cannot run out of process because we lose the benefits of the 
 container such as thread management and connection pooling.  
 Furthermore, connection state to data sources is lost.  
 
 ASP.NET is not a viable alternative because of legal issues.
+
+------- Additional Comments From vargaz@freemail.hu  2003-11-13 16:49 -------
+This is basically a problem with the Boehm Garbage Collector that mono
+is using. It can't run inside the JAVA VM, and I don't think it will
+ever do.