Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 9 Feb 2022 02:15:25 +0100
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: Cannot ./john --format=ZIP-opencl on AMD Radeon GPU

On Tue, Feb 08, 2022 at 12:51:01PM +0900, dskshnd@...il.com wrote:
> $ ./john --format=ZIP-opencl --test
> Device 2: gfx1032 [AMD Radeon RX 6600 XT]
> Benchmarking: ZIP-opencl, WinZip [PBKDF2-SHA1 OpenCL]... Memory access 
> fault by GPU node-1 (Agent handle: 0x56190dc33cf0) on address 
> 0x7f2bb0608000. Reason: Page not present or supervisor privilege.
> Aborted (core dumped)

Actually, this does look like our bug this time - or at least I've just
identified a bug that could cause this, and we'll fix that.

Can you please try this change:

In opencl_zip_fmt_plug.c, change this line:

		cl_uint zero = 0;

to read:

		static const cl_uint zero = 0;

then re-run the "make -sj4".  Does this help?

You'll still want to also use that "--cost" option I had recommended.

Alexander

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.