Actions
Bug #12396
closedzdb -A does not work after 3006
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Among other changes #3006 removed checks for aok
value from ASSERT/VERIFY, so now specifying -A(AA) flags to zdb simply does nothing.
To test this, after updating to workspace contents, I have added explicit ASSERT(0)
to dump_cachefile
that gets called when -C
is specified, and checked that zdb is now able to "bypass" that failed assertion:
callisto:yuri:~/ws/il12396/usr/src/cmd/zdb$ ./zdb -C aok=0 zsh: segmentation fault (core dumped) ./zdb -C callisto:yuri:~/ws/il12396/usr/src/cmd/zdb$ ./zdb -AC aok=1 ASSERTION CAUGHT: 0, file: zdb.c, line: 2638 data: version: 5000 name: 'data' ...other output...
Related issues
Updated by Yuri Pankov 8 months ago
- Status changed from In Progress to Pending RTI
- % Done changed from 10 to 90
Updated by Electric Monk 7 months ago
- Status changed from Pending RTI to Closed
- % Done changed from 90 to 100
git commit 8e6f7903d5f7a53e1d6685962c900ab0f29c6b6c
commit 8e6f7903d5f7a53e1d6685962c900ab0f29c6b6c Author: Yuri Pankov <ypankov@tintri.com> Date: 2021-10-08T14:10:56.000Z 12396 zdb -A does not work after 3006 Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
Updated by Gordon Ross 4 months ago
- Related to Bug #14475: Recursive death in libfakekernel assfail after 12396 added
Actions