|
From: Nicholas N. <n.n...@gm...> - 2009-03-25 15:21:54
|
On Wed, Mar 25, 2009 at 2:18 AM, Tom Hughes <th...@cy...> wrote:
> Nicholas Nethercote wrote:
>
>> I added a suppression to exp-ptrcheck.supp to suppress this, but it
>> doesn't seem to have worked.
>>
>> {
>> Occurs on Fedora 7--9?
>> exp-ptrcheck:SorG
>> fun:_dl_fini
>> fun:exit
>> fun:(below main)
>> }
>>
>> Tom, would you be able to take a look and see what's wrong with the
>> suppression? Using --gen-suppressions=yes would be the obvious
>> starting point.
>
> Well gen-suppressions is saying it should he a Heap suppression, not an SorG
> suppression? Changing it to a Heap suppression certainly suppresses it for
> me.
Great, thanks, I'm glad it was easy. I'll commit a fix when I get a chance.
Nick
|