Status: Available Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-1 OS-Linux Area-BrowserUI Size-Medium
New issue 9214 by [email protected]: crash during shutdown on linux http://code.google.com/p/chromium/issues/detail?id=9214 Looks like the new tabs code is trying to paint after objects are destroyed. Here's the stack trace: #0 0x044007f2 in ?? () from /lib/ld-linux.so.2 #1 0x0c46b335 in raise () from /lib32/libc.so.6 #2 0x0c46ccb1 in abort () from /lib32/libc.so.6 #3 0x0c3cc820 in __gnu_cxx::__verbose_terminate_handler () from /usr/lib32/libstdc++.so.6 #4 0x0c3ca0a5 in ?? () from /usr/lib32/libstdc++.so.6 #5 0x0c3ca0e2 in std::terminate () from /usr/lib32/libstdc++.so.6 #6 0x0c3ca20a in __cxa_throw () from /usr/lib32/libstdc++.so.6 #7 0x0c36009f in std::__throw_out_of_range () from /usr/lib32/libstdc++.so.6 #8 0x082860db in std::vector<TabStripGtk::TabData, std::allocator<TabStripGtk::TabData> >::_M_range_check (this=0xc95c834, __n=0) at /usr/include/c++/4.2/bits/stl_vector.h:498 #9 0x082860f6 in std::vector<TabStripGtk::TabData, std::allocator<TabStripGtk::TabData> >::at (this=0xc95c834, __n=0) at /usr/include/c++/4.2/bits/stl_vector.h:516 #10 0x082846e7 in TabStripGtk::PaintTab (this=0xc95c830, index=0, selected=true) at browser/gtk/tab_strip_gtk.cc:244 #11 0x082857de in TabStripGtk::OnExpose (widget=0xca7ec40, e=0xfec2a9d4, tabstrip=0xc95c830) at browser/gtk/tab_strip_gtk.cc:435 #12 0x0bc768d4 in ?? () from /usr/lib32/libgtk-x11-2.0.so.0 #13 0x0ca7ec40 in ?? () #14 0xfec2a9d4 in ?? () #15 0x0c95c830 in ?? () #16 0x0c140680 in ?? () from /usr/lib32/libgobject-2.0.so.0 #17 0x0bc76870 in ?? () from /usr/lib32/libgtk-x11-2.0.so.0 #18 0x0ca7efb0 in ?? () #19 0xfec2a488 in ?? () #20 0x0c10f759 in g_closure_invoke () from /usr/lib32/libgobject-2.0.so.0 Backtrace stopped: frame did not save the PC -- 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 -~----------~----~----~----~------~----~------~--~---
