| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014784 | CMake | (No Category) | public | 2014-03-04 08:41 | 2014-10-06 10:32 | ||||
| Reporter | potm | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | trivial | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | x86 | OS | windows | OS Version | 7 | ||||
| Product Version | CMake 2.8.12.2 | ||||||||
| Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | ||||||
| Summary | 0014784: Seg fault with wrong number of args for check-build-system | ||||||||
| Description | see summary | ||||||||
| Steps To Reproduce | Execute: "cmake --check-build-system awfeew" Get segfault | ||||||||
| Additional Information | Culprit: cmake.cxx 656 else if((i < args.size()-1) && (arg.find("--check-build-system",0) == 0)) 657 { 658 this->CheckBuildSystemArgument = args[++i]; 659 this->ClearBuildSystem = (atoi(args[++i].c_str()) > 0); 660 } | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0035247) Brad King (manager) 2014-03-04 10:16 |
Fixed, thanks: cmake: Fix --check-build-system argument count check http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3504f9b9 [^] I will merge this for 3.0.0-rc2. |
|
(0036931) Robert Maynard (manager) 2014-10-06 10:32 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2014-03-04 08:41 | potm | New Issue | |
| 2014-03-04 10:16 | Brad King | Note Added: 0035247 | |
| 2014-03-04 10:16 | Brad King | Assigned To | => Brad King |
| 2014-03-04 10:16 | Brad King | Status | new => resolved |
| 2014-03-04 10:16 | Brad King | Resolution | open => fixed |
| 2014-03-04 10:16 | Brad King | Fixed in Version | => CMake 3.0 |
| 2014-03-04 10:16 | Brad King | Target Version | => CMake 3.0 |
| 2014-10-06 10:32 | Robert Maynard | Note Added: 0036931 | |
| 2014-10-06 10:32 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |