[haiku-development] Re: RTL8101/8102 FreeBSD Driver

"Adrian Panasiuk" <adek336@xxxxxxxxx> wrote:
> As for dprintf: while debuggingsome other network driver I found out 
> that
> not all messages get written to /var/log/syslog after being emitted 
> with
> dprintf; I know that they're emitted because replacing the dprintf s 
> with a
> null pointer dereference makes the kernel panic.

I had those problems, too, some months/years ago, and it had to do with 
the "same line" detection - when I removed that (in src/system/kernel/
debug/debug.cpp), the problem went away.
I didn't really look into it, though, at least the code itself didn't 
look bad at all, and I didn't experience this problem anymore recently.

Bye,
   Axel.


Other related posts: