Comment 4 for bug 1095034

Revision history for this message
SirVer (sirver) wrote :

Skimming through some of these reports it seem like most of them are false positives (e.g. c++ object being called is NULL seems to be very frequent but most unlikely in most scenarios). I recommend trying to add assert statements graciously around the bug reports - according to the web site, a lot of code paths are then pruned by default and should no longer be recorded. And if the assert is really wrong in any case we will know immediately.