17 Oct
2010
17 Oct
'10
12:22 p.m.
Garber, Neal wrote:
DeKok, Alan wrote:
It's a permanent change. See latest "git" for a fix.
Thanks Alan. I just retested and, uh, don't shoot the messenger, but now it dies in event.c:cleanup_delay():
Debug: Waking up in 11.4 seconds. Error: ASSERT FAILED event.c[536]: (request->child_state == REQUEST_CLEANUP_DELAY) || (request->child_state == REQUEST_DONE)
<shrug> Assertions are there to catch sanity failures. In this case, the request was treated as "done" without being explicitly marked "done". Do a "git pull". :)