bughelp wantedos:osx
仓库指标
- Star
- (7,968 star)
- PR 合并指标
- (平均合并 4天 2小时) (30 天内合并 19 个 PR)
描述
Describe the bug
System Which OS, compiler, and compiler version are you using:
- OS: OSX (bigsur)
- Compiler and version: Apple Clang 13.0.0
To reproduce
- at HEAD
- cmake --build "build" --config Debug
- cmake -E chdir "build" ctest ---build-config Debug
Expected behavior All tests should pass at HEAD
Actual behavior The following tests FAILED: 47 - register_benchmark_test (SEGFAULT) 59 - user_counters_tabular_test (SEGFAULT)
Keep re-running the tests (step 3), one or both of them could pass occasionally. There seems to be some level of indeterminism here but I haven't been able to track down.