Segmentation fault on Mesa and AMDGPU - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Segmentation fault on Mesa and AMDGPU (/thread-5652.html) |
Segmentation fault on Mesa and AMDGPU - Jheguy2 - 07-15-2016 I am an Arch Linux user and attempted to run hashcat on my R9 290. However, on both the AMDGPU and Mesa drivers I am given this message: Code: hashcat (v3.00) starting in benchmark-mode... I attempted to install the catalyst drivers this morning to no avail. As well, I have installed the opencl-mesa, opencl-headers, and ocl-icd packages in order to enable opencl support. I was under the impression that the Mesa drivers were working, is there something I'm missing? RE: Segmentation fault on Mesa and AMDGPU - atom - 07-15-2016 Yes, hashcat fully supports them. But they are very unstable and therefore they often crash. To verify it's not hashcat, compile hashcat from sources with DEBUG=1 make and then run the same command from gdb. You will find that it crashes somewhere in the Mesa libraries. For your Hawaii GPU, which is propably a 290 or 290x, you need to stick to AMD drivers 15.12. RE: Segmentation fault on Mesa and AMDGPU - Jheguy2 - 07-15-2016 (07-15-2016, 10:16 AM)atom Wrote: Yes, hashcat fully supports them. But they are very unstable and therefore they often crash. I see, well gdb gives me this so I guess it is just the mesa drivers Code: - Device #1: AMD HAWAII (DRM 2.43.0, LLVM 3.8.0), 256/1024 MB allocatable, 40MCU RE: Segmentation fault on Mesa and AMDGPU - atom - 07-15-2016 Yes, that's true. You have either switch to windows, buy a new gpu with amdgpu-pro support or stick to an older distribution. Thanks AMD |