I don't know how easy it is to find this since it only went to the
bugs address, so here's a repeat followup patch to the sized resource
pool patch (I accidentally left this out):

Index: memory.c
===================================================================
RCS file: /home/perlcvs/parrot/memory.c,v
retrieving revision 1.33
diff -a -u -r1.33 memory.c
--- memory.c    5 May 2002 04:02:59 -0000       1.33
+++ memory.c    14 May 2002 22:05:09 -0000
@@ -100,6 +100,8 @@
 {
     size_t temp_len;
     interpreter->arena_base = mem_sys_allocate(sizeof(struct Arenas));
+    interpreter->arena_base->sized_header_pools = NULL;
+    interpreter->arena_base->num_sized = 0;
 
     Parrot_initialize_memory_pools(interpreter);
     Parrot_initialize_resource_pools(interpreter);


Reply via email to