-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Trouble to compile Firefox/ASan on Mountain Lion #95
Comments
Reported by
|
Reported by |
Reported by |
Reported by |
Reported by - _Attachment: [build_log_plain.txt](https://storage.googleapis.com/google-code-attachments/address-sanitizer/issue-95/comment-5/build_log_plain.txt)_ |
Reported by |
Reported by |
Reported by |
Reported by |
Reported by |
Reported by
|
Reported by |
Reported by
|
Reported by
|
As we hold a mutex for our custom C++ Node, when calling reentrant backward from custom C++ function, we will cocurrently holding many mutexes up to MAX_DEPTH. TSAN only allow 65 mutexes at once, otherwise it will complain. This PR lower the limit according to TSAN. TSAN Reference: google/sanitizers#95 [ghstack-poisoned]
Originally reported on Google Code with ID 95
Reported by
cdiehl.4
on 2012-08-01 12:06:00- _Attachment: [config.log](https://storage.googleapis.com/google-code-attachments/address-sanitizer/issue-95/comment-0/config.log)_
The text was updated successfully, but these errors were encountered: