On 02/19/16 18:54, Andrew Cagney wrote:
panic: kernel diagnostic assertion "panicstr != NULL || savedipl <
ci->ci_cpl" failed: file
"/home/cagney/NetBSD/trunk/src/sys/arch/arm/pic/pic_splfuncs.c", line
96 splx(7) to a higher ipl than 0
Stopped in pid 0.1 (system) at netbsd:cpu_Debugger+0x4: bx r14
db{0}> bt
0x8071fc54: netbsd:vpanic+0xc
0x8071fc6c: netbsd:__udivmoddi4
0x8071fcac: netbsd:splx+0xf8
0x8071fccc: netbsd:sleepq_abort+0x30
0x8071fcec: netbsd:dwc2_force_mode.isra.16+0xd4
I've committed a change that will avoid this problem. I wasn't brave enough to big into fixing sleepq_abort to work everywhere. Nick