You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
When the pmem file name is long, or filename has the full path and you initialize the pmem file with the call pmem.Init(/mnt/ext4-pmem0/mohitv/myPmemFiles/pmemFile0.txt)
the program fails with the error: fatal error: malloc deadlock
Most likely, the long file name triggers a recursive memory allocation call within runtime.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the pmem file name is long, or filename has the full path and you initialize the pmem file with the call
pmem.Init(/mnt/ext4-pmem0/mohitv/myPmemFiles/pmemFile0.txt)
the program fails with the error:
fatal error: malloc deadlock
Most likely, the long file name triggers a recursive memory allocation call within runtime.
The text was updated successfully, but these errors were encountered: