Can you also try separating the ASSERT in two statements please?
It's really confusing in the way it's written.
Best regards,
Alex Ionescu
Alex Ionescu wrote:
After applying this commit, I get a crash during
compiling ros on ros
with 'make clean' on a clean tree on my
smp machine:
Assertion (Thread->State == Waiting) == (Thread->WaitBlockList != NULL)
failed at ./ntoskrnl/ke/wait.c:722
I don't get a back trace. It may be a problem of the broken ASSERT
statement (DBG=1 and KDBG=0).
Hi,
Can you try KDBG=1 and do a "bt" please? This should show a stack trace.
Also, is this the SMP build?
- Hartmut
Best regards,
Alex Ionescu