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

Enable libbacktrace support in CI compiled LLVM-backed MacOS builds #1693

Open
benjaminmordaunt opened this issue Mar 20, 2021 · 2 comments
Open

Comments

@benjaminmordaunt
Copy link

I've just installed the 9a80de3 LLVM MacOS nightly build as I wanted backtrace support for the otherwise useless assertion warnings that are received from the numeric_std package.

Unfortunately, even when analysing with -g and using --backtrace-severity=warning on the command-line, I'm still not seeing any backtrace.

Does the CI build use libbacktrace? Is there some way this can be enabled?

@tgingold
Copy link
Member

I don't think that libbacktrace works on MacOS.
If you are a MacOS developer, you can try to port a MacOS backtrace system library.

@eine
Copy link
Collaborator

eine commented Mar 20, 2021

In fact, libbactrace is disabled in all CI builds (not only MacOS). See #1578 and ghdl/docker#35.

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

3 participants