Updates:
        Owner: a...@chromium.org
        Cc: m...@chromium.org

Comment #3 on issue 24327 by m...@chromium.org: Crash -  
BrowserMain(MainFunctionParams const&)
http://code.google.com/p/chromium/issues/detail?id=24327

The C++ function names in our code are completely out of sync with reality.

Fortunately, I see -[AppController openPendingURLs] in there near the top,  
and I
trust that because it's coming off a notification.  We call this from  
-[AppController
applicationDidFinishLaunching:] (which isn't present in the stack because
openPendingURLs is a tail call.)

The fact that this shows up in stl_vector.h:85 is a breadcrumb:  
openPendingURLs
does do some std::vector operations.

Avi wrote that function and this whole AE/pending URL thing, so over to him.

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