Durmus,
You may need to compile and link with "-mt". Build the xercesC from the latest code base and see
if it can run on your hp-ia box.
Rgds,
PeiYong
"P.M.S.Prakash" <[EMAIL PROTECTED]> wrote on 08/04/2004 10:25:36 AM:
> Hi Durmus,
>
> As per the release plan, I read that support on Itanium is planned for
> the next release 2.6.0.
>
> Anyway, regarding this threading problem on Itanium, you could try
> compiling with -DPTHREAD_COMPAT_MODE option and see if it works.
>
> Best Regards
> Prakash
> Sepet, Durmus-Nadir wrote:
>
> >Hi all,
> >
> >core-dump encounterd with the ThreadTest program which is shipped
> with Xerces-C++.
> >
> >Platform: HP-UX B.11.23 U ia64
> >Compiler: aCC: HP aC++/ANSI C B3910B A.05.56 [Feb 19 2004]
> >Product: Xerces-C++ Version 2.5.0 / ThreadTest
> >Compiler Options: -AA -mt +DD64
> >
> >It seems there is a multithreading problem.
> >Anyone an idea whether the test-program is buggy or the system-libraries.
> >Or do I need some extra compiler options?
> >
> >
> >Regards,
> >Durmus
> >
> >---------------------------------------------------------------------------------------------------------
> >
> >./ThreadTest -threads 10 -time 60 ../samples/data/personal.xml
> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Illegal
> instruction (core dumped)
> >
> >
> >gdb ./ThreadTest
> >HP gdb 4.2 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
> >Copyright 1986 - 2001 Free Software Foundation, Inc.
> >Hewlett-Packard Wildebeest 4.2 (based on GDB) is covered by the
> >GNU General Public License. Type "show copying" to see the conditions to
> >change it and/or distribute copies. Type "show warranty" for
> warranty/support.
> >..(no debugging symbols found)...
> >(gdb) run -threads 10 -time 60 ../samples/data/personal.xml
> >Starting program: /home/sepetd/local/src/xerces-c-src_2_5_0/bin/.
> /ThreadTest -threads 10 -time 60 ../samples/data/personal.xml
> >(no debugging symbols found)...(no debugging symbols found)...
> >(no debugging symbols found)...(no debugging symbols found)...
> >(no debugging symbols found)...(no debugging symbols found)...
> >(no debugging symbols found)...(no debugging symbols found)...
> >(no debugging symbols found)...(no debugging symbols found)...
> >(no debugging symbols found)...(no debugging symbols found)...
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >Program received signal SIGILL, Illegal instruction (si_code: 9).
> >[Switching to thread 4 (system thread 5796274)]
> >0x9fffffffbf6e71b0:0 in __pthread_unbound_body+0x4a0 ()
> > from /usr/lib/hpux64/libpthread.so.1
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
- Xerces-C-2.5.0 on Itanium2(HP-UX11.23): ThreadTest cor... Sepet, Durmus-Nadir
- Re: Xerces-C-2.5.0 on Itanium2(HP-UX11.23): Threa... P.M.S.Prakash
- PeiYong Zhang