Date: Sat, 11 Nov 2000 12:00:44 -0700 From: Warner Losh <imp@village.org> To: opentrax@email.com Cc: duan@cs.umn.edu, freebsd-hackers@FreeBSD.ORG Subject: Re: printf() Message-ID: <200011111900.eABJ0iG31667@billy-club.village.org> In-Reply-To: Your message of "Sat, 11 Nov 2000 07:30:53 PST." <200011111530.HAA02982@spammie.svbug.com> References: <200011111530.HAA02982@spammie.svbug.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <200011111530.HAA02982@spammie.svbug.com> opentrax@email.com writes:
: printf("foo do foo\n");
: crash_here();
: printf("after the crash\n");
:
: And never see the statement "foo do foo\n";
: Is that correct?
Yes. But I had a lot of printfs in the code that I was debugging and
the last few wouldn't be printed before the crash.
But this was on a serial console where I had printed >> transmit fifo
size.
Warner
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011111900.eABJ0iG31667>
