Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] HTCondor 8.0.6 tarball for SLES10?
- Date: Mon, 24 Mar 2014 09:40:59 -0500
- From: Daniel Forrest <dan.forrest@xxxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] HTCondor 8.0.6 tarball for SLES10?
Greg,
> OK, I've gone back to Condor 8.0.6 RH5 and the error is in fact not
> mentioning libs but says:
> Floating point exception
>
> If I "file condor_master" for 8.0.6 I get:
> ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped
>
> whereas for the working 7.6.7 I get:
> ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped
>
> which doesn't look that different?
>
> As mentioned in my original email uname -r gives 2.6.16.60-0.91.1-smp
>
> Any ideas why the FP exception?
This rings a bell...
I believe you are seeing the problem described here:
http://stackoverflow.com/questions/12570374/floating-point-exception-sigfpe-on-int-main-return0
Look at the first answer.
I verfied that the 8.0.6 condor_master does indeed have the GNU_HASH
dynamic tag.
Also this link:
https://jira.mongodb.org/browse/SERVER-12427
Suggests that SLES 10 has this problem.
Perhaps you can get the Condor people to build a tarball with the
"-Wl,--hash-style=both" linker option.
--
Dan