Comment #6 on issue 12826 by omarmag: Symbol SSL_ImplementedCiphers has different size in shared object http://code.google.com/p/chromium/issues/detail?id=12826
It happen only with all https connection, http have no problem. Here gdb result: ##################################################### #...@edgar:~$ gdb google-chrome GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (gdb) start Breakpoint 1 at 0x805d4c4 Starting program: /usr/bin/google-chrome /usr/bin/google-chrome: Symbol `SSL_ImplementedCiphers' has different size in shared object, consider re-linking [Thread debugging using libthread_db enabled] [New Thread 0xf6fada30 (LWP 8728)] [Switching to Thread 0xf6fada30 (LWP 8728)] 0x0805d4c4 in main () Current language: auto; currently asm (gdb) run The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /usr/bin/google-chrome /usr/bin/google-chrome: Symbol `SSL_ImplementedCiphers' has different size in shared object, consider re-linking [Thread debugging using libthread_db enabled] [New Thread 0xf6f6aa30 (LWP 8761)] [New Thread 0xf6de4b90 (LWP 8762)] [New Thread 0xf64efb90 (LWP 8763)] [New Thread 0xf5ceeb90 (LWP 8764)] [New Thread 0xf54edb90 (LWP 8765)] [New Thread 0xf54ccb90 (LWP 8766)] [New Thread 0xf54abb90 (LWP 8767)] [New Thread 0xf548ab90 (LWP 8768)] [New Thread 0xf5469b90 (LWP 8769)] [New Thread 0xf52ffb90 (LWP 8770)] [New Thread 0xf5448b90 (LWP 8771)] [New Thread 0xf5427b90 (LWP 8772)] [New Thread 0xf4afeb90 (LWP 8773)] [New Thread 0xf47ffb90 (LWP 8774)] /opt/google/chrome/chrome: Symbol `SSL_ImplementedCiphers' has different size in shared object, consider re-linking [New Thread 0xf3cf2b90 (LWP 8779)] [New Thread 0xf34f1b90 (LWP 8780)] [New Thread 0xf2cf0b90 (LWP 8781)] [Thread 0xf34f1b90 (LWP 8780) exited] [Thread 0xf2cf0b90 (LWP 8781) exited] [New Thread 0xf2cf0b90 (LWP 8799)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xf5ceeb90 (LWP 8764)] 0xf7716f0a in ?? () from /usr/lib32/libnss3.so.1d ##################################################### -- 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 -~----------~----~----~----~------~----~------~--~---
