[Bug 235611] Using kcov results in lockup

2019-02-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235611 Michael Tuexen changed: What|Removed |Added Assignee|b...@freebsd.org|tue...@freebsd.org Resolu

[Bug 235611] Using kcov results in lockup

2019-02-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235611 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: tuexen Date: Mon Feb 11 15:38:05 UTC 2019 New revision: 344012 URL: https://svnweb.freebsd.org/changeset/base/344012 Log: Fix flags used when compiling

[Bug 235611] Using kcov results in lockup

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235611 --- Comment #3 from Michael Tuexen --- A potential fix is discussed in review D19135. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org maili

[Bug 235611] Using kcov results in lockup

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235611 --- Comment #2 from Michael Tuexen --- The problem is that calling clang with -fsanitize-coverage=trace-pc,trace-cmp -fno-sanitize=all does not turn off the coverage sanitizer. This can be demonstrated: tuexen@epyc:~ % cat test.c int main

[Bug 235611] Using kcov results in lockup

2019-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235611 --- Comment #1 from Michael Tuexen --- The problem was introduced by the change of head/sys/conf/files in base r343746. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 235611] Using kcov results in lockup

2019-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235611 Michael Tuexen changed: What|Removed |Added Summary|Using kcov results in |Using kcov results in