NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/54319: system panics on executing dtrace script



The following reply was made to PR kern/54319; it has been noted by GNATS.

From: Sevan Janiyan <venture37%geeklan.co.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/54319: system panics on executing dtrace script
Date: Sun, 23 Jun 2019 21:58:11 +0100

 I set sysctl ddb.onpanic=1 and the backtrace I got is slightly different
 (dtrace functions are listed rather than __kernel_end())
 
 db{0}> bt
 breakpoint() at netbsd:breakpoint+0x5
 vpanic() at netbsd:vpanic+0x160
 stge_eeprom_wait.isra.4() at netbsd:stge_eeprom_wait.isra.4
 pool_grow() at netbsd:pool_grow+0x4a2
 pool_get() at netbsd:pool_get+0xa2
 pool_cache_get_slow() at netbsd:pool_cache_get_slow+0x1b4
 pool_cache_get_paddr() at netbsd:pool_cache_get_paddr+0x26f
 dtrace_state_go() at dtrace:dtrace_state_go+0x50f
 dtrace_ioctl() at dtrace:dtrace_ioctl+0xd1
 sys_ioctl() at netbsd:sys_ioctl+0x5ab
 syscall() at netbsd:syscall+0x181
 --- syscall (number 54) ---
 7c2faad9538a:
 


Home | Main Index | Thread Index | Old Index