Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpcvlx!tomg From: tomg@hpcvlx.cv.hp.com (Thomas J. Gilg) Newsgroups: comp.sys.hp Subject: Re: Motif and xdb problem Message-ID: <101950148@hpcvlx.cv.hp.com> Date: 21 Sep 90 00:00:11 GMT References: <9474@uhccux.uhcc.Hawaii.Edu> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 32 >> death of child (no ignore) at 0xa1ff0 >> (file unknown): _sigprocmask +0x8: (line unknown) > So that doesn't mean there is anything wrong with your program. Continuing > the program as you are doing is the right thing to do. Notice the part "death of child (NO IGNORE)" If you wish, you can tell xdb to ignore certain situations. Example invocation: % xdb foo -p xdb.script where xdb.script contains: z 18 irs Starting xdb, you'll see Copyright Hewlett-Packard Co. 1985. All Rights Reserved. <<<< XDB Version A.07.05 HP-UX >>>> Playing back from "xdb.script" z 18 irs Sig Stop Ignore Report Name 18 No Yes No death of child End of playback For certain debugging sessions, its handy to ignore lots of things. Thomas Gilg tomg@cv.hp.com