You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #551@martijnwalraven tried turning on the Thread Sanitizer, and that's led to some maddeningly inconsistent failures on CI. I was suddenly able to reproduce a bunch of times this morning, but when working with him today, I was not able to reproduce using exactly the same laptop/simulator/code. Martijn can't repro on his end either.
After trying and trying to repro this afternoon, our strong hunch is this is a long-standing problem that's been uncovered by turning on TSAN and not anything to do with his PR. I'm opening this issue to put a pin in it so we can try to figure out what's happening once we've dealt with some more urgent issues.
The text was updated successfully, but these errors were encountered:
I was making sure TSAN passed for WebSocket at least as part of #853, and now everything's passing TSAN even on SQLite and main libs. So it looks like some other fixes that got in here helped fix this up. I'll close this out once #853 is merged.
In #551 @martijnwalraven tried turning on the Thread Sanitizer, and that's led to some maddeningly inconsistent failures on CI. I was suddenly able to reproduce a bunch of times this morning, but when working with him today, I was not able to reproduce using exactly the same laptop/simulator/code. Martijn can't repro on his end either.
After trying and trying to repro this afternoon, our strong hunch is this is a long-standing problem that's been uncovered by turning on TSAN and not anything to do with his PR. I'm opening this issue to put a pin in it so we can try to figure out what's happening once we've dealt with some more urgent issues.
The text was updated successfully, but these errors were encountered: