Subject: smproxy
To: None <current-users@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 05/08/1998 12:33:37
Has anyone else found smproxy.core files left behind when someone
quits xdm by clicking on "Shutdown" in the xsm window?

Doesn't mean much to me, and doesn't really matter as the user wants
to exit anyway..

Cheers,

 Patrick



(gdb) core smproxy.core
Core was generated by `smproxy'.
Program terminated with signal 11, Segmentation fault.
...
#0  0x1b06 in FinishSaveYourself (winInfo=0x1db40, has_WM_SAVEYOURSELF=1)
    at smproxy.c:238
238             prop1val.value = (SmPointer) winInfo->wm_command[0];
(gdb) print winInfo->got_first_save_yourself
$2 = 0
(gdb) print prop1
$3 = {name = 0x1a5d "Program", type = 0x1a65 "ARRAY8", num_vals = 1, 
  vals = 0xefbfdc1c}
(gdb) bt
#0  0x1b06 in FinishSaveYourself (winInfo=0x1db40, has_WM_SAVEYOURSELF=1)
    at smproxy.c:238
#1  0x27b8 in HandleUpdate (event=0xefbfdc84) at smproxy.c:913
#2  0x3271 in main (argc=1, argv=0xefbfdd34) at smproxy.c:1309