On Thu, Dec 01, 2011 at 04:24:18PM +0800, source liu wrote: > I've come to an issue that when i start iceweasel ( debian with kernel > 3.1.0-1 amd64), my FVWM quit abnormally , and come to kdm login > session ( I use kdm to switch KDE and FVWM). (not always, but more > often than sometimes), though i can login easily after that crash > happened. > ocassionly some other application would cause this problem, too, but > iceweasel does it more frequently.
Compile FVWM with debug symbols: make CFLAGS="-g -ggdb" Run that version of fvwm, make it crash. Look in your CWD or your home directory for a corefile, which you must have appropriate ulimit settings for (setting "ulimit -c unlimited" before you start FVWM), and using gdb get a stack trace: gdb fvwm /path/to/core Then type: bt And send me the output. -- Thomas Adam