On Thursday 02 August 2007 16:39:07 Joshua Hoblitt wrote: > Does anyone object to this patch? > > Index: exceptions.c > =================================================================== > --- exceptions.c (revision 20408) > +++ exceptions.c (working copy) > @@ -771,7 +771,7 @@ > { > fprintf(stderr, "%s:%u: failed assertion '%s'\n", file, line, > cond); > Parrot_print_backtrace(); > - exit(EXIT_FAILURE); > + abort(); > }
+1 -- c