Comment #6 on issue 9486 by [email protected]: Valgrind reports invalid read in TestWebViewDelegate::SetCursor in LayoutTests/dom/html/level2/core/hc_entitiessetnameditemns1.html http://code.google.com/p/chromium/issues/detail?id=9486
Looks like the problem is that test shell is shutting down, and we get called to set the cursor. Since the test shell has already been destroyed the call to shell_->webViewWnd() is invalid. This bug has probably existed for as long the test shell has had cursors. I'll look into it more tomorrow. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
