View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012922CMakeCTestpublic2012-01-31 04:352012-09-03 16:02
ReporterRolandSchulz 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.5 
Target VersionCMake 2.8.8Fixed in VersionCMake 2.8.8 
Summary0012922: CTest ignores certain valgrind errors
DescriptionCtest ignores valgrind errors of the format: "Syscall param ... points to uninitialised byte(s)"
TagsNo tags attached.
Attached Filesgz file icon repro.bug12922.tar.gz [^] (748 bytes) 2012-02-12 23:35
patch file icon 0001-fixes-bug-12922.patch [^] (1,022 bytes) 2012-02-12 23:35 [Show Content]

 Relationships

  Notes
(0028430)
RolandSchulz (reporter)
2012-01-31 04:40

Sorry copied the wrong error message. Ctest reports "uninitialized bytes" correctly. Ctest ignores the message: "Syscall param sched_setaffinity(mask) points to unaddressable byte(s)".
(0028566)
Alexandru Ciobanu (reporter)
2012-02-12 23:42
edited on: 2012-02-13 10:44

Hi,

This bug is in current master too.

The attached patch based on 62952bc9b451b2b658c20756fc4c714945d84b45 fixes this.

I also attach a small repro test case. Use it like this:
   $ ctest -VV -S CTestScript.cmake

Last few lines of output before fix:
   -- Processing memory checking output:
   Memory checking results:

and after fix:
   -- Processing memory checking output:
   Memory checking results:
   Invalid syscall param - 1

Alex Ciobanu

(0028881)
Brad King (manager)
2012-03-09 09:36

Applied, thanks!

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ea4416cf [^]
(0030878)
David Cole (manager)
2012-09-03 16:02

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2012-01-31 04:35 RolandSchulz New Issue
2012-01-31 04:40 RolandSchulz Note Added: 0028430
2012-02-12 23:35 Alexandru Ciobanu File Added: repro.bug12922.tar.gz
2012-02-12 23:35 Alexandru Ciobanu File Added: 0001-fixes-bug-12922.patch
2012-02-12 23:42 Alexandru Ciobanu Note Added: 0028566
2012-02-12 23:43 Alexandru Ciobanu Note Edited: 0028566
2012-02-12 23:43 Alexandru Ciobanu Note Edited: 0028566
2012-02-13 10:44 Alexandru Ciobanu Note Edited: 0028566
2012-03-09 09:36 Brad King Note Added: 0028881
2012-03-09 09:36 Brad King Status new => resolved
2012-03-09 09:36 Brad King Fixed in Version => CMake 2.8.8
2012-03-09 09:36 Brad King Resolution open => fixed
2012-03-09 09:36 Brad King Assigned To => Brad King
2012-04-19 15:45 David Cole Target Version => CMake 2.8.8
2012-09-03 16:02 David Cole Note Added: 0030878
2012-09-03 16:02 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team