-
Notifications
You must be signed in to change notification settings - Fork 4
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
BUG: scheduling while atomic #1
Comments
Having the same issue as well. Tried on Arch Linux's latest and LTS kernels. |
I've traced the issue down further to the workqueue using
I've looked at various files in the utils folder and found a bunch of them are still using
I've tried building and installing changing all the |
Having looked at previous issues on the original fork, it looks like it just might be down to a bug on how Linux currently handles interrupt contexts. The guy in this issue hired a developer and they gave feedback in the last comment: derrod#18 |
Today I have installed the kernel module and set it up. See: https://0x0.st/HhJN.txt If this will fix my issue, it could be that the latest firmware is a requirement. Unclear. Edit there was no firmware update available. I will investigate the cause of the crash. Not crashed so far, but also not opened OBS Well, it works, but seems awfully laggy. |
Unfortunately I do not know how to fix this problem. I wish someone else could help. |
Yup, I moved on to a different capture card as it doesn't seem like this will be resolved any time soon. |
Same. Got a used Magewell card with 2 DVI and adapted that to 2x HDMI |
I love this capture card, it's so nice. But now I also wish I could afford a different one. |
The one I moved on to was this one: https://www.youtube.com/watch?v=RpLASLDXxiM I think it was about $200 last time I checked. Word of warning, if you don't have a video signal coming through it your OBS log gets spammed with events. That bug in the drivers hasn't been fixed. |
I bought my magewell 11070 dual dvi used.. for £113,88 at blackmoreit |
Build and install works fine on debian 12 however during boot and shutdown the terminal is spammed with messages saying 'BUG: scheduling while atomic'.
Looks to be a previous issue that was resolved in an earlier fork (here) but cropped up again in on later kernel updates. That fix looked to be using
GFP_ATOMIC
withkzalloc
indebug.c
rather thanGFP_KERNEL
withkmalloc
(here).Bug is present in kernel version 6.1.0-13, 6.5.0-0 (ones I've tried). Also prevents 6.5.0-0 from shutting down properly.
Bug also stops using any debug modes as the terminal is spammed.
The text was updated successfully, but these errors were encountered: