Crash on every exit - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html) +--- Thread: Crash on every exit (/thread-2331.html) |
Crash on every exit - Kuci - 06-01-2013 Hello guys, do you experience crashes everytime on exit ? I do. Here are some information about my system: Code: Arch Linux x86_64 (linux 3.9.4-1) I won't post command because it doesn't seem to be important - crashes with every command. Backtrace: Code: #0 0x00007ffff7bc7f01 in pthread_join () from /usr/lib/libpthread.so.0 As we can see, this problem should be related to pthread library or to flawed logic during using of pthread_join function. RE: Crash on every exit - philsmd - 06-01-2013 Hey Kuci, did you try also w/ catalyst 13.1 (http://support.amd.com/us/gpudownload/windows/previous/13/Pages/radeon_linux.aspx?os=Linux%20x86&rev=13.1 ) as suggested in GPU Driver and SDK Requirements here: https://hashcat.net/oclhashcat-lite/ ? I think this is the only (officially) supported driver for oclHashcat-lite (for now!). Furthermore, you should tell us if this behaviour is "new" or if you experienc(ed) it also w/ other/older oclHashcat versions. It would be also interesting if oclHashcat-lite was/is able to recover hashes before crashing and if it happens only w/ specific commands, e.g. if it depends on hash type, attack mode, dict size etc etc. Did this problem appear after you installed a new driver? New oclHashcat-lite? Are you on a 32/64 bit system? For example, try to run 32bit on 64 system etc. What about oclHashcat-plus ? Same problem here? We need to pinpoint this further... Ps. also see this thread: https://hashcat.net/forum/thread-2325-post-13969.html . We first tought this has definitely to do w/ oclhashcat-plus, but the problem was resolved just by (manually) installing a *clean* version of catalyst 13.1 (therefore the problem was not oclhashcat ;-) ) RE: Crash on every exit - Kuci - 06-01-2013 First of all, I've tried on Catalyst 13.1, 13.4, 13.6 Beta. Secondly, I experience it only with the latest version of oclHashcat-lite. If I had experienced it with older versions, I would have reported it sooner... Please, read my first post again and you will get in know everything you need...If I experience same problems on oclHashcat-plus, I would report. |