Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!sdrc!evgabb From: evgabb@sdrc.UUCP (Rob Gabbard) Newsgroups: comp.sys.hp Subject: Re: Motif and xdb problem Message-ID: <117@sdrc.UUCP> Date: 20 Sep 90 11:48:49 GMT References: <9474@uhccux.uhcc.Hawaii.Edu> Organization: SDRC, Cincinnati Lines: 26 From article <9474@uhccux.uhcc.Hawaii.Edu>, by john@quonset.cfht.hawaii.edu (John Kerr): > Can anyone give me a clue about this problem: > I am debugging a Motif 1.0 application with xdb on an HP9000s350. > Whenever I execute XmCreateFileSelectionDialog, I get this message -- > death of child (no ignore) at 0xa1ff0 > (file unknown): _sigprocmask +0x8: (line unknown) Try executing this command in xdb or put it in the file $HOME/.xdbrc: z 18 s This tells xdb not to stop when it receives a death of child signal (signo 18). The signal still gets passed to the process you are debugging. If it still gives a message when this occurs but doesn't stop and you want to get rid of the message, you can make the command above: z 18 sr which toggles off reporting for that signal. Enter lz to list the current state of all signals, or just z to get the status of a particular signal. -- Rob Gabbard (uunet!sdrc!evgabb) Technical Development Engineer Structural Dynamics Research Corp