Hello, Sometime during the last week every single gnome program has started to seg fault on me and give the "this application has unexpectedly quit" error message. I have looked through the archives and I can't find anyone else having this problem, so I assume I am the only one having this problem.
I created a new user, so I would have a clean configuration, but I still got segfaults with that user. I tried to doing a backtrace with gdb, but that isn't too helpful for me because I'm not really that familiar with gdb. [EMAIL PROTECTED] ~ >LD_LIBRARY_PATH=/usr/lib/debug gdb gcalctool GNU gdb 6.1-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-linux"...(no debugging symbols found)...Using host libthread_db library "/usr/lib/debug/libthread_db.so.1". (gdb) run Starting program: /usr/bin/gcalctool (no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 15921)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 15921)] 0x0e451000 in ?? () (gdb) bt #0 0x0e451000 in ?? () #1 0x0805a71b in main () (gdb) quit So what do I need to do to troubleshoot this? Thanks Andy

