[Mono-bugs] [Bug 429133] New: StackOverflow is not detected

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 23 08:14:52 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=429133


           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: lupus at novell.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list