Discussion:
[omniORB] Floating point exception.
grand_foin2
2010-10-19 03:17:16 UTC
Permalink
Hi

I just compiled omniORB-4.1.4 on a x86_64 Linux machine running a SuSE OS.
When I launch the sample eg1 I get the error:
Floating point exception.

Here is the back trace :
(gdb) bt
#0 0x00002ac06c96e68f in do_lookup_x () from /lib64/ld-linux-x86-64.so.2
#1 0x00002ac06c96ea77 in _dl_lookup_symbol_x () from
/lib64/ld-linux-x86-64.so.2
#2 0x00002ac06c970028 in _dl_relocate_object () from
/lib64/ld-linux-x86-64.so.2
#3 0x00002ac06c969633 in dl_main () from /lib64/ld-linux-x86-64.so.2
#4 0x00002ac06c977f92 in _dl_sysdep_start () from
/lib64/ld-linux-x86-64.so.2
#5 0x00002ac06c967247 in _dl_start () from /lib64/ld-linux-x86-64.so.2
#6 0x00002ac06c966a88 in _start () from /lib64/ld-linux-x86-64.so.2
#7 0x0000000000000001 in ?? ()
#8 0x00007fff3e14211e in ?? ()
#9 0x0000000000000000 in ?? ()

What could be the problem?
--
View this message in context: http://old.nabble.com/Floating-point-exception.-tp29992743p29992743.html
Sent from the OmniORB - User mailing list archive at Nabble.com.
Duncan Grisby
2010-10-27 19:20:11 UTC
Permalink
Post by grand_foin2
I just compiled omniORB-4.1.4 on a x86_64 Linux machine running a SuSE OS.
Floating point exception.
(gdb) bt
#0 0x00002ac06c96e68f in do_lookup_x () from /lib64/ld-linux-x86-64.so.2
#1 0x00002ac06c96ea77 in _dl_lookup_symbol_x () from
/lib64/ld-linux-x86-64.so.2
Something is very broken. It's hard to say what, but it's not omniORB. A
floating point exception during initial startup must be some kind of
library dependency problem or something like that.

Does a simple C++ hello world work for you?

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
grand_foin2
2010-10-27 19:30:34 UTC
Permalink
Problem solved.

I compile omniorb on the SuSE box and I remove the usage of the librairy
compiled on a Linux box. That was probably a different libc usage. I don't
see that problem now.

Thanks.
Post by Duncan Grisby
Post by grand_foin2
I just compiled omniORB-4.1.4 on a x86_64 Linux machine running a SuSE OS.
Floating point exception.
(gdb) bt
#0 0x00002ac06c96e68f in do_lookup_x () from /lib64/ld-linux-x86-64.so.2
#1 0x00002ac06c96ea77 in _dl_lookup_symbol_x () from
/lib64/ld-linux-x86-64.so.2
Something is very broken. It's hard to say what, but it's not omniORB. A
floating point exception during initial startup must be some kind of
library dependency problem or something like that.
Does a simple C++ hello world work for you?
Duncan.
--
-- Duncan Grisby --
-- http://www.grisby.org --
_______________________________________________
omniORB-list mailing list
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
--
View this message in context: http://old.nabble.com/Floating-point-exception.-tp29992743p30067268.html
Sent from the OmniORB - User mailing list archive at Nabble.com.
Loading...