tech-kern archive

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

Re: Strange crash of DIAGNOSTIC kernel on cv_destroy(9)



On 7/24/23 23:08, Taylor R Campbell wrote:
Date: Mon, 24 Jul 2023 12:05:34 +0900
From: PHO <pho%cielonegro.org@localhost>

I realized the cause of this:
[...]
There were cases where the function was destroying a condvar that it
didn't initialize! Ugh, this is the very reason why I dislike C...

Oops...  Sorry, was blowing through the vmwgfx code a little too
hastily there.  Here's a patch to simplify it and make it easier to
read; might work better.

No worries. Your patch worked fine. Thank you!


Home | Main Index | Thread Index | Old Index