-
Notifications
You must be signed in to change notification settings - Fork 60
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
Memory Allocation Failure #3
Comments
|
same here, any solutions? |
|
Same here! |
|
same here |
|
Memory exhausted at line 638 in file dig.c. Scalpel was |
|
Also have this issue |
|
Same here! |
|
Same Problem here! Please help |
|
same. |
|
Same issue here |
|
same. |
|
I have the same problem... but maybe not in the same situation, ... |
|
I had the same issue then I realize that I was using a folder as the first parameter instead of the partition name. The second parameter is just the holder where the data goes to. original: sudo scalpel "/dev/sdd3" -o "/home/emmanuel/Desktop/recover" |
|
I am also getting the same issue. |
|
I have the same issue, but i by-passed the error by changing the command from: sudo scalpel /the/mount/point/and/the/folder -o /the/path/to/store/recovered/filesto sudo scalpel /dev/sdb -o /the/path/to/store/recovered/files(For those who don't know what The modification would change the place you want to recover from, to the device that you want to recover files from. This is not exactly what I was after since I wanted to recover content of a folder rather than content of a whole partition/disk. But nevertheless, this will bypass the problem and you can later go through the recovered files, extract what you wanted and remove the rest. |
|
same here.. |
|
Don't run the command as root. |
I get the following error:
Image file pass 1/2.
** MEMORY ALLOCATION FAILURE **
ERROR: Memory exhausted at line 638 in file dig.c. Scalpel was
allocating memory for carvelists when this condition occurred.
Scalpel will abort.
What can be the problem?
The text was updated successfully, but these errors were encountered: