Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Malloc deadlock when pmem file name is long #16

Open
mohit10verma opened this issue May 27, 2020 · 0 comments
Open

Malloc deadlock when pmem file name is long #16

mohit10verma opened this issue May 27, 2020 · 0 comments

Comments

@mohit10verma
Copy link
Collaborator

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant