[DragonFlyBSD - Bug #2702] (Feedback) Reading from /dev/random causes kernel panic

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Thu Jul 24 11:47:06 PDT 2014


Issue #2702 has been updated by alexh.

Status changed from New to Feedback

Should be fixed by af641625647f012627fb7e69ee67ebb4bbb6321a.

----------------------------------------
Bug #2702: Reading from /dev/random causes kernel panic
http://bugs.dragonflybsd.org/issues/2702#change-12154

* Author: y0n3t4n1
* Status: Feedback
* Priority: High
* Assignee: alexh
* Category: Kernel
* Target version: 3.9.x
----------------------------------------
On recent DragonFly kernel (at least on qemu), booting into single user mode and reading from /dev/random is enough to trigger kernel panic:
# dd if=/dev/random of=/dev/null bs=1 count=1
panic with 1 spinlocks held
panic: assertion "state->reseed_cnt > 0" failed in csprng_get_random at /usr/src/sys/kern/subr_csprng.c:150
cpuid = 0
Trace beginning at frame 0xffffffe043d1b5d8
?|.() at ?|.+0x21f 0xffffffff805e4340 
?|.() at ?|.+0x21f 0xffffffff805e4340 
() at +0xd8 0xffffffff8060e250 
() at +0xe8 0xffffffff805dd575 
() at +0x1f5 0xffffffff805e80cc 
???$??() at ???$??+0x14 0xffffffff805e833a 
>#,() at >#,+0x7d 0xffffffff805c1a31 
?????F ?F$?() at ?????F ?F$?+0x178 0xffffffff807d6850 
?H?????1() at ?H?????1+0x183 0xffffffff8061e539 
??D??H?? T???() at ??D??H?? T???+0x66 0xffffffff8061e8cc 
??@?() at ??@?+0x3fb 0xffffffff809c3162 
?() at ?+0xcb 0xffffffff809abdab 
Debugger("panic")

CPU0 stopping CPUs: 0x00000000
 stopped
Stopped at       +0x38: movb    $0,0x12b6516(%rip)

(haven't we fixed this garbled backtrace years before, BTW?)

This doesn't happen when booted from 3.8.1-RELEASE ISO image, or if you seeded the random device before reading from it, so the panic seems to be triggered when the entropy pool is empty.  Shouldn't it just block but not panic?



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list