-
Notifications
You must be signed in to change notification settings - Fork 346
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
can't call (diverging) foreign function: __rust_alloc_error_handler #3439
Comments
|
Does Miri support defining a finite heap? |
No. Evaluation will just abort when Miri fails to allocate memory on the host. |
There's a strange difference though; for the allocator, the attribute directly generates symbols with the name |
implement support for __rust_alloc_error_handler Fixes rust-lang/miri#3439
We don't support whatever magic links in the alloc error handler, it seems:
The text was updated successfully, but these errors were encountered: