tikv / jemallocator

Rust allocator using jemalloc as a backend
Other
332 stars 52 forks source link

[Bug] Prefix Space Error #55

Open anmode opened 1 year ago

anmode commented 1 year ago

So, I was using the crate...my dir was like = /Volumes/Anmode SSD/Blockchain/cord/target/release/build/tikv-jemalloc-sys-8d7ff8c9a9dd7c32/out. As you can see Anmode SSD contain space so it was giving me error.

Solution= code should be modify to handle it.

BusyJay commented 1 year ago

Seems easy to fix, do you want to send a patch?