You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Venkatesh (JIRA)" <xe...@xml.apache.org> on 2005/09/15 12:14:55 UTC

[jira] Created: (XERCESC-1499) Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os)

Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os)
-------------------------------------------------------------------------------------------

         Key: XERCESC-1499
         URL: http://issues.apache.org/jira/browse/XERCESC-1499
     Project: Xerces-C++
        Type: Bug
    Versions: 2.7.0    
 Environment: HP 11.i 64 bit OS, aCC
    Reporter: Venkatesh
    Priority: Blocker


Please upload proper CRC error free Xerces 2.6.0 downloads on your website.

I'm getting the following error while executing the probram compiled with Xerces 2.7.0 32 bit libary for HP 11.i.
--------------------------------------------------------------------------------------------------------------------------------------------
/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /appl/load/dsnp/dev/tuxadm/xerces/xerces-c-hpux_1
1i-acc_a03/lib/libxerces-c.sl.27
Abort(coredump)
--------------------------------------------------------------------------------------------------------------------------------------------
I'd like to add that the 64 bit Xerces C library (2.6.0) is not giving any issues when used with the same program. But out applications are 32 bit only.

To have a work around, we tried to download the 32 bit library belonging to older xerces versions (2.6.0, 2.5.0). Unfortunately all these downloads are corrupted.

Please upload proper CRC error free Xerces 2.6.0 downloads on your website.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (XERCESC-1499) Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os) and PA-RISC

Posted by "Botho Hohbaum (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Botho Hohbaum updated XERCESC-1499:
-----------------------------------

    Environment: 
HP 11.i 64 bit OS, aCC
HP 11.11 32 bit on PA-RISC, aCC HP ANSI C++ B3910B A.03.63

  was:HP 11.i 64 bit OS, aCC

        Summary: Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os) and PA-RISC  (was: Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os))

The problem is definitely NOT a CRC error.

I ran into the same problem when compiling the library myself on HP-UX B.11.11 on PA-RISC.
I configured the library with:
./runConfigure -p hp-11 -c aCC -x aCC

aCC: HP ANSI C++ B3910B A.03.63

> Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os) and PA-RISC
> -------------------------------------------------------------------------------------------------------
>
>                 Key: XERCESC-1499
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1499
>             Project: Xerces-C++
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>         Environment: HP 11.i 64 bit OS, aCC
> HP 11.11 32 bit on PA-RISC, aCC HP ANSI C++ B3910B A.03.63
>            Reporter: Venkatesh
>            Priority: Blocker
>
> Please upload proper CRC error free Xerces 2.6.0 downloads on your website.
> I'm getting the following error while executing the probram compiled with Xerces 2.7.0 32 bit libary for HP 11.i.
> --------------------------------------------------------------------------------------------------------------------------------------------
> /usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /appl/load/dsnp/dev/tuxadm/xerces/xerces-c-hpux_1
> 1i-acc_a03/lib/libxerces-c.sl.27
> Abort(coredump)
> --------------------------------------------------------------------------------------------------------------------------------------------
> I'd like to add that the 64 bit Xerces C library (2.6.0) is not giving any issues when used with the same program. But out applications are 32 bit only.
> To have a work around, we tried to download the 32 bit library belonging to older xerces versions (2.6.0, 2.5.0). Unfortunately all these downloads are corrupted.
> Please upload proper CRC error free Xerces 2.6.0 downloads on your website.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1499) Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os)

Posted by "Jesse Pelton (JIRA)" <xe...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XERCESC-1499?page=comments#action_12329424 ] 

Jesse Pelton commented on XERCESC-1499:
---------------------------------------

I should also point out that a better place to raise issues like this is the Xerces-C mailing list. Please subscribe to c-dev@xerces.apache.org. If people on the list agree that there is a bug, that is the time to file a bug report. (If you can point to a particular piece of code, explain why it is in error (with reference to any relevant standards), and ideally provide a patch, it's certainly appropriate to file a bug report without consulting the list.)

In no case is it helpful to yourself or anyone else to file multiple bug reports on the same issue. This just generates bugspam, which as you might gather from the name, is not a form of communication that people look forward to.

> Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os)
> -------------------------------------------------------------------------------------------
>
>          Key: XERCESC-1499
>          URL: http://issues.apache.org/jira/browse/XERCESC-1499
>      Project: Xerces-C++
>         Type: Bug
>     Versions: 2.7.0
>  Environment: HP 11.i 64 bit OS, aCC
>     Reporter: Venkatesh
>     Priority: Blocker

>
> Please upload proper CRC error free Xerces 2.6.0 downloads on your website.
> I'm getting the following error while executing the probram compiled with Xerces 2.7.0 32 bit libary for HP 11.i.
> --------------------------------------------------------------------------------------------------------------------------------------------
> /usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /appl/load/dsnp/dev/tuxadm/xerces/xerces-c-hpux_1
> 1i-acc_a03/lib/libxerces-c.sl.27
> Abort(coredump)
> --------------------------------------------------------------------------------------------------------------------------------------------
> I'd like to add that the 64 bit Xerces C library (2.6.0) is not giving any issues when used with the same program. But out applications are 32 bit only.
> To have a work around, we tried to download the 32 bit library belonging to older xerces versions (2.6.0, 2.5.0). Unfortunately all these downloads are corrupted.
> Please upload proper CRC error free Xerces 2.6.0 downloads on your website.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (XERCESC-1499) Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os) and PA-RISC

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1499.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1

Presumably fixed in 3.0.1.

> Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os) and PA-RISC
> -------------------------------------------------------------------------------------------------------
>
>                 Key: XERCESC-1499
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1499
>             Project: Xerces-C++
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>         Environment: HP 11.i 64 bit OS, aCC
> HP 11.11 32 bit on PA-RISC, aCC HP ANSI C++ B3910B A.03.63
>            Reporter: Venkatesh
>            Priority: Blocker
>             Fix For: 3.0.1
>
>
> Please upload proper CRC error free Xerces 2.6.0 downloads on your website.
> I'm getting the following error while executing the probram compiled with Xerces 2.7.0 32 bit libary for HP 11.i.
> --------------------------------------------------------------------------------------------------------------------------------------------
> /usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /appl/load/dsnp/dev/tuxadm/xerces/xerces-c-hpux_1
> 1i-acc_a03/lib/libxerces-c.sl.27
> Abort(coredump)
> --------------------------------------------------------------------------------------------------------------------------------------------
> I'd like to add that the 64 bit Xerces C library (2.6.0) is not giving any issues when used with the same program. But out applications are 32 bit only.
> To have a work around, we tried to download the 32 bit library belonging to older xerces versions (2.6.0, 2.5.0). Unfortunately all these downloads are corrupted.
> Please upload proper CRC error free Xerces 2.6.0 downloads on your website.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1499) Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os)

Posted by "Jesse Pelton (JIRA)" <xe...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XERCESC-1499?page=comments#action_12329421 ] 

Jesse Pelton commented on XERCESC-1499:
---------------------------------------

Why do you believe the archive has errors? I was able to download and open it with WinZip on Windows XP and on Linux using KDE's Ark archiver.

Did you compare the MD5 checksum of the archive after you downloaded it to the value on the download site?

Have you tried downloading from a different mirror?

> Unable to execute problem compiled with 32 bit Xerces-C 2.7.0 library on HP 11.i(64 bit os)
> -------------------------------------------------------------------------------------------
>
>          Key: XERCESC-1499
>          URL: http://issues.apache.org/jira/browse/XERCESC-1499
>      Project: Xerces-C++
>         Type: Bug
>     Versions: 2.7.0
>  Environment: HP 11.i 64 bit OS, aCC
>     Reporter: Venkatesh
>     Priority: Blocker

>
> Please upload proper CRC error free Xerces 2.6.0 downloads on your website.
> I'm getting the following error while executing the probram compiled with Xerces 2.7.0 32 bit libary for HP 11.i.
> --------------------------------------------------------------------------------------------------------------------------------------------
> /usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /appl/load/dsnp/dev/tuxadm/xerces/xerces-c-hpux_1
> 1i-acc_a03/lib/libxerces-c.sl.27
> Abort(coredump)
> --------------------------------------------------------------------------------------------------------------------------------------------
> I'd like to add that the 64 bit Xerces C library (2.6.0) is not giving any issues when used with the same program. But out applications are 32 bit only.
> To have a work around, we tried to download the 32 bit library belonging to older xerces versions (2.6.0, 2.5.0). Unfortunately all these downloads are corrupted.
> Please upload proper CRC error free Xerces 2.6.0 downloads on your website.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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