You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a crash I have encountered during the binary analysis using bcov. The binary test2 is compiled with gcc -w -O1 -fno-inline test.c -o test2 and the compiler version is gcc version 13.0.0 20220528 (experimental) (GCC).
$bcov -m dump -f "func_1" -i test2
Aborted (core dumped)
$cat bcov.log
I | call graph built successfully
I | elf section <.gcc_except_table> not found
I | fde refers to a nonstatic function @ 401020
I | eh_frame function count 2019 while static function count 2025
F | Check failed: [ordered_vertices().size() > 2]
W | Aborting application. Reason: Fatal log at [/home/haoxin/disk-dut/research/github/bcov/packages/bcov/src/graph/DominatorTree.cpp:210]
Hi,
Here is a crash I have encountered during the binary analysis using
bcov
. The binarytest2
is compiled withgcc -w -O1 -fno-inline test.c -o test2
and the compiler version isgcc version 13.0.0 20220528 (experimental) (GCC)
.Here is the binary I used:
test2.zip
Thanks!
The text was updated successfully, but these errors were encountered: