Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to initialize decompress status for section .debug_info #13

Open
antonl321 opened this issue Apr 11, 2024 · 4 comments
Open

unable to initialize decompress status for section .debug_info #13

antonl321 opened this issue Apr 11, 2024 · 4 comments

Comments

@antonl321
Copy link

Hello,

I have build tau (commit "Mon Apr 8 06:41:03 2024 -0700") on redhat 8.7 with classic intel compilers from intel-oneapi-compilers/2023.2.1.

I have instrumented an app with compiler instrumentation.
When I run the app get the warning "unable to initialize decompress status for section .debug_info" and no routine app name are shown in paraprof stats ( only addresses).

Is thee any work around for this? From Goolge I gather that this is about a change in binutils/elfutils.

Lucian Anton

@jordialcaraz
Copy link
Contributor

Hello Lucian,

Could you tell us how you configured tau and the steps to reproduce the issue?

Thank you

@antonl321
Copy link
Author

Hi,

my config line is as follow
-ompt -c++=icpc -cc=icc -fortran=ifort -mpi -pthread -tag=oneapi-2023.2.1-ompi-4.1.6-ompt

I have some other news:
I have installed tau via spack.

It works as expected with gcc 12 but the spack installation fails in bin-utils when I tried to install with intel 2021.10.0
So I guess the trick is to get a compatible bin-utils.

@jordialcaraz
Copy link
Contributor

Hi,

Could you try to configure TAU with:

-bfd=download -ompt -c++=icpc -cc=icc -fortran=ifort -mpi -pthread -tag=oneapi-2023.2.1-ompi-4.1.6-ompt

And report back?

The first option should download and install binutils with TAU.

Thanks

@antonl321
Copy link
Author

Yes, that fixes the issues. Thanks!
As a note, before the bew configure I found out that it also works if in the compilation script I add to LD_LIBRARY_PATH the bin-utils from the gcc spack installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants