Re: __cxa_throw () from libcxa.so.5 intel lib on LINUX



CoL <apraghuvanshi@xxxxxxxxx> writes:
We have recently migrated our product to intel compiler 8.0 from gcc
2.96 on RHEL 4.
Everything works absolutely fine with gcc.
I have successfully managed to build/link the product(server) on intel
compiler.
But when client(java) tries to connect to the server,
server aborts with below back trace.
[...]
#6 0xb5e91916 in DCWFormat::GetValueToken ()
from /ade/araghuva_compilerupgrade/dc/lib/libshare/opt/libdcw51.so
[...]
I tried diging in and found that it aborts at the first throw
exception
statement it encounters, with or without connecting client.
I guess there is some symbol conflicts between intel provided lib and
gcc one.
[...]

Looks like C++, not C, so comp.lang.c++ would be more appropriate than
comp.lang.c.

But your problem is probably with your implementation, not with the
language, so a forum that deals with Intel's compiler would be even
better.

--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
.



Relevant Pages

  • Re: Inline assembler reference
    ... I do know how to beat the compiler with float/SSE* instructions. ... CALL instruction most of the time when inlining it could avoid those ... The Intel and GCC ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Richard Stallman is responsible for the shrinking economy
    ... than fixing problems if and when the spirit moves them as per Gcc. ... Intel wants to co-develop the GCC ... Three Intel employees are to contribute to the development of the GNU ... the development of its Intel Compiler Collection." ...
    (comp.arch.embedded)
  • Re: Richard Stallman is responsible for the shrinking economy
    ... Intel wants to co-develop the GCC ... Three Intel employees are to contribute to the development of the GNU ... the development of its Intel Compiler Collection." ...
    (comp.arch.embedded)
  • Re: code portability
    ... I see massive gcc and imake requirements. ... GCC is hardly your average OSS project (and Intel C is hardly standard ... the intel compiler complies with C99. ...
    (comp.lang.c)
  • __cxa_throw () from libcxa.so.5 intel lib on LINUX
    ... We have recently migrated our product to intel compiler 8.0 from gcc ... Everything works absolutely fine with gcc. ... I have successfully managed to build/link the producton intel ... server aborts with below back trace. ...
    (comp.lang.c)