Ran
|
Jobs
1
|
Files
479
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
box: fix SIGSEGV on unaligned access to `struct applier` All structures with a non-default alignment (set by `alignas()`) must be allocated by `aligned_alloc()`, otherwise an access to such a structure member fill crash, e.g. if compiled with AVX-512 support. See also commit a60ec82d4f07 ("box: fix SIGSEGV on unaligned access to a struct with extended alignment"). Closes #10699 NO_DOC=bugfix NO_CHANGELOG=minor NO_TEST=tested by debug_asan_clang workflow (cherry picked from commit bf0913588)
63135 of 114369 branches covered (55.2%)
2 of 2 new or added lines in 1 file covered. (100.0%)
16 existing lines in 9 files now uncovered.93990 of 109340 relevant lines covered (85.96%)
2489770.96 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
92.35 |
-0.17% | src/box/txn_limbo.c |
1 |
80.0 |
-2.05% | src/lib/core/clock.c |
1 |
87.19 |
0.57% | src/box/box.cc |
1 |
92.01 |
0.09% | src/box/vinyl.c |
1 |
96.0 |
-4.0% | src/lib/core/trigger.h |
1 |
91.45 |
-0.11% | src/lib/swim/swim.c |
2 |
94.81 |
-0.55% | src/box/tuple.c |
2 |
84.01 |
-0.74% | src/lib/core/coio.c |
6 |
93.71 |
-0.99% | src/box/replication.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11369455621.1 | 479 |
85.96 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|