[sleuthkit-developers] [ sleuthkit-Bugs-2817257 ] bad DATA_RUN
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-07-06 05:37:21
|
Bugs item #2817257, was opened at 2009-07-06 09:37 Message generated for change (Tracker Item Submitted) made by markinvv You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2817257&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: File System Tools Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Markin Vlad (markinvv) Assigned to: Nobody/Anonymous (nobody) Summary: bad DATA_RUN Initial Comment: sleuthkit-3.0-2009-6-16 on Linux 2.6.29.4 The mechanism of reading the files using a very bad DATA_RUN works on "large" files (for example, 20 GB). In fact, the library has not read the entire chain of blocks of the file, the program is blocked. If your RAM is limited, "large" file do not get read if it is highly fragmented. Perhaps it makes sense to build DATA_RUN file in the pthread, blocking the main program only if the address of the requested block is not yet available at DATA_RUN. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2817257&group_id=55685 |