Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile from master crash #28

Open
thorro opened this issue Dec 25, 2020 · 0 comments
Open

compile from master crash #28

thorro opened this issue Dec 25, 2020 · 0 comments

Comments

@thorro
Copy link

thorro commented Dec 25, 2020

Debian Buster with cmake installed from testing.

Compile from master branch is crashing on mount:

tmfs /mnt2 /mnt3 -ouid=$(id -u),gid=$(id -g),allow_other

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
[1]    28515 abort      tmfs /mnt2 /mnt3 -ouid=$(id -u),gid=$(id -g),allow_other

ll /mnt2

total 16397
drwxr-xr-x  1 root root        8 Nov 12  2019  .
drwxr-xr-x 36 root root       36 Dec 24 23:37  ..
drwxr-xr-x  1 root root        6 Nov 13  2019  Backups.backupdb
dr-xr-xr-t  1 root root   135846 Nov 12  2019 '.HFS+ Private Directory Data'$'\r'
----------  1 root root 16777216 Nov 12  2019  .journal
----------  1 root root     4096 Nov 12  2019  .journal_info_block
drwx------  1 root root        5 Nov 12  2019  .Spotlight-V100

If I build r7 release, it mounts without error but I get error on ls:

ll /mnt3
ls: cannot access '/mnt3': Transport endpoint is not connected

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

No branches or pull requests

1 participant