Re: io.t test failure

2003-07-24 Thread Juergen Boemmels
Simon Glover <[EMAIL PROTECTED]> writes: > Test number 6 in io.t is failing on a number of the tinderboxes with > a double-free error. > > Test 6 does this: > > open P0, "temp.file", "<" > clone P1, P0 > read S0, P1, 1024 > print S0 > end > > And the clone function in th

io.t test failure

2003-07-23 Thread Simon Glover
Test number 6 in io.t is failing on a number of the tinderboxes with a double-free error. Test 6 does this: open P0, "temp.file", "<" clone P1, P0 read S0, P1, 1024 print S0 end And the clone function in the ParrotIO vtable does this: void clone (PMC *dest) {