NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-xen/46057: NetBSD/Xen DOM-U crash



The following reply was made to PR kern/46057; it has been noted by GNATS.

From: Chuck Silvers <chuq%chuq.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-xen/46057: NetBSD/Xen DOM-U crash
Date: Mon, 9 Apr 2012 07:57:16 -0700

 (gdb) list *0xffffffff801d0c8e
 0xffffffff801d0c8e is in sysctl_doeproc 
(/usr/nb/src/sys/kern/kern_proc.c:2276).
 2271    /usr/nb/src/sys/kern/kern_proc.c: No such file or directory.
         in /usr/nb/src/sys/kern/kern_proc.c
 
 line 2276 is:
                  ki->p_vm_rssize = vm_resident_count(vm);
 
 p->p_vmspace is NULL, looks like another instance of the posix_spawn() 
problems.
 
 -Chuck
 


Home | Main Index | Thread Index | Old Index