Solange wrote On 12/06/05 18:08,:
> I am doing kernel development, and I would like to print lots of messages to 
> the console. I use vstrlog(), which eventually calls cprintf().
> 
> This is problematic, because syslog message queue becomes overflown, and some 
> of my messages get lost. Does anyone know how to tell the syslog to flush its 
> queue before accepting new messages?
> This message posted from opensolaris.org

Consider using Dtrace in your kernel development - what isn't covered by
the automatically-available fbt (function entry & return) probes you
can insert some static sdt probes for.  Beats the pants off of
printf-style debugging.

Gavin

_______________________________________________
opensolaris-code mailing list
[email protected]
https://opensolaris.org:444/mailman/listinfo/opensolaris-code

Reply via email to