On Monday 20 August 2007 16:08:42 Will Coleda wrote: > I swear tcl was working this weekend... > > with a realclean on r20556 > > ../../parrot tcl.pbc t/cmd_after.t > > dies with: > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x00ec1894 > 0x000951b0 in ascii_compare (interp=0x31003b0, lhs=0x356ac94, > rhs=0x1897ad8) at src/charset/ascii.c:328 > 328 const int ret_val = memcmp(lhs->strstart, rhs- > > >strstart, min_len);
That looks like the constant string versus COW problem again, but I can't reproduce it. Can you pinpoint the revision at which it failed? (I know a good CPAN module....) -- c