MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014410 | CMake | CMake | public | 2013-09-13 10:38 | 2014-03-05 09:58 |
| Reporter | Clinton Stimpson | ||||
| Assigned To | Stephen Kelly | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.12 | ||||
| Target Version | Fixed in Version | CMake 2.8.12 | |||
| Summary | 0014410: crash with invalid generator expression syntax | ||||
| Description | I did a set_target_properties(framework PROPERTIES INCLUDE_DIRECTORIES "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}") Where it is missing the closing '>' for the generator expression and it crashed in stripAllGeneratorExpressions() with lastPos being out of range for substr(). 0000010 0x00000001002675c7 in stripAllGeneratorExpressions (input=@0x7fff5fbfe498) at cmGeneratorExpression.cxx:227 227 result += input.substr(lastPos); | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-09-13 10:38 | Clinton Stimpson | New Issue | |||
| 2013-09-13 11:08 | Brad King | Assigned To | => Stephen Kelly | ||
| 2013-09-13 11:08 | Brad King | Status | new => assigned | ||
| 2013-09-16 09:43 | Stephen Kelly | Note Added: 0033829 | |||
| 2013-09-16 09:43 | Stephen Kelly | Status | assigned => resolved | ||
| 2013-09-16 09:43 | Stephen Kelly | Fixed in Version | => CMake 2.8.12 | ||
| 2013-09-16 09:43 | Stephen Kelly | Resolution | open => fixed | ||
| 2014-03-05 09:58 | Robert Maynard | Note Added: 0035258 | |||
| 2014-03-05 09:58 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||