ktf icon indicating copy to clipboard operation
ktf copied to clipboard

Segmentation fault (core dumped)

Open urb31075 opened this issue 5 years ago • 1 comments

urb@bildhost:~/build/5.0.0-20-generic/ktf$ uname -r 5.0.0-20-generic urb@bildhost:~/build/5.0.0-20-generic/ktf$ ./user/ktfrun [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from examples [ RUN ] examples.hello_fail /home/urb/build/5.0.0-20-generic/ktf/examples/hello.c:15: Failure Failure 'false' occurred [ FAILED ] examples.hello_fail, where GetParam() = "hello_fail", 1 assertions (0 ms) [ RUN ] examples.hello_ok [ OK ] examples.hello_ok, 1 assertions (0 ms) [----------] 2 tests from examples (1 ms total)

[----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (1 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] examples.hello_fail, where GetParam() = "hello_fail"

1 FAILED TEST

urb@bildhost:~/build/5.0.0-20-generic/ktf$ ./user/ktfcov -e hello Segmentation fault (core dumped) urb@bildhost:~/build/5.0.0-20-generic/ktf$

urb31075 avatar Jul 09 '19 13:07 urb31075

Seems we have a regression with the ktfcov program. We'll look into it.

knuto avatar Jul 14 '19 10:07 knuto