-
Notifications
You must be signed in to change notification settings - Fork 25
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
Segmentation fault in drat list #35
Comments
Another seg fault.
|
I think this is related to whatever caused the segfault in #30, and that my claim there that it was due to the user trying to recover a directory was incorrect. Curiously, in both cases, the segfault message does not show the entire command that was run. My first thought is an issue with argument parsing, though Drat's output seems to show that argparsing occurred correctly. In the meantime, can you try listing the items directly using their FSOIDs, 0x6793a5 and 0x67f2d2, with the If you are willing to provide a dump of the disk, that will allow me to take a look at the data structures more closely, though i understand if you don't want to do that — I really need to create a privacy policy sometime! |
How do I dump the disk data? |
|
I use
|
The B-tree data structures are spread across the partition, but usually almost all of them are within the first 2%–5% of it. Email the output of |
|
Thanks, I have sent an email to your GitHub listed email address with further instructions. |
I got a segmentation fault in
drat list
for one of directories.Here is the output of the parent directory.
Please let me know if I can check anything more.
The text was updated successfully, but these errors were encountered: