MantisBT - CMake |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015426 | CMake | (No Category) | public | 2015-02-27 16:22 | 2015-03-02 08:53 |
|
| Reporter | Nils Gladitz | |
| Assigned To | Brad King | |
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | CMake 3.2 | |
| Target Version | CMake 3.2 | Fixed in Version | CMake 3.2 | |
|
| Summary | 0015426: Segfault/assertion for invalid/unknown <LANG>_STANDARD |
| Description | Setting the <LANG>_STANDARD property to an invalid/unknown value results in segfault (release) or assertion (debug). |
| Steps To Reproduce | cmake_minimum_required(VERSION 3.2)
project(Foo CXX)
set(CMAKE_CXX_STANDARD "foobar")
file(WRITE foo.cpp)
add_library(foo STATIC foo.cpp)
|
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2015-02-27 16:22 | Nils Gladitz | New Issue | |
| 2015-02-27 16:22 | Nils Gladitz | Status | new => assigned |
| 2015-02-27 16:22 | Nils Gladitz | Assigned To | => Stephen Kelly |
| 2015-02-27 16:26 | Brad King | Target Version | => CMake 3.2 |
| 2015-02-27 16:50 | Brad King | Note Added: 0038099 | |
| 2015-02-28 12:17 | Brad King | Note Edited: 0038099 | bug_revision_view_page.php?bugnote_id=38099#r1720 |
| 2015-03-02 08:39 | Brad King | Assigned To | Stephen Kelly => Brad King |
| 2015-03-02 08:39 | Brad King | Status | assigned => resolved |
| 2015-03-02 08:39 | Brad King | Resolution | open => fixed |
| 2015-03-02 08:39 | Brad King | Fixed in Version | => CMake 3.2 |
| 2015-03-02 08:53 | Nils Gladitz | Note Added: 0038101 | |
| 2015-03-02 08:53 | Nils Gladitz | Status | resolved => closed |