CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

libz.so.1: no version information available

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 4, 2015, 09:14
Default libz.so.1: no version information available
  #1
New Member
 
Join Date: Nov 2012
Posts: 27
Rep Power: 13
dmaz is on a distinguished road
Dear Foamers,
I'm trying to run a Steady-state simulation using the rhoSimpleFoam solver and the k-omegaSST RASmodel.
In order to do this I have copied a tutorial folder of rhoSimpleFoam adding the new mesh.
However, I get the following errors, after 2 or 3 timesteps:

Code:
#0  Foam::error::printStack(Foam::Ostream&)addr2line: /lib64/libz.so.1: no version information available (required by addr2line)
 at ??:?
#1  Foam::sigFpe::sigHandler(int)addr2line: /lib64/libz.so.1: no version information available (required by addr2line)
 at ??:?
#2
addr2line: /lib64/libz.so.1: no version information available (required by addr2line)
 at sigaction.c:?
#3  Foam::hePsiThermo<Foam::psiThermo, Foam::pureMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::hConstThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::calculate()addr2line: /lib64/libz.so.1: no version information available (required by addr2line)
 at ??:?
#4  Foam::hePsiThermo<Foam::psiThermo, Foam::pureMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::hConstThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::correct()addr2line: /lib64/libz.so.1: no version information available (required by addr2line)
 at ??:?
#5
addr2line: /lib64/libz.so.1: no version information available (required by addr2line)
 at ??:?
#6  __libc_start_mainaddr2line: /lib64/libz.so.1: no version information available (required by addr2line)
 at ??:?
#7
addr2line: /lib64/libz.so.1: no version information available (required by addr2line)
 at ??:?
Which can be the cause of these errors? It seems an installation problem right?
I'm using OpenFoam 2.3.0 on Centos 6.6 and this errors occurs also using other solvers and models.
Thanks in advance,
Dmaz

Last edited by wyldckat; January 4, 2015 at 16:55. Reason: Added [CODE][/CODE]
dmaz is offline   Reply With Quote

Old   January 4, 2015, 12:53
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Dmaz,

A few questions:
  1. Which installation instructions did you follow?
  2. Did you do anything differently from the instructions you followed?
Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   January 4, 2015, 16:22
Default
  #3
New Member
 
Join Date: Nov 2012
Posts: 27
Rep Power: 13
dmaz is on a distinguished road
Hi wyldckat,
thanks you for replying.

I followed the instructions of this link:
https://openfoamwiki.net/index.php/I...HEL#CentOS_6.5

I have checked, the version of Centos: is 6.2. I havent found the instructions for that version. OF seems to work correctly but when a simulation crash it shows that error.
I'm verifing the tutorials with OF installed in two system, Ubuntu 14.04 and Centos 6.2.
The simulations crash about at the same iteration, but in Centos the errors refer also to libz.so.
Is it possible that this error doesn't affect the simulation?

Dmaz
dmaz is offline   Reply With Quote

Old   January 4, 2015, 16:54
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Dmaz,

The problem shouldn't affect OpenFOAM's binaries. The message indicates that the problem is related to a binary that OpenFOAM is using to assist in handling the print stack operation, namely addr2line:
Code:
addr2line: /lib64/libz.so.1: no version information available (required by addr2line)
Although this is a bit strange, since it should not happen. You can try and diagnose this further by running:
Code:
which addr2line
ldd $(which addr2line)
To me it gave me this:
Code:
$ which addr2line
~/OpenFOAM/ThirdParty-2.3.1/platforms/linux64/gcc-4.8.4/bin/addr2line

$ ldd $(which addr2line)
    linux-vdso.so.1 =>  (0x00007fff111ff000)
    libz.so.1 => /lib64/libz.so.1 (0x0000003d5e000000)
    libc.so.6 => /lib64/libc.so.6 (0x0000003d5d000000)
    /lib64/ld-linux-x86-64.so.2 (0x0000003d5c800000)
This was because I'm using OpenFOAM 2.3.1 on CentOS 6.6. But still, the differences shouldn't be big enough.

Beyond this, it seems as the "libz.so.1" version your addr2line is getting isn't the same version of "libz.so" that was used to build addr2line. If this is the case, then you should try to remember if you had any other shell environment paths loaded up that could have interfered with the build process.

Best regards,
Bruno
wyldckat is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCFD release OpenFOAMŪ version 2.0.0 opencfd OpenFOAM Announcements from ESI-OpenCFD 1 July 1, 2011 08:43
CFX11 + Fortran compiler ? Mohan CFX 20 March 30, 2011 18:56
OpenFOAM Patched Version 1.5 via git Repository OpenFOAM discussion board administrator OpenFOAM Announcements from ESI-OpenCFD 0 August 26, 2008 05:06
Version 12 speed compared to 11 maka OpenFOAM Running, Solving & CFD 2 December 21, 2005 05:42
Parallel version of SIP ? Ravikanth Avancha Main CFD Forum 1 March 19, 1999 14:21


All times are GMT -4. The time now is 08:55.