DescriptionAttempt at a crash fix in LazyBackgroundTaskQueue::ProcessPendingTasks.
According to windbg, it was crashing on this line:
it->Run(host);
My hypothesis is that one of the tasks modified the task list, corrupting
the iterator.
BUG=138790
TEST=no
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148402
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|