MantisBT - CMake |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012922 | CMake | CTest | public | 2012-01-31 04:35 | 2012-09-03 16:02 |
|
| Reporter | RolandSchulz | |
| Assigned To | Brad King | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | CMake 2.8.5 | |
| Target Version | CMake 2.8.8 | Fixed in Version | CMake 2.8.8 | |
|
| Summary | 0012922: CTest ignores certain valgrind errors |
| Description | Ctest ignores valgrind errors of the format: "Syscall param ... points to uninitialised byte(s)" |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | repro.bug12922.tar.gz (748) 2012-02-12 23:35 https://public.kitware.com/Bug/file/4215/repro.bug12922.tar.gz
0001-fixes-bug-12922.patch (1,022) 2012-02-12 23:35 https://public.kitware.com/Bug/file/4216/0001-fixes-bug-12922.patch |
|
| 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 | bug_revision_view_page.php?bugnote_id=28566#r526 |
| 2012-02-12 23:43 | Alexandru Ciobanu | Note Edited: 0028566 | bug_revision_view_page.php?bugnote_id=28566#r527 |
| 2012-02-13 10:44 | Alexandru Ciobanu | Note Edited: 0028566 | bug_revision_view_page.php?bugnote_id=28566#r528 |
| 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 |
|
Notes |
|
|
(0028430)
|
|
RolandSchulz
|
|
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
|
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
|
|
2012-03-09 09:36
|
|
|
|
|
(0030878)
|
|
David Cole
|
|
2012-09-03 16:02
|
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|