Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2016 12:19:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-threads@FreeBSD.org
Subject:   [Bug 204426] Processes terminating cannot access memory
Message-ID:  <bug-204426-16-Uy8ztzfR6d@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204426-16@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204426-16@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=3D204426

--- Comment #52 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Konstantin Belousov from comment #51)
Hm, no, we apparently do not fall back to printf() if no control terminal is
assigned.  Please do the following: in sys/amd64/amd64/trap.c, near the end=
 of
the function trap(), in the fragment

        if (uprintf_signal) {
                uprintf("pid %d comm %s: signal %d err %lx code %d type %d "

replace uprintf() with printf().  The messages should appear in the dmesg.

--=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-204426-16-Uy8ztzfR6d>