Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2017 12:50:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217751] Xenstore: there is a deadlock when suspending user-space processes
Message-ID:  <bug-217751-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217751

            Bug ID: 217751
           Summary: Xenstore: there is a deadlock when suspending
                    user-space processes
           Product: Base System
           Version: 10.3-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: ouyangzhaowei@huawei.com

If there is a user process which maybe often reads and writes xenstore, the
application has been suspended after stop_all_proc is called. It held
xs.request_mutex lock but in the following functions xs_write and xs_suspend
will not get the lock. So the VM will hang.

--=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-217751-8>