Date: Mon, 10 Oct 2016 04:58:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209580] ZFS with INVARIANTS enabled deadlock Message-ID: <bug-209580-3630-7uW7yGqJtf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209580-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-209580-3630@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=3D209580 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: julian Date: Mon Oct 10 04:57:33 UTC 2016 New revision: 306935 URL: https://svnweb.freebsd.org/changeset/base/306935 Log: While the thread is sleeping in taskqueue_drain_all() it is posible that the queue entry it is looking at is removed from the queue, but we make no effort to account for this. when we wake up we need to check it's still there. PR: 209580 Sponsored by: Panzura inc Differential Revision: D8160 Changes: stable/10/sys/kern/subr_taskqueue.c --=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-209580-3630-7uW7yGqJtf>