Nicholas Mosier
Nicholas Mosier
Here is a log of when it took 5 minutes to crash: [touch.log](https://github.com/CE-Programming/CEmu/files/3426690/touch.log)
And another log, when it took only about 3 minutes to crash: [touch.log](https://github.com/CE-Programming/CEmu/files/3426707/touch.log)
Sorry, I neglected to include the WORKSPACE file. This should work. [action-env-bug.zip](https://github.com/bazelbuild/bazel/files/9137332/action-env-bug.2.zip) ```bash $ unzip action-env-bug $ cd action-env-bug $ bazel build --action_env="X=1" bin # CRASH ```
That's the same error I get too.
Sorry for the late reply. I agree with @andysan — I think it would be better to simply disable hybrid performance counters by default and treat them as an experimental...
I fixed the issues raised here and reopened a new pull request, #1681. (I don't have permissions to reopen this pull request.)
I think I've found the root cause of the issue. Thread 0 exits in the same cycle that thread 1's MFENCE instruction [sn:74] is sent from IEW to commit (via...
One fix would just be to clear out all thread-specific state from each time buffer (or just `iewQueue`, since that's what's causing problems), rather than nuking the contents of all...