Comment #68 on issue 12530 by kuh3h3: Segfault when ResourceBundle::GetFont  
fails -- more font fallback needed?
http://code.google.com/p/chromium/issues/detail?id=12530

d...@dgol /media/sdc1/chromium-trunk/src$ cat /etc/lsb*rel*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.10
DISTRIB_CODENAME=intrepid
DISTRIB_DESCRIPTION="Ubuntu 8.10"
d...@dgol /media/sdc1/chromium-trunk/src$ uname -a
Linux dgol 2.6.31-rc2-dgol #1 Mon Jul 13 19:55:49 KST 2009 i686 GNU/Linux
d...@dgol /media/sdc1/chromium-trunk/src$  
/media/sdc1/bin-chromium/chrome-linux/chrome
/media/sdc1/bin-chromium/chrome-linux/chrome: Symbol  
`SSL_ImplementedCiphers' has different size
in shared object, consider re-linking
[18489:18489:82611341004:FATAL:/b/slave/chromium-rel-linux/build/src/app/gfx/font_skia.cc(90)]
Check failed: tf. Could not find font: 나눔고딕
Trace/breakpoint trap
d...@dgol /media/sdc1/chromium-trunk/src$ gdb -q  
/media/sdc1/bin-chromium/chrome-linux/chrome
(gdb) r
Starting program: /media/sdc1/bin-chromium/chrome-linux/chrome
/media/sdc1/bin-chromium/chrome-linux/chrome: Symbol  
`SSL_ImplementedCiphers' has different size
in shared object, consider re-linking
[Thread debugging using libthread_db enabled]
[New Thread 0xb6c2eb90 (LWP 18508)]
[New Thread 0xb6320b90 (LWP 18509)]
[New Thread 0xb5b1fb90 (LWP 18510)]
[New Thread 0xb4b1db90 (LWP 18512)]
[New Thread 0xb531eb90 (LWP 18511)]
[New Thread 0xb4ac5b90 (LWP 18513)]
[New Thread 0xb4920b90 (LWP 18514)]
[New Thread 0xb410bb90 (LWP 18515)]
[New Thread 0xb4afcb90 (LWP 18516)]
[New Thread 0xb40eab90 (LWP 18517)]
[New Thread 0xb40c9b90 (LWP 18518)]
[New Thread 0xb40a8b90 (LWP 18519)]
[New Thread 0xb4087b90 (LWP 18520)]
[18505:18505:82637954277:FATAL:/b/slave/chromium-rel-linux/build/src/app/gfx/font_skia.cc(90)]
Check failed: tf. Could not find font: 나눔고딕

Program received signal SIGTRAP, Trace/breakpoint trap.
0x084257c4 in DebugUtil::BreakDebugger() ()
Current language:  auto; currently asm
(gdb) bt
#0  0x084257c4 in DebugUtil::BreakDebugger() ()
#1  0x0843aa72 in logging::LogMessage::~LogMessage() ()
#2  0x08412003 in gfx::Font::CreateFont(std::basic_string<wchar_t,  
std::char_traits<wchar_t>,
std::allocator<wchar_t> > const&, int) ()
#3  0x084116b8 in gfx::Font::Font() ()
#4  0x0841c805 in ResourceBundle::LoadFontsIfNecessary() ()
#5  0x0841ce5a in ResourceBundle::GetFont(ResourceBundle::FontStyle) ()
#6  0x0828ed7a in TabRendererGtk::InitResources() ()
#7  0x0828f10b in TabRendererGtk::GetMinimumUnselectedSize() ()
#8  0x0828f68c in TabRendererGtk::GetStandardSize() ()
#9  0x08291491 in TabStripGtk::TabStripGtk(TabStripModel*) ()
#10 0x082732be in BrowserWindowGtk::InitWidgets() ()
#11 0x08273826 in BrowserWindowGtk::BrowserWindowGtk(Browser*) ()
#12 0x08270ee4 in BrowserWindow::CreateBrowserWindow(Browser*) ()
#13 0x082173cf in Browser::CreateBrowserWindow() ()
#14 0x08217bbc in Browser::Create(Profile*) ()
#15 0x082211ee in  
BrowserInit::LaunchWithProfile::OpenURLsInBrowser(Browser*, bool,
std::vector<GURL, std::allocator<GURL> > const&) ()
#16 0x08221ca4 in BrowserInit::LaunchWithProfile::OpenStartupURLs(bool,  
std::vector<GURL,
std::allocator<GURL> > const&)
     ()
#17 0x0822206f in BrowserInit::LaunchWithProfile::Launch(Profile*, bool) ()
#18 0x082232b1 in BrowserInit::ProcessCmdLineImpl(CommandLine const&,
std::basic_string<wchar_t, std::char_traits<wchar_t>,  
std::allocator<wchar_t> > const&, bool, Profile*,
int*, BrowserInit*) ()
#19 0x0806814e in BrowserMain(MainFunctionParams const&) ()
#20 0x0805f491 in ChromeMain ()
#21 0x0805ecfd in main ()
(gdb) i r
eax            0x1      1
ecx            0xbfffb865       -1073760155
edx            0x0      0
ebx            0xbfffbc74       -1073759116
esp            0xbfffbc28       0xbfffbc28
ebp            0xbfffbc28       0xbfffbc28
esi            0xbfffbcd8       -1073759016
edi            0x9af3530        162477360
eip            0x84257c4        0x84257c4 <DebugUtil::BreakDebugger()+4>
eflags         0x202    [ IF ]
cs             0x73     115
ss             0x7b     123
ds             0x7b     123
es             0x7b     123
fs             0x0      0
gs             0x33     51
(gdb)


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