From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1593dc418e80c25400c8880ff035c816@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] tips debugging fs From: "Russ Cox" Date: Sat, 25 Feb 2006 13:30:39 -0500 In-Reply-To: <82c890d00602250836i1c20e383na1db3bbc46f5e283@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 06584da2-ead1-11e9-9d60-3106f5b1d025 If the process is not calling exits, then the broken process should still be around and debuggable. ps | grep Broken and then run acid on that pid. Running leak on a program should not change its behavior (it doesn't even stop the program), so I don't think that's causing the crash. Russ