SecondLife-i686-1.22.1.103637
I had a system using x86_64 Fedora 9 with the latest beta driver from nvidia 180.06. It ran SL just fine.
I've just upgraded to Fedora 10, with the same NVIDIA driver. But now, when I run SL it crashes before the opening screen. See below for the dump of the problem.
2008-11-29T09:28:56Z INFO: getFontListSans: Getting system font list from FontConfig...
2008-11-29T09:28:56Z INFO: getFontListSans: Language en
2008-11-29T09:28:56Z INFO: getFontListSans: Location GB
2008-11-29T09:28:56Z INFO: getFontListSans: Variant UTF-8
2008-11-29T09:28:56Z INFO: getFontListSans: Preferring fonts of language: en
2008-11-29T09:28:56Z INFO: do_elfio_glibc_backtrace: Opening stack trace file /home/sel/.secondlife/logs/stack_trace.log
2008-11-29T09:28:59Z INFO: do_elfio_glibc_backtrace: Finished generating stack trace.
2008-11-29T09:28:59Z INFO: handleViewerCrash: Handle viewer crash entry.
2008-11-29T09:28:59Z INFO: handleViewerCrash: Creating crash marker file /home/sel/.secondlife/logs/SecondLife.error_marker
2008-11-29T09:28:59Z INFO: handleViewerCrash: Created crash marker file /home/sel/.secondlife/logs/SecondLife.error_marker
./secondlife: line 110: 20330 Segmentation fault LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}" $LL_WRAPPER bin/do-not-directly-run-secondlife-bin --channel "Second Life Release Candidate" --settings settings_releasecandidate.xml
*** Unclean shutdown. ***
You are running the Second Life Viewer on a x86_64 platform. The
most common problems when launching the Viewer (particularly
'bin/do-not-directly-run-secondlife-bin: not found' and 'error while
loading shared libraries') may be solved by installing your Linux
distribution's 32-bit compatibility packages.
For example, on Ubuntu and other Debian-based Linuxes you might run:
$ sudo apt-get install ia32-libs ia32-libs-gtk ia32-libs-kde ia32-libs-sdl
I've had this message before, and yes... it was fixed when I installed some 32 bit libraries... but in this case, I have no idea which ones or that's even the problem. The stack dump mentioned is below:
0: ELF(do_elfio_glibc_backtrace()+0x109) [0x98e9ef9]
1: ELF(LLAppViewer::handleSyncViewerCrash()+0x13) [0x80e6353]
2: ELF(LLApp:

3: ELF(default_unix_signal_handler(int, siginfo*, void*)+0x165) [0x9d93fa5]
4: [0x110410]
5: /lib/libc.so.6(cfree+0x52) [0xc46302]
6: /usr/lib/tls/libnvidia-tls.so.1 [0x465a60]
7: ELF(T1_Face_Done+0x2e0) [0x9af083c]
8: ELF(destroy_face+0x152) [0x9ac7564]
9: ELF(FT_Done_Face+0x81) [0x9ac78ca]
10: /usr/lib/libfontconfig.so.1(FcFreeTypeQuery+0xac) [0x8124dc]
11: /usr/lib/libfontconfig.so.1 [0x80e9dd]
12: /usr/lib/libfontconfig.so.1 [0x80ed1d]
13: /usr/lib/libfontconfig.so.1 [0x80a867]
14: /usr/lib/libfontconfig.so.1(FcConfigBuildFonts+0x4d) [0x80ab1d]
15: /usr/lib/libfontconfig.so.1(FcInitLoadConfigAndFonts+0x1f) [0x812cbf]
16: /usr/lib/libfontconfig.so.1(FcInit+0x2d) [0x812dbd]
17: ELF(LLWindowSDL::getFontListSans()+0x27f) [0x9cd1dbf]
18: ELF(LLWindow::getFontListSans()+0x12) [0x9cc9ed2]
19: ELF(LLAppViewer::initConfiguration()+0x166c) [0x810e43c]
20: ELF(LLAppViewer::init()+0xc0) [0x8111a30]
21: ELF(LLAppViewerLinux::init()+0x11) [0x98e67c1]
22: ELF(main+0x74) [0x98e7b14]
23: /lib/libc.so.6(__libc_start_main+0xe5) [0xbeb6d5]
24: ELF(__gxx_personality_v0@@CXXABI_1.3+0x259) [0x8085dd1]
The crash seems to be occuring when SL tries to get the list of available fonts, but beyond that I am stuck... and I can't get into SL. Can anyone help please?
Thanks