I am not that familiar with process debugging tools on Linux, maybe someone else can help with that. I would suspect that there is some setting that will cause the OS to take a dump of the process when it crashes, and some tool to read that dump.
One thing you can try is to run the same app on another box. Often, a particular box will have a problem - bad hardware, a broken device driver, or a problematic system library. Any of those can cause a crash. Trying on another box will at least eliminate application issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183880#4183880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183880 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
