Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

28502 throwing "cuCtxCreate(): misaligned address" errors #3965

Open
Shooter3k opened this issue Mar 7, 2024 · 2 comments
Open

28502 throwing "cuCtxCreate(): misaligned address" errors #3965

Shooter3k opened this issue Mar 7, 2024 · 2 comments
Labels

Comments

@Shooter3k
Copy link

when you run the following command (tested multiple hashcat versions)
hashcat --session brain -m28502 1L9nr4GX4Zmd7gDL1UT75QPUqxSgNTvdHb -a3 5KcL859EUnBDtVG76134U6DZWnVmpE996emJnWmTLRW2hashcat

it throws the following errors (I'm not sure if this is "intended" or not):
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
cuCtxCreate(): misaligned address
Host memory required for this attack: 1475 MB
cuMemcpyHtoDAsync(): misaligned address
cuStreamSynchronize(): misaligned address
Aborting session due to kernel self-test failure.

This was reproduced on multiple machines but my machine is OpenCL 3.0 CUDA 12.1.109

@Shooter3k Shooter3k added the bug label Mar 7, 2024
@PenguinKeeper7
Copy link
Contributor

WFM.

CUDA API (CUDA 12.3)
====================
* Device #1: NVIDIA GeForce RTX 3070, 7114/8191 MB, 46MCU

OpenCL API (OpenCL 3.0 CUDA 12.3.107) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: NVIDIA GeForce RTX 3070, skipped
>nvidia-smi
Thu Mar  7 20:24:36 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 546.65                 Driver Version: 546.65       CUDA Version: 12.3     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                     TCC/WDDM  | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce RTX 3070      WDDM  | 00000000:08:00.0  On |                  N/A |
|  0%   52C    P8              17W / 134W |    531MiB /  8192MiB |     10%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+

@flaggx1
Copy link
Contributor

flaggx1 commented Mar 8, 2024

I had the same problem with CUDA 12.1, it had been working with 11.7 I think?

Just upgraded to 12.4 and the module is working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants