At that website, xxxterm seg faults with following from gdb (not compiled with
debugging)
(gdb) backtrace
#0 0x030f6061 in ?? () from /usr/local/lib/gio/modules/libdconfsettings.so
#1 0x0ebb758c in _thread_kern_sig_undefer ()
at /usr/src/lib/libpthread/uthread/uthread_kern.c:1008
#2 0x030f659e in ?? () from /usr/local/lib/gio/modules/libdconfsettings.so
#3 0x230f468c in ?? () from /usr/local/lib/gio/modules/libdconfsettings.so
#4 0x86c06f30 in ?? ()
#5 0x2eba4e68 in __func__.4242 () from /usr/lib/libpthread.so.13.1
#6 0x230f468c in ?? () from /usr/local/lib/gio/modules/libdconfsettings.so
#7 0x00000001 in ?? ()
#8 0x00000004 in ?? ()
#9 0xcfbd1298 in ?? ()
#10 0x030f54e4 in ?? () from /usr/local/lib/gio/modules/libdconfsettings.so
#11 0x00000000 in ?? ()
(gdb) backtrace full
#0 0x030f6061 in ?? () from /usr/local/lib/gio/modules/libdconfsettings.so
No symbol table info available.
#1 0x0ebb758c in _thread_kern_sig_undefer ()
at /usr/src/lib/libpthread/uthread/uthread_kern.c:1008
curthread = Variable "curthread" is not available.
Chris Bennett