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

Don't use lldb for macos because stdlib tests fail silently with it #4559

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

dipinhora
Copy link
Contributor

it seems the signal passing of SIGINT from lldb doesn't behave the same on macos as it does on linux..

it seems the signal passing of SIGINT from lldb doesn't behave the
same on macos as it does on linux..
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Dec 2, 2024
@dipinhora
Copy link
Contributor Author

the issue can be seen in the macos CI builds in PRs for the past few months..

stdlib tests fail early and silently (because lldb doesn't pass through the non-zero program exit code) with the following:

Process 47813 resuming
Process 47813 stopped and restarted: thread 1 received signal: SIGINT
Process 47813 exited with status = 2 (0x00000002) Terminated due to signal 2

@SeanTAllen SeanTAllen merged commit 60ab86c into ponylang:main Dec 2, 2024
23 checks passed
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Dec 2, 2024
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.

3 participants