From: Nicholas N. <nj...@ca...> - 2003-05-12 19:59:50
|
On 8 May 2003, Jeffrey Stedfast wrote: > If the number of callers specified in the suppression rule is >= > VG_N_SUPP_CALLERS, the parser gets confused. > > The attached patch fixes this condition. I wouldn't say it gets confused; it's a syntax error, because suppressions don't support stack traces with more than four entries. Admittedly the error message isn't great, but I don't think this is a behaviour that needs fixing. N |