[Bug 222800] panic: proc_init: emuldata not found in exec case

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 8 07:47:32 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222800

--- Comment #3 from Dmitry Chagin <dchagin at FreeBSD.org> ---
(In reply to Heqing Yan from comment #1)

please, rebuild a kernel with next opts:

options         KTR
options         ALQ
options         KTR_ALQ
options         KTR_COMPILE=(KTR_ALL)
options         KTR_ENTRIES=4096
options         KTR_MASK=(KTR_SUBSYS)

load linuxulator, set next (via root)

sysctl debug.ktr.alq_file=/root/ktr.out
sysctl debug.ktr.mask=32
sysctl debug.ktr.alq_enable=1

reproduce bug and _before_ unloading linux.ko do

sysctl debug.ktr.alq_enable=0
ktrdump -ctH -e /boot/kernel/kernel -i /root/ktr.out -o /root/ktr.log

path to ktr.out should be direct.

please, send ktr.log to me

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list