Comment 30 for bug 1276705

Revision history for this message
PierreF (pierre-fersing) wrote :

Any update ?
If i can help for something tell me, but I don't know kernel and can't do debuging of it by myself.

I've tried to identify which ENOMEM cause the issue by added the printk (one before the first ENOMEM, one before the second ENOMEM, one after both ENOMEM)... but with just this change bug no longer occure !

I've already suspected that this bug is due to some race-condition because it seems to occure nearly everytime with rootdelay + serial console, and seems to sometime success when using neither rootdelay nor serial console.

I've attached the diff of printk I've added.