Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153290468
D55919.id174090.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D55919.id174090.diff
View Options
diff --git a/sys/kern/subr_sbuf.c b/sys/kern/subr_sbuf.c
--- a/sys/kern/subr_sbuf.c
+++ b/sys/kern/subr_sbuf.c
@@ -124,8 +124,8 @@
{
KASSERT((s->s_flags & SBUF_FINISHED) == state,
- ("%s called with %sfinished or corrupt sbuf", fun,
- (state ? "un" : "")));
+ ("%s called with %sfinished or corrupt sbuf %p { s_flags %#010x }, "
+ "state %#010x", fun, (state ? "un" : ""), s, s->s_flags, state));
}
#define assert_sbuf_integrity(s) _assert_sbuf_integrity(__func__, (s))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 7:02 AM (8 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29968696
Default Alt Text
D55919.id174090.diff (493 B)
Attached To
Mode
D55919: sbuf: make assertion message a lot more useable
Attached
Detach File
Event Timeline
Log In to Comment