Branch: Tag:

2000-09-30

2000-09-30 16:50:29 by Martin Stjernholm <mast@lysator.liu.se>

Don't try to describe dmalloc zapped program ref in objects.

Rev: src/gc.c:1.137

30:      #include "block_alloc.h"    - RCSID("$Id: gc.c,v 1.136 2000/09/30 16:01:39 mast Exp $"); + RCSID("$Id: gc.c,v 1.137 2000/09/30 16:50:29 mast Exp $");      /* Run garbage collect approximately every time    * 20 percent of all arrays, objects and programs is
663:    }    if (p) {    fprintf(stderr,"%*s**Attempting to describe program object was instantiated from:\n",indent,""); + #ifdef DEBUG_MALLOC +  if ((int) p == 0x55555555) +  fprintf(stderr, "%*%s**Zapped program pointer\n", indent, ""); +  else + #endif    low_describe_something(p, T_PROGRAM, indent, depth, flags);    }