• Post Reply 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 error has been detected by Java Runtime Environment:*

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working in Linux platform.
i have developed an application in java using eclipse editor. and i have called a .so file (using c) from that application through JNI.
it reported the following error...................

*An unexpected error has been detected by Java Runtime Environment:*
*#*
*# SIGSEGV (0xb) at pc=0x007cabb9, pid=8687, tid=3047811984*
*#*
*# Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode, sharing linux-x86)*
*# Problematic frame:*
*# C [libc.so.6+0x67bb9]*
*#*

Please give any solution...
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"mani", please check your private messages for an important administrative matter.

Also, the post doesn't seem to have anything to do with JNLP. It seems to be about JNI or Linux, both of which have forums. So I'm going to move it.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic