On Wed, 23 Jun 1999, Doug wrote:

>       Using a recent (few days) -current I had a process lock up on me
> last night, so I did a 'ktrace -p whateverthepidwas' and let it run for a
> while. When I issued a 'ktrace -C' in another screen, everything froze and
> the kernel panic'ed. I dropped to the debugger on the console and it was
> definintely ktrace that caused the panic. 

        To add excitement to this, I worked on it for a while (in part
because I still need to ktrace this process, and in part because I wanted
to see if I could reproduce the crash) and ktrace is not performing the
way I remember it. The last time I used ktrace (which was about a year
ago) all I had to do was 'ktrace -p pid#' and it would attach to that
process, and not let go till I killed it, or the process died. In my
current attempt at it, each time I do the ktrace command it dumps about
1.8M worth of ktrace.out, then ktrace exits, even though the process is
still alive and kicking. I don't see anything that I might be missing from
the man page, so any insight would be appreciated. Otherwise I will call
this a bug and send a PR.

Thanks,

Doug
-- 
On account of being a democracy and run by the people, we are the only
nation in the world that has to keep a government four years, no matter
what it does.
                -- Will Rogers



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to