Here's what I have so far:

-----------------------------
Program terminated with signal 11, Segmentation fault.^M
Reading symbols from /usr/X11R6/lib/libwraster.so.4...done.^M
Reading symbols from /usr/local/lib/libtiff.so.4...done.^M
Reading symbols from /usr/X11R6/lib/libXpm.so.4...done.^M
Reading symbols from /usr/local/lib/libHermes.so.1...done.^M
Reading symbols from /usr/local/lib/libpng.so.5...done.^M
Reading symbols from /usr/lib/libz.so.2...done.^M
Reading symbols from /usr/local/lib/libjpeg.so.9...done.^M
Reading symbols from /usr/local/lib/libungif.so.5...done.^M
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.^M
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.^M
Reading symbols from /usr/lib/libm.so.2...done.^M
Reading symbols from /usr/local/lib/libintl.so.4...done.^M
Reading symbols from /usr/lib/libxpg4.so.3...done.^M
Reading symbols from /usr/lib/libc.so.4...done.^M
Reading symbols from /usr/X11R6/lib/libXThrStub.so.6...done.^M
Reading symbols from /usr/local/lib/libiconv.so.3...done.^M
Reading symbols from /usr/X11R6/lib/X11/locale/common/xlcDef.so.2...done.^M
Reading symbols from /usr/X11R6/lib/X11/locale/common/ximcp.so.2...done.^M
Reading symbols from /usr/libexec/ld-elf.so.1...done.^M
#0  0x80b4545 in WMGetFromPLDictionary (plist=0x0, key=0x8137b50)^M
---Type <return> to continue, or q <return> to quit---^M
    at proplist.c:1429^M
    1429        wassertrv(plist->type==WPLDictionary, NULL);^M
    (gdb) bt^M
    #0  0x80b4545 in WMGetFromPLDictionary (plist=0x0, key=0x8137b50)^M
        at proplist.c:1429^M
        #1  0x807ebf9 in wMenuRestoreState (scr=0x80f8400) at menu.c:2720^M
        #2  0x8093844 in StartUp (defaultScreenOnly=0) at startup.c:977^M
        #3  0x807898b in main (argc=1, argv=0xbfbffbe4) at main.c:797^M
        (gdb) quit^M
-------------------------------

I looked at the source, but it seems like the assert would have caught the
null plist pointer.  This code is from the WINGs source that comes with
windowmaker.

Any idea what could be causing this?

jm
-- 
My other computer is your Windows box.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to