[Bug 281560] gve (4) uma deadlock during high tcp throughput

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281560

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Konstantin Belousov <[email protected]> ---
If you have the deadlock, there must be a resource acquisition loop, which
you should be able to unwind by looking at threads waiting for a resource,
then finding the owner of the resource, then  seeing what it is doing etc.

That said, do you run with INVARIANTS and WITNESS enabled?  If not, you must.
For instance, only INVARIANTS-enabled kernel would detect an attempt to
take a blockable lock inside smr section.  Similarly, WITNESS might directly
point to the resource loop for locks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.