mimalloc
mimalloc copied to clipboard
core dump with v3.0.1
os version: Linux version 5.10.25 mimalloc version: v3.0.1 The core dump always occurs(may be very soon, or may be a long time), and the location of the core is always the same. See it belows:
Darn. Difficult to say what goes wrong from this -- is the heap pointer valid? I guess the page memory is not accessible though? (decommitted).
Can you try with the latest dev3 ? -- there were some important bug fixes in the mean time that trigger under concurrent use which may explain why it takes different times each time.