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

Killed 9 on Mac #25

Closed
MartinCupak opened this issue Mar 20, 2023 · 3 comments
Closed

Killed 9 on Mac #25

MartinCupak opened this issue Mar 20, 2023 · 3 comments

Comments

@MartinCupak
Copy link
Collaborator

  • beans version: N/A
  • Python version: 0.1.2
  • Operating System: OS-X

Description

Running a short functional test of settle after libsettle re-install results in a strange failure.

What I Did

python tests/test_settle_sft.py 
Killed: 9
@MartinCupak
Copy link
Collaborator Author

It is probably some internal OS-X bug / inconsistency with built-in security, continuously watching for executables (and libs?) for modification and killing all that gets modified (in our case recompiled).
(https://apple.stackexchange.com/questions/258623/how-to-fix-killed-9-error-in-mac-os)

@MartinCupak
Copy link
Collaborator Author

The solution is: instead of installing the libsettle.so library with "cp" command, overwriting the existing file, remove the existing one first with "rm" and then do "cp".

@MartinCupak
Copy link
Collaborator Author

Makefile modified, fixed in commit b5bd183

MartinCupak pushed a commit that referenced this issue Mar 20, 2023
Made the initial plot optional
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

1 participant