2009/8/19 Gautam Iyer <gau...@math.cmu.edu>:
> Ok, I just checked with the CVS version. (I also noticed that the error
> message I get after resetting the MiniIcon is a friendly "Segmentation
> fault"). So I can confirm the crash on 2.5.26, 27 and 28CVS. Here's my
> version info:
>
>    fvwm 2.5.28 (from cvs) compiled on Aug 18 2009 at 22:33:07 with
>    support for: ReadLine, Stroke, XPM, PNG, SVG, Shape, XShm, SM, Bidi
>    text, Xinerama, XRender, XCursor, XFT, NLS
>
> I myself am baffled by this, since on my Gentoo box, no matter what I do
> I can't crash it. Any suggestions?

Enable core dumps on your system (ulimit -c unlimited), and compile
with gdb support (-ggdb to gcc). Then when fvwm crashes you will get a
file core or core.$PID. Use gdb to obtain a backtrace from it (gdb
fvwm corefile -ex "bt full") and send that to the fvwm-workers list.

/Viktor

Reply via email to