[Bug 204426] Processes terminating cannot access memory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 24 12:19:41 UTC 2016


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

--- Comment #52 from Konstantin Belousov <kib at 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.

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


More information about the freebsd-threads mailing list