restore session always crashes.. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: restore session always crashes.. (/thread-3385.html) |
restore session always crashes.. - tkalfaoglu - 05-14-2014 after a power failure (linux ext4), when the machine comes back up, I issue the ./oclHashCat64.bin --session=blah --restore and it consistantly, every time, does this: oclHashcat v1.20 starting in restore-mode... Generating bitmap tables...Segmentation fault (core dumped) RE: restore session always crashes.. - undeath - 05-14-2014 Maybe the power failure occurred during oclhc writing the restore file and hence it got corrupted. RE: restore session always crashes.. - tkalfaoglu - 05-14-2014 I guess - I was just puzzled when it happened several times. and it's a RAID 1 array too. weird.. RE: restore session always crashes.. - epixoip - 05-14-2014 RAID will not protect you from power failures unless you are using a hardware RAID controller with battery- or flash- backed cache. RE: restore session always crashes.. - tkalfaoglu - 05-14-2014 Does this help: Code: (gdb) file ./oclHashcat64.bin RE: restore session always crashes.. - atom - 05-14-2014 well that says that it crashes somewhere inside AMD's OpenCL runtime, so it's not really an oclHashcat problem. Try to remove all *.kernel files in kernels/4098/*.kernel maybe it helps.. RE: restore session always crashes.. - tkalfaoglu - 05-14-2014 I removed them, but the error did not change. I reinstalled the ATI drivers, same error. I removed all session related files, and started over, still no luck, same crash. RE: restore session always crashes.. - tkalfaoglu - 05-14-2014 I feel quite foolish - it turns out I hadn't started X.. I dunno if that's the norm, but I always have to start X and start the hashing at the console first.. I use "screen" to detach it then.. RE: restore session always crashes.. - atom - 05-15-2014 you dont need to, only if you want oclhashcat to be able to access temperature and fan information. if you dont care about, just add --gpu-temp-disable and in that case you should be able to run it without x11 RE: restore session always crashes.. - tkalfaoglu - 05-15-2014 Many thanks -- I do enjoy the temperature/fan control of oclHashcat; it takes about 5 seconds of oclHashCat running for the machine to start sounding like an airplane - I appreciate the fan control! |