DragonFly bugs List (threaded) for 2009-02
DragonFly BSD
DragonFly bugs List (threaded) for 2009-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [issue715] panic at shutdown using comconsole


From: Nicolas Thery <nthery@xxxxxxxxx>
Date: Thu, 19 Feb 2009 22:53:46 +0100

Um, there is a  comment in spec_close() that says that s_ttyvp may
have v_opencount==0 (if the tty was revoked).  But then vop_stdclose()
is called unconditionally at the end of spec_close().  It seems to me
that it should be called if and only if v_opencount > 0.

Thomas,

Could you check in the crash dump the value of p->p_session->s_ttyvp
in the innermost call to spec_close() please?

Cheers,
Nicolas



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]