Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

An unexpected errror has been detected by HotSpot Virtual Machine

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Friends,
I am using jboss 4.2 and jdk1.5 on RHEL5. I got following error while
starting the jboss server.
" An unexpected errror has been detected by HotSpot Virtual Machine:
SIGSEGV (0xb) at pc-0x000002aaaaad13 73f, pid-30677 tid=1=83275584
Java VM: Java HotSpot(TM) 64-bit server VM (1.5.0_13-bos mixed mode)"
Problematic Frame:
V [libjvm.so+0x253765 f]

When i restarted JBOSS service it started normal without any error,
How can i find out that why this error has occurred ?
Please help me to solve this problem.

Thanks And Regards
Prashant K
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not post the same question more than once. It causes confusion and duplication of effort as the community tries to help everyone.
CarefullyChooseOneForum
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
A core dump of the JVM should not happen, and should be considered as a bug. I would recommend that you either update to the latest JVM, or submit a bug report with the details to Sun.

Henry
 
Marshal
Posts: 79178
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Since you have lots more detail on the other thread, I shall close this thread.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    Bookmark Topic Watch Topic
  • New Topic