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

[osx] recent osx update broke exceptions tests #1462

Open
alk opened this issue Nov 26, 2023 · 1 comment
Open

[osx] recent osx update broke exceptions tests #1462

alk opened this issue Nov 26, 2023 · 1 comment

Comments

@alk
Copy link
Contributor

alk commented Nov 26, 2023

SUBJ. We fail tcmalloc_unittest test which verifies that OOM throws exception. Appears to be whatever getsectdata stuff they warn us is deprecated that we use for equivalent of .malloc_hook section (which is used to implement MallocHook_GetCallerStackTrace).

Fix is in works, although it is bigger change than I'd like.

@alk
Copy link
Contributor Author

alk commented Nov 26, 2023

Notably, reverting commit 6683e4f "fixes" the problem, but only by having operator new etc being much less efficient then they are on other OS-es. Might help temporarily work around the issue.

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

No branches or pull requests

1 participant