I can run the application or the application is crashing, whats wrong?
If you downloaded a binary version of the application and it refuses to start, try to compile the application at your own. If you successfully compiled the application without problems and it crashes, it’s probably a bug in the code. Please report the crash in the forums and specify some additional information: • Provide the console output. Start GtkEveMon from the console and reproduce the crash. • Provide a backtrace. Install gdb, the GNU debugger, if you don’t have it. Start it with “gdb gtkevemon” (if GtkEveMon is installed) or “gdb ./gtkevemon” (in the soruce tree). Then type “run” to start the application. If it crashes type “bt”, this will produce the backtrace. • Try to gererate the backtrace at least two times. If the backtrace is not identical, report it. This is also a very important information.
Related Questions
- When I add my library to the workspace with Add Dynamic Module and run with RootCause, my application never starts. Whats wrong and how can I fix it?
- When I attempt to run the TeleType application on my iPAQ I get an error message that GPS port cannot be found. Whats wrong?
- I cannot get my favorite Java application to run on the JRockit JVM. What am I doing wrong?