On Fri, Dec 28, 2012 at 1:07 PM, Philip Guenther <guent...@gmail.com> wrote: > On Fri, Dec 28, 2012 at 8:57 AM, frantisek holop <min...@obiit.org> wrote: ... >> savecore came on and i have in the logs: >> >> Dec 28 00:25:25 amaaq savecore: reboot after panic: kernel diagnostic >> assertion "wp->wp_new_futex == f" failed: file >> "../../../../compat/linux/linux_futex.c", line 568 > > Excellent. The next question is whether that's the only bug that > you're hitting, or if there's something else going on that should also > be debugged. > > As for that particular failed assertion, it would be interesting to > know what the actual values of wp->wp_mew_futex was (if it was NULL, > then I have a guess as to the bug; if it wasn't NULL, then uh, good > luck!)
The fix for this has been committed, at least if it's the wp->wp_new_futex==NULL case. Philip Guenther