473,327 Members | 2,069 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

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

CoL
Hi All,

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.

0 0x007d27a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x008167f5 in raise () from /lib/tls/libc.so.6
#2 0x00818199 in abort () from /lib/tls/libc.so.6
#3 0xb198767b in GetCurrentFrame32 ()
from /usr/local/packages/icc_remote/8.0.058/lib/libunwind.so.5
#4 0xb1986de7 in _Unwind_RaiseException_inner ()
from /usr/local/packages/icc_remote/8.0.058/lib/libunwind.so.5
#5 0xb1994b7b in __cxa_throw ()
from /usr/local/packages/icc_remote/8.0.058/lib/libcxa.so.5

************************************************** *********

#6 0xb5e91916 in DCWFormat::GetValueToken ()
from /ade/araghuva_compilerupgrade/dc/lib/libshare/opt/libdcw51.so
#7 0xb5e927bc in DCWFormat::PrivateLoadFormatString ()
from /ade/araghuva_compilerupgrade/dc/lib/libshare/opt/libdcw51.so
#8 0xb5e8e1d3 in DCWFormat::LoadString ()
from /ade/araghuva_compilerupgrade/dc/lib/libshare/opt/libdcw51.so
#9 0xb5ebfaf2 in DCWExceptionFormatter::SetDefaultFormat ()
from /ade/araghuva_compilerupgrade/dc/lib/libshare/opt/libdcw51.so
#10 0x08440c36 in DCSFormatOptions::Init ()
#11 0x0843ff49 in _ZN16DCSFormatOptionsC9ER17DCSSessionManager ()
#12 0x0844667b in DCSFormatOptions::DCSFormatOptions ()
#13 0x08360f1a in DCSPreferenceDelegator::Initialize ()
#14 0x0818fc8c in
_ZN14DCSApplicationC9EP12DCSSchedulerP17DCSSession Manager ()
#15 0x08191338 in DCSApplication::DCSApplication ()

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.

A similar problem I could find on net is---

https://cca1.ornl.gov/pipermail/babe...q3/001160.html

You can see 0-5 frames aree xactly like mine.

Any help will be really appreciated.

~COL

Sep 10 '07 #1
4 3969
CoL <ap***********@gmail.comwrites:
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) ks***@mib.org <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"
Sep 10 '07 #2
In article <ln************@nuthaus.mib.org>,
Keith Thompson <ks***@mib.orgwrote:
....
>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.
IOW:

Off topic. Not portable. Cant discuss it here. Blah, blah, blah.

--
Useful clc-related links:
http://en.wikipedia.org/wiki/Aspergers
http://en.wikipedia.org/wiki/Clique
http://en.wikipedia.org/wiki/C_programming_language

Sep 10 '07 #3
On Mon, 10 Sep 2007 12:29:07 +0000, Kenny McCormack wrote:
In article <ln************@nuthaus.mib.org>,
Keith Thompson <ks***@mib.orgwrote:
...
>>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.

IOW:

Off topic. Not portable. Cant discuss it here. Blah, blah, blah.
Now you're getting it! Good boy!

It's (apparently) C++, so the C++ folks will likely know better...
Except it looks like an implementation problem, so ask the implementer.

See how easy that is?
Sep 10 '07 #4
On Mon, 10 Sep 2007 09:59:57 -0700, Kelsey Bjarnason wrote:
On Mon, 10 Sep 2007 12:29:07 +0000, Kenny McCormack wrote:
>IOW:

Off topic. Not portable. Cant discuss it here. Blah, blah, blah.

Now you're getting it! Good boy!

It's (apparently) C++, so the C++ folks will likely know better...
Except it looks like an implementation problem, so ask the implementer.

See how easy that is?
Don't feed the troll. Kenny has posted tens of posts identical to
that one.
--
Army1987 (Replace "NOSPAM" with "email")
If you're sending e-mail from a Windows machine, turn off Microsoft's
stupid “Smart Quotes” feature. This is so you'll avoid sprinkling garbage
characters through your mail. -- Eric S. Raymond and Rick Moen

Sep 11 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Peter Forthmann | last post by:
Hi, I am testing the Intel 8.0 Compiler for Linux. For all the sources I have compiled It produces a lot faster code than the GNU g++ compiler. However, I must have something wrong, since I can't...
3
by: Sascha T. | last post by:
Hi! I have desperately searched google and its groups in vain. Hope you can help with my problem. I need to call some ancient Fortran objects by C++-main program with the latest Intel Compiler...
1
by: Jean-Marc Blaise | last post by:
Dear all, I have applied on Linux the FP7 for DB2 UDB V8.1. Then I have installed the FP7 information center. db2start: error while loading shared librairies: libcxa.so.1... This library...
2
by: Philip Nelson | last post by:
Folks, I'm installing DB2 on a brand new IBM xSeries box, which has Intel Xeon processors with EM64T extensions. We are using SuSE Linux Enterprise Server 9, and when installed the HOSTTYPE...
17
by: Ozo | last post by:
What would be the C++ compiler producing the fastest code for Windows XP Pro (32-bit)? I have to choose between these two: - Visual C++ 2005 compiler - Intel C++ Compiler 9.0 for Windows My...
3
by: nikaggel | last post by:
Before state the question, I have to apologize of not having time to post to intel forum , which is more proper, for this type of question. :QUESTION I installed intel c/c++ on suse linux 10.0. It...
48
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003 toolkit compiler, and I read a post from Scott...
1
drhowarddrfine
by: drhowarddrfine | last post by:
Link What's particularly interesting is Intel's involvement since they used to be closely linked with Microsoft.
5
by: rembremading | last post by:
Hi All, I want to use intels LibM math library for my c program under Linux with intel compiler 10.1. I tried to follow the steps in...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.