Re: Using ThreadSanitizer with Firefox

2015-03-16 Thread Ehsan Akhgari
Thanks! FWIW the issue was that apparently ThreadSanitizer only works with Firefox on clang 3.3, and not newer versions. I updated < https://developer.mozilla.org/en-US/docs/Thread_Sanitizer> accordingly. On Mon, Mar 16, 2015 at 11:57 AM, Bobby Holley wrote: > Nathan Froyd is the expert on thi

Using ThreadSanitizer with Firefox

2015-03-16 Thread Ehsan Akhgari
I tried following on Linux to use thread sanitizer in order to find a possible data race that I'm trying to hunt down, but the resulting build couldn't start up due to a "too much recursion" JavaScript error at startup. Has anyone su