зеркало из https://github.com/mono/mail-archives.git
99 строки
4.3 KiB
HTML
99 строки
4.3 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 70278][Nor] Changed - compiling with mcs with the
|
||
|
-pkg option results in a freeze on OpenBSD
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2070278%5D%5BNor%5D%20Changed%20-%20compiling%20with%20mcs%20with%20the%0A%09-pkg%20option%20results%20in%20a%20freeze%20on%20OpenBSD&In-Reply-To=bug-70278%40chernobyl.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="030919.html">
|
||
|
<LINK REL="Next" HREF="030921.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 70278][Nor] Changed - compiling with mcs with the
|
||
|
-pkg option results in a freeze on OpenBSD</H1>
|
||
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
||
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2070278%5D%5BNor%5D%20Changed%20-%20compiling%20with%20mcs%20with%20the%0A%09-pkg%20option%20results%20in%20a%20freeze%20on%20OpenBSD&In-Reply-To=bug-70278%40chernobyl.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 70278][Nor] Changed - compiling with mcs with the
|
||
|
-pkg option results in a freeze on OpenBSD">bugzilla-daemon at bugzilla.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Fri Jun 24 14:01:08 EDT 2005</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="030919.html">[Mono-bugs] [Bug 63093][Maj] Changed - race condition with code
|
||
|
using Process class
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="030921.html">[Mono-bugs] [Bug 74932][Wis] Changed - Cast fails under MacOS 10.4
|
||
|
when it should succeed.
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#30920">[ date ]</a>
|
||
|
<a href="thread.html#30920">[ thread ]</a>
|
||
|
<a href="subject.html#30920">[ subject ]</a>
|
||
|
<a href="author.html#30920">[ 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="http://lists.ximian.com/mailman/listinfo/mono-bugs">bmaurer at users.sf.net.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=70278">http://bugzilla.ximian.com/show_bug.cgi?id=70278</A>
|
||
|
|
||
|
--- shadow/70278 2004-12-07 14:35:53.000000000 -0500
|
||
|
+++ shadow/70278.tmp.31200 2005-06-24 14:01:08.000000000 -0400
|
||
|
@@ -1,12 +1,12 @@
|
||
|
Bug#: 70278
|
||
|
Product: Mono: Runtime
|
||
|
Version: 1.1
|
||
|
OS: other
|
||
|
OS Details: OpenBSd 3.6-current
|
||
|
-Status: NEW
|
||
|
+Status: NEEDINFO
|
||
|
Resolution:
|
||
|
Severity: Unknown
|
||
|
Priority: Normal
|
||
|
Component: misc
|
||
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
||
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">marcm at openbsd.org</A>
|
||
|
@@ -59,6 +59,11 @@
|
||
|
#10 0x1c03a334 in mono_runtime_exec_managed_code (domain=0x3c063100,
|
||
|
main_func=0x1c017e78 <main_thread_handler>, main_args=0xcfbfb344)
|
||
|
at object.c:1529
|
||
|
#11 0x1c0187a9 in mono_main (argc=4, argv=0xcfbfb3dc) at driver.c:830
|
||
|
#12 0x1c017504 in main (argc=4, argv=0xcfbfb3dc) at main.c:6
|
||
|
(gdb)
|
||
|
+
|
||
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">bmaurer at users.sf.net</A> 2005-06-24 14:01 -------
|
||
|
+I've been running mcs with -pkg in a loop -- at least on linux I can't
|
||
|
+see any issues. There's been lots of changes in this code (eg new io
|
||
|
+layer). Can you still reproduce?
|
||
|
</PRE>
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="030919.html">[Mono-bugs] [Bug 63093][Maj] Changed - race condition with code
|
||
|
using Process class
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="030921.html">[Mono-bugs] [Bug 74932][Wis] Changed - Cast fails under MacOS 10.4
|
||
|
when it should succeed.
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#30920">[ date ]</a>
|
||
|
<a href="thread.html#30920">[ thread ]</a>
|
||
|
<a href="subject.html#30920">[ subject ]</a>
|
||
|
<a href="author.html#30920">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|