MantisBT - CMake | |||||
| View Issue Details | |||||
| 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. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||