search for: obj_dead

Displaying 1 result from an estimated 1 matches for "obj_dead".

2003 Aug 12
2
panic with today's stable
...(object); (kgdb) list 394 * Don't double-terminate, we could be in a termination 395 * recursion due to the terminate having to sync data 396 * to disk. 397 */ 398 if ((object->flags & OBJ_DEAD) == 0) 399 vm_object_terminate(object); 400 object = temp; 401 } 402 } 403 (kgdb) up #10 0xc025af21 in vm_map_entry_delete (map=0xe8b3e040, entry=0xe8906c60) at /usr/src/sys/vm/vm_map.c:2054 2054 vm_object_deallocat...