Daan

Results 339 comments of Daan

Ah it is great to hear that it starts working on iOS :-). But those malloc_zones are a never ending source of trouble :-(. The `zone_size` definition in the debugger,...

Ah, that crash is due to the assertion failure -- we should really check the validity of the pointer before the assertion in debug mode. I will fix this. For...

Hmm, it is all fine (as the message confirms later) but not sure why it happens in the first place; I will look into it.

What mimalloc version are you running? v2.0.0 or v1.7.0 ? If neither, can you check if you get the error with either version?

Thanks -- if you have a smallish repro program that would be great :-) (apologies for letting you try multiple versions but each uses different ways to determine if a...

Hi, I pushed a potential fix to the `dev-slice` branch (= v2.0 versions). If you can, give it a try and see if it fixes the issue.

Is this using mimalloc redirection?

I think I know what is the cause; thanks for reporting! The workaround would be to disable verbose, or comment out just the 2 verbose calls in `mi_reserve_os_memory_ex` (in `arena.c`)....

I tried to repro this with both the latest `dev` and `dev-slice` branch, both with dynamic overriding and static overriding and I could not reproduce it. Maybe it has been...

Thanks! I tried: ```C++ #include int main() { std::string path = "/Users/xxxx/Library/Developer/Xcode/DerivedData/xxxxxxxxxx/Build/Intermediates.noindex/xxxxxxxxxxx/arm64/XX_lto.o/0.arm64.lto.o"; std::string path1 = "/Users/xxxx/Library/Developer/Xcode/DerivedData/xxxxxxxxxx/Build/Intermediates.noindex/xxxxxxxxxxx/arm64/XX_lto.o/1.arm64.lto.o"; std::cout