I was running into crash recently. Usually vtk output window pops up and reports error messages. The errors are usually in the following format:
ERROR: In {path_to_vtk_lib}/somefile.cxx: some error messages…
It doesn’t show me the call stack of this error, therefore it’s sometimes hard to debug such errors.
Is there a way to see the call stack/trace that lead to such errors?
Thanks