View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002816 | OpenFOAM | Bug | public | 2018-01-23 16:44 | 2018-07-10 11:17 |
Reporter | monto | Assigned To | henry | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | linux64 | OS | Debian | OS Version | 9 |
Product Version | dev | ||||
Summary | 0002816: compilation of libOpenFOAM.so fails in debug mode | ||||
Description | Compilation of label.C fails in debug mode because a call is made to FatalErrorInFunction without including error.H. This happens because of the preprocessing variable FULLDEBUG that triggers the compilation of the following lines (among others) #ifdef FULLDEBUG if (n > 12 || n < 0) { FatalErrorInFunction << "n value out of range" << abort(FatalError); } #endif | ||||
Steps To Reproduce | Compile in debug mode ($WM_COMPILE_OPTION=Debug) | ||||
Tags | compilation | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-23 16:44 | monto | New Issue | |
2018-01-23 16:44 | monto | Tag Attached: compilation | |
2018-01-23 16:44 | monto | Tag Attached: error | |
2018-01-23 16:45 | monto | Note Added: 0009216 | |
2018-01-24 14:40 | henry | Assigned To | => henry |
2018-01-24 14:40 | henry | Status | new => resolved |
2018-01-24 14:40 | henry | Resolution | open => fixed |
2018-01-24 14:40 | henry | Note Added: 0009218 | |
2018-07-10 11:17 | administrator | Tag Detached: error |