From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <72f8cc10794efcb1cd378afee7607c62@tombob.com> To: 9fans@cse.psu.edu Date: Wed, 16 Mar 2005 12:52:04 +0000 From: Robert Raschke MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] leak vs. KEMPT_MAGIC Topicbox-Message-UUID: 251fe0ca-ead0-11e9-9d60-3106f5b1d025 Hi, I was trying out leak(1) and came across the need to mk pool.acid in /sys/src/libc/port/. I did that and then got this error from leak: term% leak -s 8678 8679 :2: (error) KEMPT_MAGIC used but not set It looks as if KEMPT_MAGIC and UNKEMPT_MAGIC have been renamed to ALLOC_MAGIC and UNALLOC_MAGIC respectively, in pool.c very recently. I'll try renaming them in the acid leak and pool scripts and see if that fixes things. Robby