mimalloc icon indicating copy to clipboard operation
mimalloc copied to clipboard

core dump with v3.0.1

Open simaocat opened this issue 10 months ago • 1 comments

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:

Image

simaocat avatar Feb 17 '25 03:02 simaocat

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.

daanx avatar Feb 17 '25 22:02 daanx