This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Stack traces


I've noticed a small but annoying problem with Throwable.

The fillinStackTrace gets the whole stack trace, not the stack trace
from  where the error occurred.

That means that Throwable is always in the stack trace.


That's not right is it? It's certainly annoying when you're trying to
debug stuff.


Nic


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]