Re: NPE in print-stack-trace

2013-12-17 Thread Andy Fingerhut
wrote: > I've managed to get an NPE in print-stack-trace: > https://gist.github.com/si14/e8d22913d21933d12ef1 > > It seems highly counter-intuitive to me that this function can throw NPEs. > I thought it's intended to be used in "catch" clauses; does it mean t

NPE in print-stack-trace

2013-12-17 Thread Dmitry Groshev
I've managed to get an NPE in print-stack-trace: https://gist.github.com/si14/e8d22913d21933d12ef1 It seems highly counter-intuitive to me that this function can throw NPEs. I thought it's intended to be used in "catch" clauses; does it mean that I should wrap some catc