A confusing backtrace indicates there is a recursive invoking which is not as expected
My program experiences crashes very rarely, occurring occasionally only when the STR
is triggered(STR
is to suspend the program and resume the program in QNX
OS). The following backtrace is confusing as it indicates that qnx_slog2::log_output()
is calling itself, which is not possible since the corresponding code is not a recursive function.
A confusing backstrace indicates there is a recursive invoking which is not as expected
My program experiences crashes very rarely, occurring occasionally only when the STR
is triggered(STR
is to suspend the program and resume the program in QNX
). The following backtrace is confusing as it indicates that qnx_slog2::log_output()
is calling itself, which is not possible since the corresponding code is not a recursive function.
The brackstrace below really confuses me.