From owner-freebsd-ports Tue Oct 29 17:58:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E6BF37B401; Tue, 29 Oct 2002 17:58:33 -0800 (PST) Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C78743E77; Tue, 29 Oct 2002 17:58:31 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 186i7k-000Hkz-00; Wed, 30 Oct 2002 01:58:24 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) by dogma.freebsd-uk.eu.org (8.12.3/8.11.1) with ESMTP id g9U1wOnc057299; Wed, 30 Oct 2002 01:58:24 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.3/8.12.3/Submit) id g9U1wNCn057298; Wed, 30 Oct 2002 01:58:23 GMT Date: Wed, 30 Oct 2002 01:58:23 +0000 From: Jonathon McKitrick To: Stijn Hoop 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> References: <20021029120644.GA52003@dogma.freebsd-uk.eu.org> <20021029121508.GF76903@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021029121508.GF76903@pcwin002.win.tue.nl> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 to continue, or q 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-ports" in the body of the message