-
For blueCFD-Core, a different way for handling stacktracing had to be implemented, because GCC didn't provide it out-of-the-box. So whenever you get something like this:
This is the stack trace that OpenFOAM applications provided by blueCFD-Core will show when they crash and report back where they crashed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Notes:
|
Beta Was this translation helpful? Give feedback.
Notes:
Only when
X:
is turned on, is when it's possible to get a more detailed stack trace, which is further detailed here: Setting up the work environmentAnother note is that it looks like that the PDB creation will only work if the PDB helper DLL is available in the Windows software stack... Namely
mspdb80.dll
ormspdb100.dll
would be necessary, but these are only provided with Microsoft Visual Studio and there is no minimal runtime installer that provides it.There are already various examples of how to interpret these stack traces:
a. https://www.cfd-online.com/Forums/openfoam/199651-interdymfoam-crash.html
b. #213
c. #214
d. #215