Re: ktrace and kdump
Martin Husemann <[email protected]> Thu, 14 Jul 2022 18:31:20 +0200
| Newsgroups | gmane.os.netbsd.ports.x86-64 |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 14, 2022 at 04:15:11PM +0000, Steve Blinkhorn wrote: > A proces is running under ktrace, and a ktrace,out file is being > produced. How did you start the trace? By default the ktrace binary from netbsd-9 will request version 2 trace records. You can override that with the -v option to ktrace. Martin