зеркало из https://github.com/mono/mail-archives.git
112 строки
4.2 KiB
HTML
112 строки
4.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 47841][Cri] New - Crash when invoking embedded mono API from a Java thread
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="007043.html">
|
|
<LINK REL="Next" HREF="007040.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 47841][Cri] New - Crash when invoking embedded mono API from a Java thread
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 47841][Cri] New - Crash when invoking embedded mono API from a Java thread">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Fri, 22 Aug 2003 17:31:19 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="007043.html">[Mono-bugs] =?ISO-8859-1?B?UHJpdmF0ZSBnb3NzaXA=?=
|
|
</A></li>
|
|
<LI> Next message: <A HREF="007040.html">[Mono-bugs] [Bug 47841][Cri] Changed - Crash when invoking embedded mono API from a Java thread
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#7039">[ date ]</a>
|
|
<a href="thread.html#7039">[ thread ]</a>
|
|
<a href="subject.html#7039">[ subject ]</a>
|
|
<a href="author.html#7039">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:tom.fukushima@autodesk.com.">tom.fukushima@autodesk.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=47841">http://bugzilla.ximian.com/show_bug.cgi?id=47841</A>
|
|
|
|
--- shadow/47841 2003-08-22 17:31:19.000000000 -0400
|
|
+++ shadow/47841.tmp.19440 2003-08-22 17:31:19.000000000 -0400
|
|
@@ -0,0 +1,48 @@
|
|
+Bug#: 47841
|
|
+Product: Mono/Runtime
|
|
+Version: unspecified
|
|
+OS: Red Hat 9.0
|
|
+OS Details:
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Critical
|
|
+Component: misc
|
|
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+ReportedBy: <A HREF="mailto:tom.fukushima@autodesk.com">tom.fukushima@autodesk.com</A>
|
|
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: Crash when invoking embedded mono API from a Java thread
|
|
+
|
|
+Please fill in this template when reporting a bug, unless you know what you
|
|
+are doing.
|
|
+Description of Problem:
|
|
+We get a segmentation fault when invoking mono_jit_init from a loadlibrary
|
|
+created by a Java thread. This problem is serious because we need to be
|
|
+able to run some CLR code from a Java Servlet. The attached sample
|
|
+demonstrates the problem. This looks like it might be similar to the
|
|
+problem described in the "Embedding mono and (p)threads" thread
|
|
+<A HREF="http://lists.ximian.com/archives/public/mono-devel-list/2003-August/001734.html.">http://lists.ximian.com/archives/public/mono-devel-list/2003-August/001734.html.</A>
|
|
+
|
|
+Basically we have, Java calling a native method in a loadlibrary which then
|
|
+invokes a mono API.
|
|
+
|
|
+Steps to reproduce the problem:
|
|
+1. Unpack the attached tar file
|
|
+2. run: make
|
|
+3. run: make run
|
|
+
|
|
+Actual Results:
|
|
+Segmentation fault
|
|
+
|
|
+Expected Results:
|
|
+the result of running: make runnothread
|
|
+
|
|
+How often does this happen?
|
|
+Every time
|
|
+
|
|
+Additional Information:
|
|
+We need to have this resolved in order to finish some investigative work
|
|
+that we are doing.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="007043.html">[Mono-bugs] =?ISO-8859-1?B?UHJpdmF0ZSBnb3NzaXA=?=
|
|
</A></li>
|
|
<LI> Next message: <A HREF="007040.html">[Mono-bugs] [Bug 47841][Cri] Changed - Crash when invoking embedded mono API from a Java thread
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#7039">[ date ]</a>
|
|
<a href="thread.html#7039">[ thread ]</a>
|
|
<a href="subject.html#7039">[ subject ]</a>
|
|
<a href="author.html#7039">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|