./oclHashcat-plus64.bin returns "Segmentation fault" - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: ./oclHashcat-plus64.bin returns "Segmentation fault" (/thread-1164.html) |
./oclHashcat-plus64.bin returns "Segmentation fault" - bl455 - 05-11-2012 hello good afternoon to the forum My problem is this: when I try to run "./oclHashcat-plus64.bin" from the console returns me directly "Segmentation fault" $ ./oclHashcat-plus64.bin Segmentation fault reviewing "/ var / log / kern.log" found this: "oclHashcat-plus [3774]: segfault at fffffffffffffff8 00007f4f242e4006 ip sp error 6 00007fffb7eb6700 in libstdc + +. so.6.0.14 [7f4f24247000 + E8000]" My hardware is netbook sony vaio x86_64 Processor: AMD E-450 (dual core) Graphics: AMD Radeon HD-6320 (supports OpenCL, Catalyst 12.4, amd app sdk 2.6_x64) 2GB ram S.O.: bactrack5 r2(kernel 3.2.6)/backbox _64"kernel 2.6.38 "(current)/windows 7 oclhashcat v.0.081-64 I had the same problem with bt but adjusting some sdk app libraries amd fix but I could not work backbox_x64 I OpenCL working properly and is also installed so corect me pyrit operate normally $ pyrit list_cores Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com This code is distributed under the GNU General Public License v3+ The following cores seem available... #1: 'CAL++ Device #1 'AMD WRESTLER'' #2: 'CPU-Core (SSE2)' any idea what is happening? thanks RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - undeath - 05-11-2012 try removing the sdk and reinstall the driver. RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - restrictedbytes - 05-11-2012 your card does not appear to be supported http://hashcat.net/forum/thread-919.html RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - KT819GM - 05-12-2012 APU is supported E series ... Problem somewhere else. RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - bl455 - 05-12-2012 good afternoon thanks for the answers and try to reinstall everything again to a new kernel 3.3 the problem still persists has something to do this line according kern.log oclHashcat-plus [2220]: segfault at fffffffffffffff8 00007f3603a5f006 ip sp error 6 00007fff251f8650 in libstdc + +. so.6.0.14 [7f36039c2000 + E8000] AMD-apu E2 series is supported by OpenCL I have installed bactrack5 r2_x86 installed on the same machine that backbox_x64 in backtrack oclhashcat operate normally RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - atom - 05-13-2012 It is a driver / SDK thing. if you install sdk you install old libOpenCL.so. Depending on your system configuration this library is used instead of the one from the driver. If this is the case, it segfaults. This is why it is so important not to install the SDK. RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - mrt0mat0 - 10-11-2012 I have the same issue, but I never installed the SDK. I reinstalled the whole system and only installed the drivers for my cards and i still get a seg fault. any more details from anyone? RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - splash_ - 10-11-2012 I've experienced SegFault when running --show - my machine setup didn't change, nor have I updated/installed drivers. I simply download the latest version to replace the 0.08 (in which --show works just fine, BTW) . Did something change? RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - atom - 10-11-2012 You need Catalyst v12.8 for running oclHashcat-plus v0.09 RE: ./oclHashcat-plus64.bin returns "Segmentation fault" - splash_ - 10-11-2012 (10-11-2012, 04:38 PM)atom Wrote: You need Catalyst v12.8 for running oclHashcat-plus v0.09 Now THAT would explain why thanks. |