Segmentation fault (core dumped) oclHachCat-plus v 0.14
#11
(06-07-2013, 04:35 PM)Paxy Wrote: Hi,
Tnx for explanation guide, but I have a same issue with different driver set.
As I have AMD FirePro V5900, 13.1 Catalyst at your link is not working for my card, and I have to use 9.0 Catalyst from link http://support.amd.com/us/gpudownload/fi...linux.aspx

Driver is installed correctly, and tools like glxgears and fgl_glxgears works correctly. But ./oclExample0.sh still returning ./oclExample0.sh: line 1: 15331 Segmentation fault (core dumped) ./oclHashcat-plus64.bin -t 32 -a 7 example0.hash ?a?a?a?a example.dict

This drivers has OpenCL Runtime so ocl should work, but for some reason I am getting Segmentation fault issue.

Any suggestion ?

HI Paxy
my suggestion would be: to go for the newest driver, which at current moment are catalyst 13.4 http://www2.ati.com/drivers/linux/amd-dr...x86_64.zip
but don't insall it directly - generate the files and instal them manually.
the crucial part for me was doing
Code:
aticonfig  --initial -f
and of course the library linking
Code:
ln -s /usr/lib32  /usr/lib/
additional thing to remeber is to check 2 main things :
1. that the system is up to date -is gcc compiler updated ?
2. when when removing old drivers verify that there are no particals left - sometimes it is not completely removed - try running :
Code:
dpkg -l |grep *YOUR DRIVER*
Code:
dpkg -P *YOUR DRIVER*
keep me posted and i'll try to help you out - i am not having any computer at the moment , so be patient.


Messages In This Thread
RE: Segmentation fault (core dumped) oclHachCat-plus v 0.14 - by tux - 06-07-2013, 06:21 PM