mlview-bugs
[Top][All Lists]
Advanced

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

[Mlview-bugs] [Bug #999] Crashing Gnome mlview 0.0.2_rc4 after loading f


From: nobody
Subject: [Mlview-bugs] [Bug #999] Crashing Gnome mlview 0.0.2_rc4 after loading file
Date: Thu, 22 Aug 2002 17:47:47 -0400

=================== BUG #999: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=999&group_id=377

Changes by: Dodji Seketeli <address@hidden>
Date: 2002-Aug-22 23:47 (Europe/Paris)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | sdodji
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Hi,

Thank you for your nice bug report.

I've made a fix.

MlView can now validate the document against the
internal subset. I didn't personaly experienced a crash
but it must be some memory corruption somewhere.
I will valgrind the binary as soon as possible.

If you want to test the hot fix, you need
to checkout out the code directly from the cvs.
The fix is in the devel-0-0-2 branch and will be available
in the next release.

Once again, thank you for your collaboration.

Dodji.



=================== BUG #999: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: MlView                         
Submitted on: 2002-Aug-15 12:13
Category:  None                         Severity:  5 - Major                    
Bug Group:  None                        Resolution:  Fixed                      
Assigned to:  sdodji                    Status:  Closed                         

Summary:  Crashing Gnome mlview 0.0.2_rc4 after loading file

Original Submission:  Hi, after i've made an example XML file with DTD inside, 
I added 'Titles' and saved my file. The next time I opened my file, and after 
clicking on the 'TITLE', the program crashed with a fatal error + segfault. 
When I open the file, the program just say to me that the public ID could not 
be loaded. And could not validate.  

The file I load contains this data:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE BOOK [
<!ELEMENT BOOK (TITLE , AUTHOR , ISBN , PRICE , DESCRIPTION)>
<!ELEMENT TITLE (#PCDATA)>
<!ELEMENT AUTHOR (#PCDATA)>
<!ELEMENT ISBN (#PCDATA)>
<!ELEMENT PRICE (#PCDATA)>
<!ELEMENT DESCRIPTION (#PCDATA)>
]>
<BOOK>
  <TITLE>The Great Divorce</TITLE>
  <AUTHOR>C.S. Lewis</AUTHOR>
  <ISBN/>
  <PRICE>E12,00</PRICE>
  <DESCRIPTION>Great book.</DESCRIPTION>
</BOOK>



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

-------------------------------------------------------
Date: 2002-Aug-22 23:47             By: sdodji
Hi,

Thank you for your nice bug report.

I've made a fix.

MlView can now validate the document against the
internal subset. I didn't personaly experienced a crash
but it must be some memory corruption somewhere.
I will valgrind the binary as soon as possible.

If you want to test the hot fix, you need
to checkout out the code directly from the cvs.
The fix is in the devel-0-0-2 branch and will be available
in the next release.

Once again, thank you for your collaboration.

Dodji.




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=999&group_id=377




reply via email to

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