Viewer crashes w/segfault
./secondlife: line 110: 30094 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 "Developer" --settings settings_developer.xml
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb48f2740 (LWP 10595)]
0x09d90147 in ll_apr_file_read_ex ()
a self compiled version seg faults on a different part
it shows the login screen, when i try to log in i get this
with gdb:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb486ba90 (LWP 18692)]
0xb64f0426 in apr_file_close () from /usr/lib/libapr-1.so.0
Current language: auto; currently asm
(gdb)
(gdb) bt
#0 0xb64f0426 in apr_file_close () from /usr/lib/libapr-1.so.0
#1 0x099218b2 in LLImageFormatted::load ()
#2 0x091b20ce in init_start_screen ()
#3 0x091c5dea in idle_startup ()
#4 0x084bd5f1 in LLAppViewer::idle ()
#5 0x084bf54a in LLAppViewer::mainLoop ()
#6 0x098ae1e0 in main ()
libapr1-dev and libapr1-dpg version is 1.2.12-5 on debian unstable
tx Oh