From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 12 Jun 2010 23:35:14 -0400 To: 9fans@9fans.net Message-ID: <51db8037450bf53ea59616a1d4a2ccfb@coraid.com> In-Reply-To: <335ea6de6d94d5b47c010b66bc0253ae@smgl.fr.eu.org> References: <335ea6de6d94d5b47c010b66bc0253ae@smgl.fr.eu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] unknown error message Topicbox-Message-UUID: 31f9c0b2-ead6-11e9-9d60-3106f5b1d025 On Sat Jun 12 17:46:52 EDT 2010, mathieu.lonjaret@gmail.com wrote: > Hello, > > I doubt it will help me debug my problems but out of curiosity, can > anyone tell me where this assertion is coming from please? Even better, > if you have a clue about what I was doing wrong at this point ;) > > 15014.35 a < t->size && t->size < b: assertion failed > btfs 15014: suicide: sys: trap: page fault pc=0x0001079b > ron's excellent suggestion notwithstanding, this looks to be a memory screw: ; g 'a < t->size && t->size < b' /sys/src /sys/src/libc/port/pool.c:218: assert(a < t->size && t->size < b); setting the various parinoia flags (pool(2)) will probablly help. - erik