Ran
|
Jobs
1
|
Files
514
|
Run time
2min
|
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)
68488 of 121699 branches covered (56.28%)
2 of 2 new or added lines in 1 file covered. (100.0%)
35 existing lines in 15 files now uncovered.101089 of 115841 relevant lines covered (87.27%)
2455150.33 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.72 |
0.0% | src/box/txn_limbo.c |
1 |
65.97 |
1.27% | src/lib/core/fio.c |
1 |
87.5 |
-1.59% | src/box/xlog.h |
1 |
97.4 |
-0.06% | src/lib/salad/bps_tree.h |
1 |
94.24 |
-0.72% | src/box/vy_point_lookup.c |
1 |
92.84 |
-0.1% | src/lib/core/fiber.c |
1 |
92.22 |
0.14% | src/box/vinyl.c |
1 |
84.26 |
-0.1% | src/box/xlog.c |
1 |
90.38 |
-1.92% | src/lib/core/trigger.cc |
2 |
86.68 |
-0.42% | src/box/vy_stmt.c |
2 |
96.15 |
-3.85% | src/lib/core/iostream.h |
2 |
94.77 |
0.2% | src/box/xrow_update_field.c |
2 |
84.53 |
-0.72% | src/lib/core/coio.c |
3 |
97.2 |
-0.23% | src/box/memtx_tx.c |
15 |
91.82 |
-2.36% | src/box/memtx_space.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11369446517.1 | 514 |
87.27 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|