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

[CI] Use debug build for x86_64 macOS jobs #868

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

giordano
Copy link
Member

@giordano giordano commented Mar 9, 2025

Try to debug #867.

@giordano
Copy link
Member Author

giordano commented Mar 9, 2025

Now I need to go, but if someone wanted to have a look at this I set up debug with tmate. Once you log in, you can run

julia --color=yes --code-coverage=user --depwarn=yes --check-bounds=yes --warn-overwrite=yes --inline=yes --startup-file=no --project=test -e 'using Pkg; Pkg.instantiate()'
lldb -- julia --color=yes --code-coverage=user --depwarn=yes --check-bounds=yes --warn-overwrite=yes --inline=yes --startup-file=no --project=test test/integration/special_functions.jl

and you should be good to go. It doesn't always crash at the same point, occasionally you may have to run the test script a few times to trigger the crash.

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

Successfully merging this pull request may close these issues.

1 participant