sleuthkit / scalpel

Scalpel is an open source data carving tool. It is not being actively maintained.
627 stars 99 forks source link

Malloc failed in function add_to_queue() #30

Open matt-dyer opened 6 years ago

matt-dyer commented 6 years ago

Attempting to carve images, videos and docs out of a large E01 disk image, approx. 210GB. The application crashes after : " Image file pass 1/2 ... 100% Allocating work queues... Work queues allocation complete. Building work queues... Malloc failed in function add_to_queue() "

Watching RAM usage on the server (CentoOS 7 VM with 32 proc and 16GB RAM), the scalpel process uses approx. 11GB before the crash.

Any help appreciated.