View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015394CDash(No Category)public2015-02-09 11:522015-02-20 10:16
ReporterClinton Stimpson 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusnewResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015394: valgrind output not handled properly
Description
On a memcheck build, I have added the valgrind flag "--gen-suppressions=all"

This allows suppressions to show up on cdash, and one can copy/paste them into a suppression file, and commit that back into a repository for the build machine to pick up.

One problem is that the suppressions do not show up correctly on cdash.
For example, I get this:
{
   <insert_a_suppression_name_here>
   Memcheck:Param
   rt_sigaction(act->sa_mask)
   [snip]
}

instead of this:
{
   <insert_a_suppression_name_here>
   Memcheck:Param
   rt_sigaction(act->sa_mask)
   [snip]
}

I would like it to show up correctly, so I don't have to do a fixup step.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0037945)
Clinton Stimpson (reporter)
2015-02-09 11:53

Sigh... now mantis didn't show the text correctly....

I'm seeing the XML escape sequences for '>' and '<' on cdash instead of the unescaped plain text.
(0038004)
Justin Borodinsky (reporter)
2015-02-19 22:12

I had a similar issue a while ago, and a CDash update to the latest worked for me. Are you on the latest version of CDash?
(0038005)
Clinton Stimpson (reporter)
2015-02-20 10:16

I'm not using 2.2 which contains the fix. Thanks for pointing that out.

 Issue History
Date Modified Username Field Change
2015-02-09 11:52 Clinton Stimpson New Issue
2015-02-09 11:53 Clinton Stimpson Note Added: 0037945
2015-02-19 22:12 Justin Borodinsky Note Added: 0038004
2015-02-20 10:16 Clinton Stimpson Note Added: 0038005


Copyright © 2000 - 2018 MantisBT Team