Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!sun-barr!ccut!titcca!cs.titech!koudai!kagotani From: kagotani@cs.titech.ac.jp (Hiroto Kagotani) Newsgroups: comp.windows.x Subject: xdm abort-display() question Message-ID: <4168@koudai.cs.titech.ac.jp> Date: 7 Jan 90 14:05:20 GMT Sender: news@cs.titech.ac.jp Distribution: comp Organization: Tokyo Institute of Tech., Dept. of Computer Science, Japan Lines: 41 I use X with xdmshell, and send abort-display() to xdm terminating it. But R4 xdm does not exit with this message. Here is debug mode log: | ... | ... | dispatching :0 Here, I sent abort-display(). | GreetDone: , (password is 0 long) | UNMANAGE_DISPLAY | select returns -1. Rescan: 0 ChildReady: 1 | signals blocked, mask was 0x0 | Manager wait returns pid: 10910 | Display exited with UNMANAGE_DISPLAY | WaitForSomething | display manager caught SIGUSR1 | select returns -1. Rescan: 0 ChildReady: 0 | WaitForSomething | select returns -1. Rescan: 0 ChildReady: 1 | signals blocked, mask was 0x0 | Manager wait returns pid: 10909 | Zombie server reaped, removing display :0 | WaitForSomething And xdm waiting for something until sending SIGINT. In this time, the server did not exist. | Shutting down entire manager | select returns -1. Rescan: 0 ChildReady: 0 | Nothing left to do, exiting My Xservers file contains only single line, ":0 local /usr/bin/X11/Xsun". Xsun and other clients were compiled with gcc, and running under SUN3OS3.5. Are there anything I have to do yet? Thanks. -- kagotani@cs.titech.ac.jp