Displaying 1 result from an estimated 1 matches for "console_lockup".
Did you mean:
console_lock
2016 Jun 01
1
[Bug 96306] New: BUG: KASAN: slab-out-of-bounds in OUT_RINGp (via nvc0_fbcon_imageblit)
...Nvidia card (GTX 965M, 10de:13d9).
Steps to reproduce the out-of-bounds issue in my environment:
0. Avoid continuously triggering the error: dmesg -D
1. modprobe nouveau runpm=0 (or be sure to wake the device before using
con2fbmap, there is a nasty (unrelated) deadlock in there due to recursive
console_lockup.)
2. con2fbmap 1 2 (bind console 2 to nouveaufb (1)). This invokes
ioctl(/dev/fb0, FBIOPUT_CON2FBMAP, (u32[2]){2, 1})).
3. If you are not there already, switch to tty2 on the nouveau display.
4. Press Enter until you are at the last line of the console (or past it, I
forgot).
5. Go to a differe...