Top "Stack-trace" questions

A report of the active stack frames at a certain point in time during the execution of a program.

What is Tombstone in android?

I searched in the net regarding Tombstones in android. I could not find any understandable sources. I would like to …

android stack-trace android-logcat android-debug adb
How to get a stack trace object in Ruby?

I need to get a stack trace object in Ruby; not to print it, just to get it to do …

ruby stack stack-trace
How do I stop stacktraces truncating in logs

Lots of times in Java logs I'll get something like: Caused by: java.sql.BatchUpdateException: failed batch at org.hsqldb.…

java exception stack-trace
Make maven's surefire show stacktrace in console

I'd like to see the stacktrace of unit tests in the console. Does surefire support this?

unit-testing maven-2 stack-trace surefire
Error in velocity and log4J

I built a webapp that works perfectly fine in my localhost (tomcat). But when I tried to deploy, velocity crashes …

java servlets log4j stack-trace velocity
NullPointerException stack trace not available without debug agent

I have recently found a bug that causes a NullPointerException. The exception is caught and logged using a standard slf4…

java logging stack-trace nullpointerexception
Programmatically get C# Stack Trace

Possible Duplicate: How to print the current Stack Trace in .NET without any exception? When an exception is thrown, its …

c# .net stack-trace
More than 10 lines in a node.js stack error?

Is there a way to get more than 10 lines in a node.js stack error? function a() { dieInHell(); } function b() { …

node.js stack-trace
How to throw exception without resetting stack trace?

This is a follow-up question to Is there a difference between “throw” and “throw ex”? is there a way to …

c# .net exception-handling error-handling stack-trace
Log4j formatting: Is it possible to truncate stacktraces?

I want to log only the first few lines of Exceptions in my program. I know, I can do something …

java logging log4j stack-trace