Comment #5 on issue 18239 by [email protected]: Chromium crash tab on startup, perhaps due to missing FT_Get_Advance http://code.google.com/p/chromium/issues/detail?id=18239
Can you add the output of the following commands (I include mine for referece) $ freetype-config --version 9.20.3 $ objdump -T /usr/lib/libfreetype.so | grep FT_Get_Advance 0000eaf0 g DF .text 00000115 Base FT_Get_Advance 0000e950 g DF .text 00000192 Base FT_Get_Advances $ objdump -T /usr/local/lib/libfreetype.so | grep FT_Get_Advance It looks like the old version in /usr/local/ may be shadowing the newer version. -- 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 -~----------~----~----~----~------~----~------~--~---
