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

Unespected abort when running the espresso benchmark #56

Closed
jvoisin opened this issue Nov 30, 2021 · 1 comment
Closed

Unespected abort when running the espresso benchmark #56

jvoisin opened this issue Nov 30, 2021 · 1 comment

Comments

@jvoisin
Copy link
Contributor

jvoisin commented Nov 30, 2021

As part of my effort to benchmark memory allocators in mimalloc-bench, I've stumbled upon the following abort in isoalloc when running the espresso bench:

$ LD_PRELOAD=/home/jvoisin/dev/mimalloc-bench/extern/iso/build/libisoalloc.so ./espresso ../../bench/espresso/largest.espresso
[ABORTING][373144](src/iso_alloc.c:1757 _iso_chunk_size()) Could not find any zone for allocation at 0x347ae209e000
Aborted

Is this working as intended? Every other memory allocator (even hardened ones) are handling this benchmark without crashing.

@struct
Copy link
Owner

struct commented Dec 1, 2021

Fixed in #58

@struct struct closed this as completed Dec 1, 2021
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