зеркало из https://github.com/mono/mail-archives.git
97 строки
3.6 KiB
HTML
97 строки
3.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
|
|
</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="016742.html">
|
|
<LINK REL="Next" HREF="016744.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Fri, 4 Jun 2004 18:15:25 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016742.html">[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016744.html">[Mono-bugs] [Bug 59623][Nor] New - Regex.Matches method does not return correct results.
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16743">[ date ]</a>
|
|
<a href="thread.html#16743">[ thread ]</a>
|
|
<a href="subject.html#16743">[ subject ]</a>
|
|
<a href="author.html#16743">[ 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:sebastien@ximian.com.">sebastien@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59557">http://bugzilla.ximian.com/show_bug.cgi?id=59557</A>
|
|
|
|
--- shadow/59557 2004-06-04 17:01:19.000000000 -0400
|
|
+++ shadow/59557.tmp.1593 2004-06-04 18:15:25.000000000 -0400
|
|
@@ -10,13 +10,12 @@
|
|
Component: misc
|
|
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:sebastien@ximian.com">sebastien@ximian.com</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
TargetMilestone: ---
|
|
URL:
|
|
-Cc:
|
|
Summary: Mono hangs when allocating memory
|
|
|
|
Description of Problem:
|
|
Mono sometimes hangs when allocating memory. The results are predictable
|
|
(repeatable) but they don't seems very logical to me.
|
|
|
|
@@ -107,6 +106,19 @@
|
|
I'm using debian unstable with kernel 2.6.6 and statically linking
|
|
against libmonogc.a from mono/libgc/.libs.
|
|
|
|
|
|
|
|
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:sebastien@ximian.com">sebastien@ximian.com</A> 2004-06-04 18:15 -------
|
|
+Rebuilding Mono with previous boehm's GC source resulted in:
|
|
+GC 6.3 alpha 3: works
|
|
+GC 6.3 alpha 4: works
|
|
+GC 6.3 alpha 5: hangs
|
|
+GC 6.3 alpha 6: hangs
|
|
+
|
|
+All on FC1 (2.4 + NPTL).
|
|
+
|
|
+I also noticed that the first (biggest) allocation was must faster (no
|
|
+hard-drive scratching) for beta5 and 6 - so maybe the first
|
|
+allocations isn't "ok" either.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016742.html">[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016744.html">[Mono-bugs] [Bug 59623][Nor] New - Regex.Matches method does not return correct results.
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16743">[ date ]</a>
|
|
<a href="thread.html#16743">[ thread ]</a>
|
|
<a href="subject.html#16743">[ subject ]</a>
|
|
<a href="author.html#16743">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|