Comment #4 on issue 26883 by [email protected]: Chrome crash: dragging an image on the browser http://code.google.com/p/chromium/issues/detail?id=26883
This doesn't appear to be a regression from 4.0.229.1. Breakpad doesn't seem to generate a report for this crash in that build either. Gmail is not required. Attempting to drag any image from TextEdit into the content area of a Chrome window results in an instant browser crash, not caught by Breakpad. CrashReporter does pick this one up. Here are some bits from CrashReporter: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Application Specific Information: abort() called Breakpad doesn't pick this up because it doesn't listen for EXC_CRASH, corresponding to abort(). It only picks up EXC_BAD_ACCESS, EXC_BAD_INSTRUCTION, EXC_ARITHMETIC, and EXC_BREAKPOINT. I filed http://code.google.com/p/google-breakpad/issues/detail?id=343 for Breakpad. Additional information follows. This is logged: terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid Abort trap In the debugger: Program received signal SIGABRT, Aborted. 0x91494912 in __kill () (gdb) bt #0 0x91494912 in __kill () #1 0x91494904 in kill$UNIX2003 () #2 0x91527b99 in raise () #3 0x9153dc50 in abort () #4 0x950e6fda in __gnu_cxx::__verbose_terminate_handler () #5 0x950e517a in __cxxabiv1::__terminate () #6 0x950e51ba in std::terminate () #7 0x950e52b8 in __cxa_throw () #8 0x950a1856 in std::__throw_logic_error () #9 0x950ccced in std::string::_S_construct<char const*> () #10 0x950cd1fb in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string () #11 0x0026372d in -[WebDropTarget populateURLAndTitle:fromPasteboard:] (self=0x6929f10, _cmd=0x1b628cf, data=0xbfffd0ac, pboard=0x68308d0) at /chrome/trunk/src/chrome/browser/cocoa/web_drop_target.mm:190 #12 0x00263203 in -[WebDropTarget populateWebDropData:fromPasteboard:] (self=0x6929f10, _cmd=0x1b62239, data=0xbfffd0ac, pboard=0x68308d0) at /chrome/trunk/src/chrome/browser/cocoa/web_drop_target.mm:204 #13 0x00263e74 in -[WebDropTarget draggingEntered:view:] (self=0x6929f10, _cmd=0x97fd9fcf, info=0x6970130, view=0x6929e90) at /chrome/trunk/src/chrome/browser/cocoa/web_drop_target.mm:83 #14 0x005b2f48 in -[TabContentsViewCocoa draggingEntered:] (self=0x6929e90, _cmd=0x90f56fcc, sender=0x6970130) at /chrome/trunk/src/chrome/browser/tab_contents/tab_contents_view_mac.mm:462 #15 0x90b2cb98 in NSCoreDragTrackingProc () #16 0x98567ecc in DoTrackingMessage () #17 0x98568f63 in CoreDragMessageHandler () #18 0x923e7323 in __CFMessagePortPerform () #19 0x92357b8e in __CFRunLoopDoSource1 () #20 0x923539e9 in __CFRunLoopRun () #21 0x92351d34 in CFRunLoopRunSpecific () #22 0x92351b61 in CFRunLoopRunInMode () #23 0x95501fec in RunCurrentEventLoopInMode () #24 0x95501da3 in ReceiveNextEventCommon () #25 0x95501c28 in BlockUntilNextEventMatchingListInMode () #26 0x907bec95 in _DPSNextEvent () #27 0x907be50a in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] () #28 0x9078069b in -[NSApplication run] () #29 0x0071bdc4 in base::MessagePumpNSApplication::DoRun (this=0x681c560, delegate=0xbffff1a8) at /chrome/trunk/src/base/message_pump_mac.mm:652 #30 0x0071c19b in base::MessagePumpCFRunLoopBase::Run (this=0x681c560, delegate=0xbffff1a8) at /chrome/trunk/src/base/message_pump_mac.mm:195 #31 0x007149ae in MessageLoop::RunInternal (this=0xbffff1a8) at /chrome/trunk/src/base/message_loop.cc:205 #32 0x007149c9 in MessageLoop::RunHandler (this=0xbffff1a8) at /chrome/trunk/src/base/message_loop.cc:177 #33 0x00714a2d in MessageLoop::Run (this=0xbffff1a8) at /chrome/trunk/src/base/message_loop.cc:155 #34 0x0019d77e in (anonymous namespace)::RunUIMessageLoop (browser_process=0x6817900) at /chrome/trunk/src/chrome/browser/browser_main.cc:151 #35 0x0019f96d in BrowserMain (paramete...@0xbffff6e4) at /chrome/trunk/src/chrome/browser/browser_main.cc:876 #36 0x000403d5 in ChromeMain (argc=1, argv=0xbffff7f8) at /chrome/trunk/src/chrome/app/chrome_dll_main.cc:624 #37 0x00001f5e in main (argc=1, argv=0xbffff7f8) at /chrome/trunk/src/chrome/app/chrome_exe_main.mm:17 -- 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 -~----------~----~----~----~------~----~------~--~---
