|
From: frederic h. <fre...@te...> - 2005-11-23 17:07:34
Attachments:
syswrap-generic.c
vki-linux.h
|
Hi,
Please find attached the source code for valgrind 3.01 to add the voicetron=
ix=20
driver ioctl.
The following is how to suppress a false positive, where should it be? I'v=
e=20
added it on my local drive in default.supp, but I don't know if it is the=20
good place=20
{
ioctl_VKI_VPB_IOC_PCI_BLOCK_WRITE
Memcheck:Param
ioctl(VKI_VPB_IOC_PCI_BLOCK_WRITE)
fun:ioctl
fun:_ZN10HipDataPCI12WriteDspSramEtttPt
}
By the way, thanks to all valgrind developers, it's the the award winning=20
debugging tool. =20
=2D-=20
***** =A0 =A0 ----- =A0 =A0 ***** =A0 =A0 ----- =A0 =A0 ***** =A0 =A0
=46rederic Heem
Software Designer
R&D - Telsey SpA Telecommunications
Viale Industria, 1
31055 Quinto di Treviso (TV)
ITALY
Tel. direct phone: (+39) 0422 377819
Tel. (+39) 0422 377711
=46ax. (+39) 0422 470920
website =3D=3D> www.telsey.it
|
|
From: Tom H. <to...@co...> - 2005-11-24 07:14:59
|
In message <200...@te...>
frederic heem <fre...@te...> wrote:
> Please find attached the source code for valgrind 3.01 to add the voicetronix
> driver ioctl.
You need to send a patch rather than a complete copy of the files.
> The following is how to suppress a false positive, where should it be? I've
> added it on my local drive in default.supp, but I don't know if it is the
> good place
> {
> ioctl_VKI_VPB_IOC_PCI_BLOCK_WRITE
> Memcheck:Param
> ioctl(VKI_VPB_IOC_PCI_BLOCK_WRITE)
> fun:ioctl
> fun:_ZN10HipDataPCI12WriteDspSramEtttPt
> }
What library does this suppression relate to? It looks like it is
probably specific to your application or something?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|