[mercury-users] Ever valground a mercury program?

Ondrej Bojar bojar at csse.unimelb.edu.au
Thu May 24 15:48:15 AEST 2007


Hi.

Thanks everyone for the responses!

Here is the suppressions file that hides most of the valgrind unimportant 
'error' reports on garbage collector, so that we do not need to collect it again 
in the near future:

{
    <insert a suppression name here>
    Memcheck:Cond
    fun:GC_*
}
{
    <insert a suppression name here>
    Memcheck:Value8
    fun:GC_*
}
{
    <insert a suppression name here>
    Memcheck:Param
    mmap(length)
    fun:mmap
    fun:GC_*
}
{
    <insert a suppression name here>
    Memcheck:Param
    mmap(start)
    fun:mmap
    fun:GC_*
}

Cheers, Ondrej.
--------------------------------------------------------------------------
mercury-users mailing list
Post messages to:       mercury-users at csse.unimelb.edu.au
Administrative Queries: owner-mercury-users at csse.unimelb.edu.au
Subscriptions:          mercury-users-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the users mailing list