On Mon, 6 Jun 2005, Doug White wrote:
On Sun, 5 Jun 2005, Charles Sprickman wrote:
Here's what gdb has for me this time:
Can you go to frame 38 and print the value of "source"? Comparing it to
NULL shouldn't cause a fault, but I suspect its another one of the cases
in that if statement.
I'm not handy with gdb, but I'm thinking this is what you might want?
#38 0xc026fc9e in vm_object_shadow (object=0xd73782e4, offset=0xd73782e8,
length=847873) at /usr/src/sys/vm/vm_object.c:1058
1058 if (source != NULL &&
(kgdb) print source
$1 = 0x0
Is that correct? Is there any additional information you would like from
the previous panic?
Thanks,
Charles
--
Doug White | FreeBSD: The Power to Serve
[EMAIL PROTECTED] | www.FreeBSD.org
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"