[Bug 260393] Page Fault tcp_output/tcp_input
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jan 2022 14:48:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393 --- Comment #86 from Gleb Smirnoff <glebius@FreeBSD.org> --- Yes, full dump would be exactly size of your physical RAM. There are two ways two check: search the dump file for a sample of the data you are concerned to leak, or open the dump in kgdb, find the process you are interested in, try to read pages that belong to it and make sure that kgdb fails to read them. -- You are receiving this mail because: You are the assignee for the bug.