-
Notifications
You must be signed in to change notification settings - Fork 30
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
mencoder: page allocation failure: order:1, mode:0x2080024(GFP_ATOMIC|GFP_DMA32) #21
Comments
I trying to call attention to this issue to mencoder devs: |
If you are sure you know the cause, disable "GRKERNSEC_KERN_LOCKOUT" to see what happens next. |
First, a note: in the meantime, after my last post, I have had no more crashes. The following is the first one after this (unusually for these weeks here) long quiet time.
|
HacKurx wrote:
Long time no read from you! 👍 |
HacKurx wrote:
Notice the:
Hmmmh... |
That's an upstream kernel bug in the cx88 kernel module; probably others, too. The memory allocation in cx88_risc_buffer() fails but gets ignored by returning 0 from buffer_prepare() in any case. Later on, in buffer_queue(), that failed memory allocation triggers the above panic by dereferencing the NULL pointer in buf->risc.cpu. Please report this bug upstream. Not our bug ;) |
This is complete, with what I was doing, except, the mencoder was recording on composite input to Hauppauge HVR3000, was started earlier:
The text was updated successfully, but these errors were encountered: