
http://bugzilla.slf4j.org/show_bug.cgi?id=163 --- Comment #2 from Ceki Gulcu <listid@qos.ch> 2009-12-10 17:16:19 --- Thank you for sharing this idea which unfortunately suffers from a fatal flaw. Some virtual machines may, under some circumstances, omit one or more stack frames from the stack trace. In the extreme case, a virtual machine that has no stack trace information concerning this throwable is permitted to return a zero-length array from this method. Generally speaking, the array returned by this method will contain one element for every frame that would be printed by printStackTrace. source: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Throwable.html#getStackTra... -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.