Results 1 to 7 of 7

Thread: JVM Crash- Unexpected error

  1. #1
    Join Date
    Mar 2010
    Posts
    330

    JVM Crash- Unexpected error

    Hello,
    Starting in Java, I had to modify an application developed by another person. Since these changes my app crash randomly with this error:
    Code:
    An unexpected error has Been Detected by HotSpot Virtual Machine:
    I have no idea what does this mean, but I think the jvm crashes when the program is executing. So, if you have any idea regarding this topic then please let me know. Thank you.

  2. #2
    Join Date
    Dec 2009
    Posts
    296

    Re: JVM Crash- Unexpected error

    It's always hard this kind of error. Perhaps a bug in the JVM you use. should try with the latest JVM available on Sun's site (5.0 update 11) or in any other case. The last time I had this error was reproduced consistently, it was a bug in the JDBC driver that we had changed version.

  3. #3
    Join Date
    Mar 2010
    Posts
    330

    Re: JVM Crash- Unexpected error

    In fact I already had the latest JVM but I noticed that with an older AC planted less so since I had kept this old version. Since the application was compiled under jdk 1.4 has the original and only after I recompiled my changes in 1.5 is this a possible source of error? Is it worth trying in a JVM 1.4? Any more help will be appreciated. Thank you.

  4. #4
    Join Date
    May 2008
    Posts
    248

    Re: JVM Crash- Unexpected error

    Helpful, your problem is related to the external library that you use:
    Code:
    estadisticas.icmp.PingICMP.sendPing 
    estadisticas.icmp.PingICMP.ping
    Verify that you all available property, the DLL, that your windows is OK, and if the problem persists contact the author.

  5. #5
    Join Date
    Mar 2010
    Posts
    330

    Re: JVM Crash- Unexpected error

    First of all thank you to enlighten me on the possible source of the problem because I actually doubt on the mistakes of the log file. This library was used before my changes so this does not come from the library itself but it is possible that when recompiling the application by myself, the class that performs the table and using the class provided by this library was a little bit altered. I will try to recover the old class that worked very well. Since the error is the random testing may take a little time.

  6. #6
    Join Date
    Apr 2008
    Posts
    240

    Re: JVM Crash- Unexpected error

    After various tests it appears that the error is always present that I use the old class not recompiled or rebuilt. I also tried compiling with JDK 1.4 as a cause but to no avail. I will try the last solution I have in store, that is to say, use the native functions of jdk 5.0 on Ping and therefore not using the outer class that seems to me the origin of problem even if I do not understand at all why.

  7. #7
    Join Date
    Nov 2009
    Posts
    335

    Re: JVM Crash- Unexpected error

    My environment is as follows: MAVEN 2 +-gwt maven-plugin (1.1) to compile and run unit tests, all linked to gwt 1.6.4. I come from time to time to perform the tests but in the end, I most often this exception: I have the same exception when I execute with Eclipse. I use the same configuration in my system and with continuous integration and environmental tests passed without worries?

Similar Threads

  1. Replies: 6
    Last Post: 04-12-2011, 11:24 AM
  2. Replies: 6
    Last Post: 13-03-2011, 05:10 PM
  3. unexpected error device missing error 711? in Windows 7
    By CRiley in forum Operating Systems
    Replies: 4
    Last Post: 03-04-2010, 12:18 AM
  4. PHP WordPress Parse Error: syntax error, unexpected $end in
    By Bisujaksha in forum Software Development
    Replies: 2
    Last Post: 22-05-2009, 09:27 AM
  5. Replies: 2
    Last Post: 04-08-2008, 07:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,581,149.40292 seconds with 17 queries