Comment #1 on issue 16097 by [email protected]: OSX: Crash in BrowserWindowCocoa::Show() http://code.google.com/p/chromium/issues/detail?id=16097
At this point AppKit hasn't been initialized yet (no one's called NSApplicationMain.) Opening a window is probably a Bad Idea, as shown by the crash. Looks like BrowserInit::LaunchWithProfile::Launch is opening the startup URLs (as returned by AddStartupURLs.) Shouldn't this be deferred till applicationDidFinishLaunching:? -- 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 -~----------~----~----~----~------~----~------~--~---
