mail-archives/mono-bugs/2008-September/079845.html

176 строки
4.0 KiB
HTML
Исходник Постоянная ссылка Обычный вид История

2019-06-06 22:03:35 +03:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 429133] New: StackOverflow is not detected
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20429133%5D%20New%3A%20StackOverflow%20is%20not%20detected&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="079844.html">
<LINK REL="Next" HREF="079852.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 429133] New: StackOverflow is not detected</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20429133%5D%20New%3A%20StackOverflow%20is%20not%20detected&In-Reply-To="
TITLE="[Mono-bugs] [Bug 429133] New: StackOverflow is not detected">bugzilla_noreply at novell.com
</A><BR>
<I>Tue Sep 23 08:14:52 EDT 2008</I>
<P><UL>
<LI>Previous message: <A HREF="079844.html">[Mono-bugs] [Bug 389278] EnumConstant.GetTypedValue fails due to weird way Reflection. Emit works with enums
</A></li>
<LI>Next message: <A HREF="079852.html">[Mono-bugs] [Bug 429133] StackOverflow is not detected
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#79845">[ date ]</a>
<a href="thread.html#79845">[ thread ]</a>
<a href="subject.html#79845">[ subject ]</a>
<a href="author.html#79845">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=429133">https://bugzilla.novell.com/show_bug.cgi?id=429133</A>
Summary: StackOverflow is not detected
Product: Mono: Runtime
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: JIT
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lupus at novell.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">msafar at novell.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
StackOverflow is not sometimes detected.
1. apply patch
Index: generic.cs
===================================================================
--- generic.cs (revision 113567)
+++ generic.cs (working copy)
@@ -1402,6 +1402,8 @@
return false;
}
+ CheckConstraints (ec);
+
//
// Now bind the parameters.
//
2. compile gmcs
3. run gmcs ../tests/gtest-187.cs
It does not happen every time but mostly mono just prints recursive stackframe
until is killed.
--
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="079844.html">[Mono-bugs] [Bug 389278] EnumConstant.GetTypedValue fails due to weird way Reflection. Emit works with enums
</A></li>
<LI>Next message: <A HREF="079852.html">[Mono-bugs] [Bug 429133] StackOverflow is not detected
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#79845">[ date ]</a>
<a href="thread.html#79845">[ thread ]</a>
<a href="subject.html#79845">[ subject ]</a>
<a href="author.html#79845">[ 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>