I have an app that crashes sometimes and creates the next file: (APP.exe.stackdump) Exception: STATUS_ACCESS_VIOLATION at eip=6BA4B246
I开发者_开发百科n a running system, we see lots of \"Full GC (System)\" which indicates someone triggers System.gc().
This is an example of one of the stack traces, how do I fix my application from this?are there any other tools in google marketplace that help me with this?
Does anyone know what thi开发者_开发百科s could possibly mean? Apparently someone else\'s app caused mine to crash?And it happens to be an app that directly competes with mine:
The main goal of my job is to find and then remove all unuesd methods and classes in an extremly big project in Java. At the moment I work with UCdetector which is a plugins in eclipse and it provides
I have a big red5 project and it seems that at some point a function is being executed. I tried finding in my code how come this specific function is being executed at that point and I couldn\'t find
Using org.apache.log4j.jdbc.JDBCAppender, how can I get stracktraces logged with warn and error into the PatternLayout.
How do logging facades (if they do) solve the problem internally that they will add extra stacktrace frames to the log entry\'s context or obscure the callsite. It seems that in some facades (e.g. sim
I have problem with creating easy authorization using jaas, Glassfish v3.1 and server 3.0. I configure web.xml, sun-web.xml and done according to David Heffelfinger\'s book \"Java EE 6 with GlassFish
I am having problems deploying a Rails app to Heroku, I can\'t even run the Heroku console! (see below for the response I get from terminal)