dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #17345] XPathDocument causes segmentation fault


From: anonymous
Subject: [Pnet-developers] [bug #17345] XPathDocument causes segmentation fault
Date: Sun, 6 Aug 2006 22:14:08 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17345>

                 Summary: XPathDocument causes segmentation fault
                 Project: DotGNU Portable.NET
            Submitted by: None
            Submitted on: Sunday 08/06/2006 at 22:14 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

System description:
Mac PowerBook
OS-X 10.4
pnet-0-7.4



In the following method, the call to new XPathDocument() causes a
segmentation fault.



        private void test1() {
                XPathNavigator nav;
                XPathDocument docNav;
                XPathNodeIterator NodeIter;
                XPathExpression xExpression;


                // Open the XML.
                 docNav = new XPathDocument(filepath);







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17345>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]