dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #8415] Xml parser fails to parse gnome# apis fil


From: Richard Baumann
Subject: [Pnet-developers] [bugs #8415] Xml parser fails to parse gnome# apis file
Date: Sun, 04 Apr 2004 06:21:40 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040122 Galeon/1.3.13 (Debian package 1.3.13-2)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #8415] Latest Modifications:

Changes by: 
                Richard Baumann <address@hidden>
'Date: 
                Sun 04/04/04 at 10:21 (America/New_York)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Duplicate
         Assigned to | None                      | Rich333
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Duplicate of bug #8393.






/**************************************************************************/
[bugs #8415] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8415>
Project: DotGNU Portable.NET
Submitted by: Ilyak
On: Thu 04/01/04 at 20:31

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Duplicate
Assigned to:  Rich333
Status:  Closed


Summary:  Xml parser fails to parse gnome# apis file

Original Submission:  Look at attached test case. it eats up all memory and 
dies.

I can't port gnome# until this get resolved.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sun 04/04/04 at 10:21         By: Rich333
Duplicate of bug #8393.

-------------------------------------------------------
Date: Fri 04/02/04 at 20:23         By: keesj
possible fix:
in XmlTextReader.cs add 
if (empty) 
{
 nodes.EndElement.SetInfo(localName, name, namespaceURI, prefix);
}

at row 1983.



-------------------------------------------------------
Date: Fri 04/02/04 at 07:15         By: keesj
this is the same bug as
http://savannah.gnu.org/bugs/?func=detailitem&item_id=8393

if you edit the xml file with vi and run
:%s,(<([^w]*) [^>]*)/>,1></2>,g
the test pases


 






File Attachments
-------------------

-------------------------------------------------------
Date: Fri 04/02/04 at 07:17  Name: shit.xml  Size: 75KB   By: keesj
modified test xml file that pases the test
http://savannah.gnu.org/bugs/download.php?item_id=8415&amp;item_file_id=1148

-------------------------------------------------------
Date: Thu 04/01/04 at 20:31  Name: xmlbug.tar.gz  Size: 7KB   By: Ilyak
This is test case!
http://savannah.gnu.org/bugs/download.php?item_id=8415&amp;item_file_id=1147






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8415>

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





reply via email to

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