[Bug 204426] Processes terminating cannot access memory
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204426 --- Comment #52 from Konstantin Belousov <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"