Status: Available Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-2 OS-Linux Area-BrowserUI Size-Small
New issue 9592 by [email protected]: Chromium Linux segfaults on exit because of a ref-counting bug in ChromeFont http://code.google.com/p/chromium/issues/detail?id=9592 What steps will reproduce the problem? 1. Open the browser in Linux. 2. Close the browser. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xf723c720 (LWP 3538)] 0x00000019 in ?? () (gdb) bt #0 0x00000019 in ?? () #1 0x083c2b00 in SkRefCnt::unref (this=0x95dd840) at /usr/local/src/chromium/src/skia/include/SkRefCnt.h:62 #2 0x0885039a in ~SkAutoUnref (this=0x964d870) at /usr/local/src/chromium/src/skia/sgl/SkRefCnt.cpp:22 #3 0x08372369 in ~scoped_ptr (this=0x964f3f0) at /usr/local/src/chromium/src/base/scoped_ptr.h:72 #4 0x08372395 in ~ChromeFont (this=0x964f3f0) at /usr/local/src/chromium/src/chrome/common/gfx/chrome_font.h:56 #5 0x083b0bf1 in ~scoped_ptr (this=0x960725c) at /usr/local/src/chromium/src/base/scoped_ptr.h:72 #6 0x083b0a26 in ~ResourceBundle (this=0x9607220) at common/resource_bundle_linux.cc:30 #7 0x083ae392 in ResourceBundle::CleanupSharedInstance () at common/resource_bundle.cc:28 #8 0x080b0c53 in browser_shutdown::Shutdown () at browser/browser_shutdown.cc:148 #9 0x080aa611 in BrowserMain (paramete...@0xffa5903c) at browser/browser_main.cc:582 #10 0x08048aca in ChromeMain (argc=1, argv=0xffa591a4) at app/chrome_dll_main.cc:419 #11 0x08049212 in main (argc=1, argv=0xffa591a4) at app/chrome_exe_main_gtk.cc:33 -- 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 -~----------~----~----~----~------~----~------~--~---
