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=222800

--- 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=(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

------------------------------------------
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=0
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 the
mac binary page, the correct one I downloaded to my BSD machine binary is from 
(https://download.docker.com/linux/static/stable/x86_64/docker-17.09.0-ce.tgz).

-- 
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>