Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data race in OfflineStorageHandler::GetAndReserveRecords #1221

Open
thomasameisel opened this issue Oct 16, 2023 · 0 comments
Open

Data race in OfflineStorageHandler::GetAndReserveRecords #1221

thomasameisel opened this issue Oct 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@thomasameisel
Copy link
Contributor

thomasameisel commented Oct 16, 2023

Describe your environment.

SDK version: 3.7.62.1
OS version: iOS 17.0
Xcode version: 15.0
clang version:
Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: arm64-apple-darwin22.6.0
Thread model: posix

Steps to reproduce.

  1. Enable Thread Sanitizer
  2. Open Outlook iOS
  3. Open a message (triggers sending a telemetry event)

What is the expected behavior?
No data race

What is the actual behavior?
Data race

Additional context.
Full tsan logs here - tsanlogs.txt

@thomasameisel thomasameisel added the bug Something isn't working label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant