OS:                aix5.1
Xerces:                2.7.0 C++

I have the same problem with SAX2 issuing a IOT/Abort trap with a small file as shown in example 1.  If  I append the </log> end-tag to the back of the file, the parser works fine and terminates normally.  Example 2 also raises an IOT/Abort trap as well.   Any ideas how I can work around this problem for the time being?

Example 1:

<?xml version="1.0" encoding="UTF-8"  ?>
<log>
<psaccountlog psa="cdwdmgr" host="he1cdw1-15" timestamp="2005-08-09-15.06.50.000000" user="f204372" name="Ken P Gathmann">
        <command_line>find /fmacdata/dev/mis/cdw/. -group cdwftpgp</command_line>
</psaccountlog>
<psaccountlog psa="cdwdmgr" host="he1cdw1-15" timestamp="2005-08-09-15.24.13.000000" user="f204372" name="Ken P Gathmann">
        <command_line>cat /fmac/users/cdwdmgr/.psaccount.cfg</command_line>
</psaccountlog>


Example 2:

<?xml version="1.0" encoding="UTF-8"  ?>
<psaccountlog psa="cdwdmgr" host="he1cdw1-15" timestamp="2005-08-09-15.06.50.000000" user="f204372" name="Ken P Gathmann">
        <command_line>find /fmacdata/dev/mis/cdw/. -group cdwftpgp</command_line>
</psaccountlog>
<psaccountlog psa="cdwdmgr" host="he1cdw1-15" timestamp="2005-08-09-15.24.13.000000" user="f204372" name="Ken P Gathmann">
        <command_line>cat /fmac/users/cdwdmgr/.psaccount.cfg</command_line>
</psaccountlog>


Thanks
Ken Gathmann
CDW Production Support
(703) 762-4098

Reply via email to