You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I'm using the SignalHandling to print stack traces on signals, I sometimes get only a few lines out of the trace, and the app crashes before the whole trace is printed.
I think it might be because there is no stdout flush in the end of the prints, and the app crashes with lines in his print buffer.
Does that make sense? Is it possible to flush it?
Thanks,
Tom