Date: Wed, 21 Nov 2018 16:59:32 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 233377] [PowerPC64] Panic during high disk I/O activity Message-ID: <bug-233377-227-i5PeSsE8w4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233377-227@https.bugs.freebsd.org/bugzilla/> References: <bug-233377-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233377 --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- The first step will be to figure out which zone this is. I think it'll be tricky to track this down without vmcores to look at, but this patch will g= ive us a starting point. diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 7d14586a31cd..8087a86584c9 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -1041,6 +1041,7 @@ void zone_drain(uma_zone_t zone) { + printf("draining zone %s\n", zone->uz_name); zone_drain_wait(zone, M_NOWAIT); } --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233377-227-i5PeSsE8w4>