Comment #1 on issue 24682 by [email protected]: Crash in  
URLRequestHttpJob::AssembleRequestCookies
http://code.google.com/p/chromium/issues/detail?id=24682

I'm not really sure what to make of this.

According to the stack it is dying in operator+ of std::string, so it would  
be crashing here:

       if (!cookies.empty())
         return "Cookie: " + cookies + "\r\n";    <-------- HERE

I don't know what the conditions to have that crash would be -- |cookies|  
should be a valid string.

The specific crash is coming from linux-gate.so + 0x410. I did a quick  
search for this module and found it is for doing syscalls on x86/ia64.
Seems hard to imagine there could be a crash in code that setups up a  
syscall?

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