Summary: | `dtrace -c` causes program dumps core after somewhere between (r357694, r357701] | ||
---|---|---|---|
Product: | Base System | Reporter: | Li-Wen Hsu <lwhsu> |
Component: | bin | Assignee: | freebsd-dtrace (Nobody) <dtrace> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | asomers, dtrace, markj |
Priority: | --- | Keywords: | crash, needs-qa, regression |
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Li-Wen Hsu
![]() A commit references this bug: Author: lwhsu Date: Tue Feb 11 22:21:22 UTC 2020 New revision: 357780 URL: https://svnweb.freebsd.org/changeset/base/357780 Log: Temporarily skip sys.geom.class.multipath.failloop.failloop in CI This case uses `dtrace -c` but it has some issues at the moment PR: 244053 Sponsored by: The FreeBSD Foundation Changes: head/tests/sys/geom/class/multipath/failloop.sh I can't reproduce this failure locally at r360076M. Was it fixed, or is this crash only reproducible in the CI environment? (In reply to Alan Somers from comment #2) From bisect in artifact, this is fixed somewhere between (r358152, r358178] A commit references this bug: Author: lwhsu Date: Mon May 18 23:43:48 UTC 2020 New revision: 361229 URL: https://svnweb.freebsd.org/changeset/base/361229 Log: Revert 357780, `dtrace -c` has been fixed in head` PR: 244053 Sponsored by: The FreeBSD Foundation Changes: head/tests/sys/geom/class/multipath/failloop.sh I suspect this is fixed by r360979. The bug was exposed by an LLVM update I believe. Please re-open if it is reproducible with that revision. |