noreply | 14 Aug 2002 10:53
Picon
Favicon

[ expat-Bugs-594963 ] segmentation fault in function hash

Bugs item #594963, was opened at 2002-08-14 01:53
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=594963&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: segmentation fault in function hash

Initial Comment:
expat 1.95.4 crashed in function lookup -> hash when 
used in my program. When used as parseXml -ivt **.T34 
outx a memory error follows and a crash. This does not 
happend when line <T60> is removed or T34 is changed 
to T35 or an other item. GDB tells me it is a 
segmentation error. OS is HPUX-11. Compiler is GCC, 
Lang is ANSI-C. Can be circumvented by setting 
INIT_SIZE to 128 in xmlparse.c but no guaranties.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=594963&group_id=10127

-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
(Continue reading)

noreply | 14 Aug 2002 15:04
Picon
Favicon

[ expat-Bugs-594963 ] segmentation fault in function hash

Bugs item #594963, was opened at 2002-08-14 04:53
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=594963&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: segmentation fault in function hash

Initial Comment:
expat 1.95.4 crashed in function lookup -> hash when 
used in my program. When used as parseXml -ivt **.T34 
outx a memory error follows and a crash. This does not 
happend when line <T60> is removed or T34 is changed 
to T35 or an other item. GDB tells me it is a 
segmentation error. OS is HPUX-11. Compiler is GCC, 
Lang is ANSI-C. Can be circumvented by setting 
INIT_SIZE to 128 in xmlparse.c but no guaranties.

----------------------------------------------------------------------

>Comment By: Karl Waclawek (kwaclaw)
Date: 2002-08-14 09:04

Message:
Logged In: YES 
(Continue reading)

noreply | 15 Aug 2002 16:25
Picon
Favicon

[ expat-Bugs-595532 ] xmlwf -x not reading the external DTD

Bugs item #595532, was opened at 2002-08-15 16:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=595532&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michel Rodriguez (mirod)
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlwf -x not reading the external DTD

Initial Comment:
xmlwf test_ext_ent.xml gives me an error on an
undefined entity despite it being defined in the
(external) DTD

>xmlwf -x test_ext_ent.xml
test_ext_ent.xml:2:5: undefined entity

--- test_ext_ent.xml ---
<?xml  version="1.0"  standalone="no"?>
<!DOCTYPE doc SYSTEM "test_ext_ent.dtd">
<doc>&ent;</doc>

--- test_ext_ent.dtd ---
<!ELEMENT doc (#PCDATA)>
<!ENTITY ent  'expanded entity'>

(Continue reading)

noreply | 15 Aug 2002 17:14
Picon
Favicon

[ expat-Bugs-595532 ] xmlwf -x not reading the external DTD

Bugs item #595532, was opened at 2002-08-15 10:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=595532&group_id=10127

Category: None
Group: None
Status: Open
>Resolution: Rejected
Priority: 5
Submitted By: Michel Rodriguez (mirod)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: xmlwf -x not reading the external DTD

Initial Comment:
xmlwf test_ext_ent.xml gives me an error on an
undefined entity despite it being defined in the
(external) DTD

>xmlwf -x test_ext_ent.xml
test_ext_ent.xml:2:5: undefined entity

--- test_ext_ent.xml ---
<?xml  version="1.0"  standalone="no"?>
<!DOCTYPE doc SYSTEM "test_ext_ent.dtd">
<doc>&ent;</doc>

--- test_ext_ent.dtd ---
<!ELEMENT doc (#PCDATA)>
<!ENTITY ent  'expanded entity'>

(Continue reading)

noreply | 16 Aug 2002 07:24
Picon
Favicon

[ expat-Bugs-595532 ] xmlwf -x not reading the external DTD

Bugs item #595532, was opened at 2002-08-15 16:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=595532&group_id=10127

Category: None
Group: None
Status: Open
Resolution: Rejected
Priority: 5
Submitted By: Michel Rodriguez (mirod)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: xmlwf -x not reading the external DTD

Initial Comment:
xmlwf test_ext_ent.xml gives me an error on an
undefined entity despite it being defined in the
(external) DTD

>xmlwf -x test_ext_ent.xml
test_ext_ent.xml:2:5: undefined entity

--- test_ext_ent.xml ---
<?xml  version="1.0"  standalone="no"?>
<!DOCTYPE doc SYSTEM "test_ext_ent.dtd">
<doc>&ent;</doc>

--- test_ext_ent.dtd ---
<!ELEMENT doc (#PCDATA)>
<!ENTITY ent  'expanded entity'>

(Continue reading)

noreply | 16 Aug 2002 15:20
Picon
Favicon

[ expat-Bugs-595532 ] xmlwf -x not reading the external DTD

Bugs item #595532, was opened at 2002-08-15 10:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=595532&group_id=10127

Category: None
Group: None
Status: Open
Resolution: Rejected
Priority: 5
Submitted By: Michel Rodriguez (mirod)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: xmlwf -x not reading the external DTD

Initial Comment:
xmlwf test_ext_ent.xml gives me an error on an
undefined entity despite it being defined in the
(external) DTD

>xmlwf -x test_ext_ent.xml
test_ext_ent.xml:2:5: undefined entity

--- test_ext_ent.xml ---
<?xml  version="1.0"  standalone="no"?>
<!DOCTYPE doc SYSTEM "test_ext_ent.dtd">
<doc>&ent;</doc>

--- test_ext_ent.dtd ---
<!ELEMENT doc (#PCDATA)>
<!ENTITY ent  'expanded entity'>

(Continue reading)

noreply | 16 Aug 2002 16:25
Picon
Favicon

[ expat-Bugs-596059 ] Parser !initialized when XML_DTD undef

Bugs item #596059, was opened at 2002-08-16 07:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=596059&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Parser !initialized when XML_DTD undef

Initial Comment:
The parser does not seem to be properly initialized if 
XML_DTD is not defined.

The dtdInit functions is only called if XML_DTD is 
defined, but dtdInit itself has internal #ifdef XML_DTD 
which seems to indicate it should be called with or 
without XML_DTD.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=596059&group_id=10127

-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
(Continue reading)

noreply | 16 Aug 2002 16:32
Picon
Favicon

[ expat-Bugs-596059 ] Parser !initialized when XML_DTD undef

Bugs item #596059, was opened at 2002-08-16 10:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=596059&group_id=10127

Category: None
Group: None
Status: Open
>Resolution: Duplicate
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Karl Waclawek (kwaclaw)
Summary: Parser !initialized when XML_DTD undef

Initial Comment:
The parser does not seem to be properly initialized if 
XML_DTD is not defined.

The dtdInit functions is only called if XML_DTD is 
defined, but dtdInit itself has internal #ifdef XML_DTD 
which seems to indicate it should be called with or 
without XML_DTD.

----------------------------------------------------------------------

>Comment By: Karl Waclawek (kwaclaw)
Date: 2002-08-16 10:32

Message:
Logged In: YES 
user_id=290026
(Continue reading)

noreply | 16 Aug 2002 16:43
Picon
Favicon

[ expat-Bugs-594963 ] segmentation fault in function hash

Bugs item #594963, was opened at 2002-08-14 04:53
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=594963&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: segmentation fault in function hash

Initial Comment:
expat 1.95.4 crashed in function lookup -> hash when 
used in my program. When used as parseXml -ivt **.T34 
outx a memory error follows and a crash. This does not 
happend when line <T60> is removed or T34 is changed 
to T35 or an other item. GDB tells me it is a 
segmentation error. OS is HPUX-11. Compiler is GCC, 
Lang is ANSI-C. Can be circumvented by setting 
INIT_SIZE to 128 in xmlparse.c but no guaranties.

----------------------------------------------------------------------

>Comment By: Karl Waclawek (kwaclaw)
Date: 2002-08-16 10:43

Message:
Logged In: YES 
(Continue reading)

noreply | 17 Aug 2002 22:31
Picon
Favicon

[ expat-Bugs-596555 ] rephrase "xml p.i." message

Bugs item #596555, was opened at 2002-08-17 13:31
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=596555&group_id=10127

Category: None
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Mike Brown (mike_j_brown)
Assigned to: Nobody/Anonymous (nobody)
Summary: rephrase "xml p.i." message

Initial Comment:
expat.c contains this message:

    XML_L("xml processing instruction not at start of 
external entity"), but "xml processing instruction" is a 
misnomer.

Although this message appears when a processing 
instruction with the illegal target "xml" is encountered, 
the error message should not imply that the structure 
that belongs at the start of an external entity is a 
processing instruction.

I suggest changing this phrase to the more correct "XML 
or text declaration not at start of external entity" so as 
not to perpetuate common misconceptions.

(Continue reading)


Gmane