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

Building mesa with llvm,clang,libc++,libc++abi,libunwind 13.x, resulting logging #55584

Closed
lygstate opened this issue May 19, 2022 · 3 comments
Closed
Assignees
Labels
clang:codegen duplicate Resolved as duplicate

Comments

@lygstate
Copy link
Contributor

libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
@lhames
Copy link
Contributor

lhames commented May 24, 2022

This is is a duplicate of #86. Discussion should be moved there.

@lhames lhames closed this as completed May 24, 2022
@lhames lhames reopened this May 24, 2022
@lhames lhames closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2022
@EugeneZelenko EugeneZelenko added duplicate Resolved as duplicate clang:codegen and removed new issue labels May 24, 2022
@llvmbot
Copy link
Member

llvmbot commented May 24, 2022

@llvm/issue-subscribers-clang-codegen

@ImCylon
Copy link

ImCylon commented Jan 23, 2023

I'm using gentoo->profile clang/merged-usr. I had the same problem running neovim(libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE) with Clang version 15.0.7. I built the llvm-libunwind package with "-DNDEBUG" and now it works.

gentoo-bot pushed a commit to gentoo/gentoo that referenced this issue Sep 10, 2023
Respect upstream build type assumptions where they do:
* -DLIBUNWIND_ENABLE_ASSERTIONS=ON =>
	-DCMAKE_BUILD_TYPE=DEBUG  => -UNDEBUG
	-DCMAKE_BUILD_TYPE!=debug => -DNDEBUG
* -DLIBUNWIND_ENABLE_ASSERTIONS=OFF =>
	-UNDEBUG

See also llvm/llvm-project#86 (comment).

Bug: libunwind/libunwind#138
Bug: llvm/llvm-project#86
Bug: llvm/llvm-project#55584
Closes: https://bugs.gentoo.org/910436
Signed-off-by: Sam James <sam@gentoo.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:codegen duplicate Resolved as duplicate
Projects
None yet
Development

No branches or pull requests

5 participants