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

MacOS Sonoma 14.4.1 Run Failure #682

Open
wnfife opened this issue May 10, 2024 · 1 comment
Open

MacOS Sonoma 14.4.1 Run Failure #682

wnfife opened this issue May 10, 2024 · 1 comment

Comments

@wnfife
Copy link

wnfife commented May 10, 2024

Describe the bug
I've build BSK successfully, I think. See the terminal snippet below. However, I get a segfault when I try to run the basic orbit example.

To reproduce
Since it is likely something to do with my setup, I will leave this section without instruction.

Expected behavior
The expected output of running the basic orbit example.

Error Output

** BUILD SUCCEEDED **

Total Build Time: 0:07:00.668949
The Basilisk build is successful and the scripts are ready to run

(base) williamfife@Williams-MacBook-Air-2 basilisk % cd examples/
(base) williamfife@Williams-MacBook-Air-2 examples % python3 scenarioBasicOrbit.py
zsh: segmentation fault  python3 scenarioBasicOrbit.py

Desktop (please complete the following information):

  • OS: macOS Sonoma
  • Version 14.4.1
  • Python version 3.10.11
@wnfife wnfife changed the title MacOS Sonoma 14.4.1 Build Failure MacOS Sonoma 14.4.1 Run Failure May 15, 2024
@schaubh
Copy link
Contributor

schaubh commented May 22, 2024

I would search the terminal window for the keywords "error" or "warning". Given this error I'm guessing BSK didn't build properly after all. We are building on macOS Sonoma daily and not seen this. Hope this helps narrow things down.

Also, you are running BSK script from a python virtual environment? You could get seg faults if you compile against one version of python, and then execute against another. Using a virtual environment limits the script to a single version of python.

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