You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/08/01 17:28:44 UTC

DO NOT REPLY [Bug 22059] New: - Compatibility with Itanium Processor Machines

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22059>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22059

Compatibility with Itanium Processor Machines

           Summary: Compatibility with Itanium Processor Machines
           Product: Xerces2-J
           Version: 2.2.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: joseph.a.calandrino@saic.com


I am currently using Xerces 2.2.0 on both a Pentium and an Itanium machine with 
Linux.  I have made a program, identical copies of which are on both machines, 
that must parse a document with a line similar to the following:

<xmlTag abc:dataLocation="http://www.whereTheDataIs.org
        ../directoryDoesNotExist/file.txt">

Where "directoryDoesNotExist" is a non-existant directory, as you can likely 
judge from the name.

On the Pentium machine, I receive the following expected warning:

XML error: An exception occurred! Type:RuntimeException, Message:Warning: The 
primary document entity could not be opened. 
Id=/home/userID/directoryDoesNotExist/file.txt at line: 0

On the Itanium machine, however, using the exact same code, directory 
structure, etc., I only get a segmentation fault.  Has compatibility of Xerces 
with Itanium processors been examined?

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org