Date: Mon, 04 Jul 2005 16:03:49 +0400 From: Roman Kurakin <rik@cronyx.ru> To: freebsd-current@freebsd.org Subject: TTY code problems in current Message-ID: <42C925A5.8060901@cronyx.ru>
next in thread | raw e-mail | index | archive | help
Hi, I observe some problems with my driver in async mode. One of the panics I see is in function putc() from tty_subr.c. It seems that this panic due to the fact that clist is not protected by any locks if driver works in smpsafe mode without Giant. The panic occur beacuse of pointer modification (the new value of the pointer eq. to NULL. Any comments? rik
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42C925A5.8060901>