What is the reason for JVM exit code 1073807364?

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?

+5
source share
1 answer

From what I can say, this error code (0x40010004) arises in all situations, while (as you noted) there is no obvious general flow.

However, this page says that "0x40010004" means "task started"! So, I would suggest that the correct way to interpret it is this: "This task came out in such a way that it prevented him from setting the correct exit code."

, , Windows, , .

+2

All Articles