Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jul 2014 17:32:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191236] [tests] stress2's gbde.sh test scenario deadlocks
Message-ID:  <bug-191236-8-EJHGvXsTkw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191236-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191236-8@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=191236

Bryan Drewery <bdrewery@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdrewery@FreeBSD.org

--- Comment #1 from Bryan Drewery <bdrewery@FreeBSD.org> ---
It seems that the problem may be related to a slow g_bde_purge_sector() holding
onto the g_bde_worklist which is the same one that IO requests wait on to queue
new work. Thus any slowness in the worker thread will slow down and block the
queueing of new work.

-- 
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-191236-8-EJHGvXsTkw>