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

naTestCrash does not work reliably on macOS #60

Open
Manderby opened this issue Sep 22, 2024 · 1 comment
Open

naTestCrash does not work reliably on macOS #60

Manderby opened this issue Sep 22, 2024 · 1 comment
Labels
test Do something test related

Comments

@Manderby
Copy link
Owner

Test with heap testing for example. Sometimes overjumps all successing tests.

@Manderby Manderby added the test Do something test related label Sep 22, 2024
@Manderby
Copy link
Owner Author

Potential problem is that the desktop or download folder under macOS has a higher security setting which the user can not change. This resulted in XCode constantly asking for permission to use the Folder which, when pressing Escape, was dismissed with being "not allowed", leading to file descriptors not being able to open and hence interfering with naCrash.

Solving the issue seems to be as simple as moving all impelementations to a folder which is not one of these folders.

Tested it for a few hours and the error seems to be gone. Not a proof but within a few days time, this issue can be closed if nothing pops up anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Do something test related
Projects
None yet
Development

No branches or pull requests

1 participant