open-gpu-kernel-modules icon indicating copy to clipboard operation
open-gpu-kernel-modules copied to clipboard

Constant assertion failed spam in dmesg when having Counter-Strike 2 running

Open C0rn3j opened this issue 4 months ago • 3 comments

NVIDIA Open GPU Kernel Modules Version: 560.35.03
Operating System and Version: Arch Linux
Stable kernel release: Yes
Kernel Release: 
  - 6.11.1-arch1-1
  - 6.6.52-1-lts
  - 6.10.x
GPU: NVIDIA GeForce RTX 4090
I confirm that this does not happen with the proprietary driver package: Yes
Bug Incidence: Always

nvidia-bug-report.log.gz

Describe the bug

These bugs have started being reported since 555 on the forums by three people so far:

  • https://forums.developer.nvidia.com/t/555-release-feedback-discussion/293652/57
  • https://forums.developer.nvidia.com/t/555-release-feedback-discussion/293652/125
  • https://forums.developer.nvidia.com/t/555-release-feedback-discussion/293652/174

I still get them very often on the 560 open modules version, they overload the entire dmesg with the same line spammed over and over.

[74168.771340] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289
[74168.846717] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289
[74170.204043] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289
[74171.287663] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289
[74171.712966] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289
[74172.195753] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289
[74172.317736] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289
[74172.408335] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289
[74172.773007] NVRM: nvAssertFailedNoLog: Assertion failed: pEventNotificationList->pendingEventNotifyCount == 0 @ event_notification.c:289

To Reproduce

Launch Counter-Strike 2 from native or Flatpak Steam, and watch dmesg -w, they start being thrown immediately even during the logos.

C0rn3j avatar Oct 03 '24 13:10 C0rn3j