Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site mtxinu.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!mcnc!philabs!cmcl2!seismo!umcp-cs!gymble!lll-crg!dual!unisoft!mtxinu!ed From: ed@mtxinu.UUCP (Ed Gould) Newsgroups: net.unix-wizards Subject: Re: gcore and adb Message-ID: <323@mtxinu.UUCP> Date: Thu, 21-Mar-85 19:30:43 EST Article-I.D.: mtxinu.323 Posted: Thu Mar 21 19:30:43 1985 Date-Received: Tue, 26-Mar-85 03:31:53 EST References: <8965@brl-tgr.ARPA> Organization: mt Xinu, Berkeley, CA Lines: 16 > Then I "kill -STOP pid" and "gcore pid". > Now if I "adb test core.pid", I should be able to continue > the process within adb with ":c19". However, I get the response > "no process". What am I doing wrong? You can't continue the process because there is no process running to continue. You're doing essentially post-mortem debugging, although you generated the core image in a different way. It's possible, but not easy, to continue *many* processes from core images - it's not possible in general because of considerations like open files. There have been postings in the past of programs to restart such images. -- Ed Gould mt Xinu, 739 Allston Way, Berkeley, CA 94710 USA {ucbvax,decvax}!mtxinu!ed +1 415 644 0146