Created
January 10, 2016 15:10
-
-
Save numerodix/ed4335b4fd08dbd2fd6b to your computer and use it in GitHub Desktop.
kcov emcache not happy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lsb_release -a | |
No LSB modules are available. | |
Distributor ID: Ubuntu | |
Description: Ubuntu 14.04.3 LTS | |
Release: 14.04 | |
Codename: trusty | |
$ src/kcov --version | |
kcov 31 | |
$ src/kcov ~/code/emcache/target/cov ~/code/emcache/target/debug/emcache-75ee377fa4349bb1 | |
running 128 tests | |
kcov: Process exited with signal 4 (SIGILL) at 0x7ffff73c2a65 | |
kcov: Illegal instructions are sometimes caused by some GCC versions | |
kcov: miscompiling C++ headers. If the problem is persistent, try running | |
kcov: with --verify. For more information, see | |
kcov: http://github.com/SimonKagstrom/kcov/issues/18 | |
kcov: WARNING: kcov has been built without libbfd-dev (or | |
kcov: binutils-dev), so the --verify option will not do anything. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment