2016-08-14 10:19 GMT+02:00 Sven Van Caekenberghe <sven@stfx.eu>:
But the slowness comes from printing a too large stack, no ?
Why not just limit the size of the stack being printed ?
Maybe it is better to limit time which could be spend on log writing. Sometime I guess writing to log itself raises errors and recursions which could be another reason for non working cmd+..
We could limit it for 1 second. And if it is not enough then append extra ~20 contexts from root which will show reason for possible recursion (also limited in time). What you think?