> Helgrind: Fatal internal error -- cannot continue.
> Helgrind: mk_SHVAL_ShR(tset=8192,lset=1): FAILED
> Helgrind: max allowed tset=8191, lset=131071
> Helgrind: program has too many thread sets or lock sets to track.

Yes.  It's a problem I'm tracking.  Really it is trying to squeeze
too much information into a 32-bit word.  It's probably fixable properly
at some performance loss.

In the meantime, at hg_main.c:902 reduce N_LSID_BITS from 17 to 16 and
try again.

J

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to