Updates:
        Status: Assigned
        Owner: [email protected]

Comment #6 on issue 18686 by [email protected]: Linux crash on  
LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
http://code.google.com/p/chromium/issues/detail?id=18686

Passing this off to Darin, I've done what I can.

It seems like what happens is this:


URLRequestJob::FollowDeferredRedirect
calls FollowRedirect, which calls request_->Redirect(), which calls  
OrphanJob, which
deletes the URLRequestJob.  After FollowRedirect() returns, this is  
destroyed, and
then there is a write to deferred_redirect_url_ on a free'd object.

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to