On 9/16/05, Anthony Liguori <aliguori@xxxxxxxxxx> wrote:
There's a race condition in xm destroy that gets triggered when
xc_domain_destroy results in a domain disappearing before we invoke the
cleanup routines. Specifically, the saveToDB routines will through a No
such process error.
Christian, I'd appreciate if you could sanity check this before
committing. I think it's okay because starting the cleanup shouldn't
have any adverse effects. Having another pair of eyes confirm it would
make me feel better though :-)
How does it fail for you? I fixed one issue where we were clearing
the store event channel and writing that back to the store was
failing.