[JIRA] (JENKINS-37148) "Possibly lost" and "definitly lost" description should be swap

2016-08-03 Thread philippe.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 philippe babin created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37148  
 
 
  "Possibly lost" and "definitly lost" description should be swap   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Johannes Ohlemacher  
 
 
Components: 
 valgrind-plugin  
 
 
Created: 
 2016/Aug/03 3:52 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 philippe babin  
 

  
 
 
 
 

 
 In this commit the label are swap but not the descriptions: https://github.com/jenkinsci/valgrind-plugin/commit/5ac5cf4322b13106c56dbabae021912c892f8efc From the Valgrind manual: "Definitely lost". This means that no pointer to the block can be found. The block is classified as "lost", because the programmer could not possibly have freed it at program exit, since no pointer to it exists.  "Possibly lost". This means that a chain of one or more pointers to the block has been found, but at least one of the pointers is an interior-pointer.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-35422) Valgrind plugin failed to parse (String index out of range) for complex C++ trace.

2016-07-26 Thread philippe.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 philippe babin commented on  JENKINS-35422  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Valgrind plugin failed to parse (String index out of range) for complex C++ trace.   
 

  
 
 
 
 

 
 Could a check on the length of arg be added? Something like that: 

 

if ( arg.length() >=7 && arg.substring(0, 7).equals("--tool=")) {
 

 Sure you can just change -q to --quiet, but when I see "String index out of range: 7" I don't immediately think about the length of my arguments. Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.