From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: nemo@gsyc.escet.urjc.es MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010205115138.9D408199F3@mail.cse.psu.edu> Subject: [9fans] 9pcfs mballoc bug info Date: Mon, 5 Feb 2001 13:04:06 -0500 Topicbox-Message-UUID: 5892a304-eac9-11e9-9e20-41e7f4b1d025 Hi, Didn't fix it yet, but in my case, txstart905() (plan9pc/etherlnk3.c) calls mbfree() twice with the same buffer. Only transmit() and interrupt() (same file) call txstart905; and both routines hold the ilock on ctlr->wlock. Looking at the code that should not happen, but it happens. If I find out what's going on, I'll let you know.