Comment #10 on issue 9502 by daniel.r.kegel: invalid read in RequestProxy::NotifyReceivedData() in LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html http://code.google.com/p/chromium/issues/detail?id=9502
You need --smc-check=all to avoid valgrind blowing up on v8. I would use a command like G_SLICE=always-malloc \ NSS_DISABLE_ARENA_FREE_LIST=1 \ G_DEBUG=fatal_warnings \ valgrind \ --trace-children=yes \ --smc-check=all \ out/Debug/test_shell \ --layout-tests webkit/data/layout_tests/LayoutTests/http/tests/xmlhttprequest/simple- cross-origin-progress-events.html (When I tried that just now, it crashed on shutdown (!). But I was running it via remote X, and I wasn't running a release build. The error I got was FATAL:webkit/tools/test_shell/simple_resource_loader_bridge.cc(628)] Check failed: !request_context. should have been nulled by thread dtor webkit/tools/test_shell/test_shell.cc:177: Failure ) I'll do a release build now so I can test this in the morning. -- 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 -~----------~----~----~----~------~----~------~--~---
