[Mono-bugs] [Bug 376537] New: System.Xml. Linq XElement usage causes native stack overflow and SIGABRT

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 2 17:21:22 EDT 2008


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


           Summary: System.Xml.Linq XElement usage causes native stack
                    overflow and SIGABRT
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: atsushi at ximian.com
        ReportedBy: wasabi at larvalstage.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


using System;
using System.Xml.Linq;

namespace XLinqMonoNativeStackOverflow
{
        class MainClass
        {
                public static void Main(string[] args)
                {
            // Will reuse.
            XElement layoutXml =
                new XElement("layout",
                    new XElement("conversionPattern",
                        new XAttribute("value", "a")
                    )
                );
                }
        }
}


Stack overflow in unmanaged: IP: 0x4dc396, fault addr: 0x7fffa5dfea68
Stack overflow: IP: 0x41d6fc1b, fault addr: 0x7fffa5df6ff0
At (wrapper managed-to-native)
System.Object:__icall_wrapper_mono_object_new_fast (intptr)
Stacktrace:
  *insert huge stack trace here*


-- 
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