I created an RCP-based application, and one of my users running Windows XP, Sun JVM 1.6.0_12 had a complete application crash. After the application worked for two days (and this is not a new version or something else), he received a beautiful gray JVM exit box, with exit code = 1073807364.
It was away from the machine at the time, and the only thing I could find in application logs at that time was some kind of database connection (SQL Server using Hibernate). There are no hs_ files or anything like that as far as I can tell. A web search found a bunch of crash reports with this exit code in various applications, but I did not see a fundamental explanation of what causes it.
Can someone tell me what causes it? Is there any additional information that might be helpful?
source
share