trolldbois / python-haystack

Process heap analysis framework - Windows/Linux - record type inference and forensics
http://trolldbois.blogspot.com/search?q=python-haystack
GNU General Public License v3.0
94 stars 33 forks source link

linux - Error while dumping memory - [vvar] mapping #16

Closed trolldbois closed 8 years ago

trolldbois commented 8 years ago

File "/home/other/Compil/python-haystack/haystack/memory_dumper.py", line 69, in dump self._dump_to_dir() File "/home/other/Compil/python-haystack/haystack/memory_dumper.py", line 81, in _dump_to_dir self._dump_all_mappings(self._dest) File "/home/other/Compil/python-haystack/haystack/memory_dumper.py", line 127, in _dump_all_mappings self._dump_mapping(m, destdir) File "/home/other/Compil/python-haystack/haystack/memory_dumper.py", line 170, in _dump_mapping mmap_fout.write(m.mmap().get_byte_buffer()) File "/home/other/Compil/python-haystack/haystack/mappings/process.py", line 114, in mmap len(self)), File "/home/other/Compil/python-haystack/venv/local/lib/python2.7/site-packages/ptrace/debugger/process.py", line 566, in readBytes formatAddress(address), size, err)) ptrace.debugger.process_error.ProcessError: readBytes(0x00007fffa01fc000, 8192) error: [Errno 5] Input/output error