On Sat Jun 12 17:46:52 EDT 2010, [email protected] 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

Reply via email to