From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] debugging threads From: "Russ Cox" Date: Fri, 3 Mar 2006 15:16:05 -0500 In-Reply-To: <14ec7b180603031118m48af4e93k1a9b3aada880a4e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 0aa396dc-ead1-11e9-9d60-3106f5b1d025 Acid is not so great at debugging multiple processes. Better than gdb, but not great. I would try starting a second acid for the new proc instead of using setproc in the current one. If you do this, I'm not 100% sure you'll be able to run procs() (or threads()) in either one, though. Russ