Page MenuHomeFreeBSD

Improve debuggability of VOP_* locking assertions
ClosedPublic

Authored by jah on Jan 16 2023, 9:41 PM.
Tags
None
Referenced Files
F167410800: D38091.id115215.diff
Fri, Aug 21, 2:53 PM
F167384153: D38091.id115298.diff
Fri, Aug 21, 11:56 AM
F167351899: D38091.id.diff
Fri, Aug 21, 5:00 AM
Unknown Object (File)
Thu, Aug 20, 2:16 PM
Unknown Object (File)
Wed, Aug 19, 1:32 PM
Unknown Object (File)
Mon, Aug 17, 4:08 PM
Unknown Object (File)
Mon, Aug 17, 7:18 AM
Unknown Object (File)
Fri, Aug 14, 3:50 PM
Subscribers

Details

Summary

Include the phase and argument field to make it easier to determine
at a glance where the failure originated.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49136
Build 46025: arc lint + arc unit

Event Timeline

jah requested review of this revision.Jan 16 2023, 9:41 PM

Could you please show an example of the new output?

In D38091#865308, @kib wrote:

Could you please show an example of the new output?

This is what I saw a few hours ago when I used it to help me debug a unionfs issue:

VOP_MKDIR Error (dvp): vnode <...> is not exclusive locked but should be

This revision is now accepted and ready to land.Jan 17 2023, 12:27 AM