[Mono-bugs] [Bug 375395] New: mono received SIGSEGV while trying to construct XElement in System.Xml. Linq

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 31 07:46:10 EDT 2008


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


           Summary: mono received SIGSEGV while trying to construct XElement
                    in System.Xml.Linq
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: i686
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: atsushi at ximian.com
        ReportedBy: konstantin.kostyuhin at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Other


Instrumental OS - Fedora Core 5.
Mono 1.9 installed from mono-project bin installer (mono-1.9_5-installer.bin)
Mono crashes while executing code like this:
..
XElement elem = new XElement ("root","root value");
..
If I run mono with "--trace", I see that Xelement constructor calls function
SetElementValue (name, value). But this function also calls XElement
constructor!
..
public void SetElementValue (XName name, object value)
..
        XElement el = new XElement (name, value);
..
It's an endless recursion, I suppose.


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