Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 18:26:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 222800] panic: proc_init: emuldata not found in exec case
Message-ID:  <bug-222800-4077-Zb2Ots9tBo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222800-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222800-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222800

--- Comment #6 from Heqing Yan <scottieyan@gmail.com> ---
(In reply to Dmitry Chagin from comment #2)

I rebuilt kernel with the following setting, the kernel does not panic any
more.

options         KTR
options         ALQ
options         KTR_ALQ
options         KTR_COMPILE=3D(KTR_ALL)
options         KTR_ENTRIES=3D4096
options         KTR_MASK=3D(KTR_SUBSYS)

load linuxulator, set next (via root)

sysctl debug.ktr.alq_file=3D/root/ktr.out
sysctl debug.ktr.mask=3D32
sysctl debug.ktr.alq_enable=3D1

------------------------------------------
Since it did not panic anymore, I am not sure what to do with the following
suggestion.

reproduce bug and _before_ unloading linux.ko do

sysctl debug.ktr.alq_enable=3D0
ktrdump -ctH -e /boot/kernel/kernel -i /root/ktr.out -o /root/ktr.log
-----------------------------------------
(In reply to Dmitry Chagin from comment #5)

Sorry, I posted the comment from a mac, it automatically redirected me to t=
he
mac binary page, the correct one I downloaded to my BSD machine binary is f=
rom=20
(https://download.docker.com/linux/static/stable/x86_64/docker-17.09.0-ce.t=
gz).

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222800-4077-Zb2Ots9tBo>