Date: Thu, 15 Jul 2010 14:52:34 -0700 From: Patrick Mahan <mahan@mahan.org> To: freebsd-hackers@freebsd.org Subject: Use of printf's inside a kernel thread Message-ID: <4C3F8322.40700@mahan.org>
next in thread | raw e-mail | index | archive | help
Just wondering if there is some constraints to using printf() calls inside a kernel thread (created by kthread_create()). I'm currently trying to debug a worker thread but the printf's are coming out garbled. Not entirely sure why this could be occurring. OS: FreeBSD 7.3 on an Intel Xeon with 8 Gbytes of memory. Any ideas? Thanks, Patrick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C3F8322.40700>