Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 01:58:23 +0000
From:      Jonathon McKitrick <jcm@FreeBSD-uk.eu.org>
To:        Stijn Hoop <stijn@win.tue.nl>
Cc:        freebsd-ports@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: Need help debugging Windowmaker coredump
Message-ID:  <20021030015823.GA57280@dogma.freebsd-uk.eu.org>
In-Reply-To: <20021029121508.GF76903@pcwin002.win.tue.nl>
References:  <20021029120644.GA52003@dogma.freebsd-uk.eu.org> <20021029121508.GF76903@pcwin002.win.tue.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021030015823.GA57280>