Hi Jonathon, On Wed, Oct 30, 2002 at 01:58:23AM +0000, Jonathon McKitrick wrote: > Here's what I have so far: > > ----------------------------- > Program terminated with signal 11, Segmentation fault.^M
[snip] > #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. No, because it asserts that plist->type should be equal to WPLDictionary, without checking for a NULL plist argument. > This code is from the WINGs source that comes with windowmaker. OK, first of all I don't run WindowMaker so this is not going to be up my alley, but I can guess, and maybe get you going a little further: It seems that plist == NULL. If you type 'frame 1' in gdb after the bt you should get the line where WMGetFromPLDictionary is called, this is at menu.c:2720 as gdb says. The NULL pointer seems to be scr->session_state, in other words, there doesn't seem to be a session state loaded. My rough guess is that something in your .wmaker startup dir is screwed. Have you tried to remove that to test if it works then? Otherwise you need to trace the code and try to figure out why scr->session_state isn't being initialized like it should. > Any idea what could be causing this? Other than the above hints, no, sorry. You'll probably get better help from the wmaker mailing list. --Stijn -- "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." -- Kristian Wilson, Nintendo, Inc., 1989
msg07092/pgp00000.pgp
Description: PGP signature