Silicon Technix Forums

Please login or register.

Author Topic: JVM Crashes in Linux  (Read 358 times)

Offline louie.nohay

  • Regular Memeber
  • ***
  • Posts: 15
  • Karma: +1/-0
    • View Profile
JVM Crashes in Linux
« on: July 11, 2011, 03:16:04 PM »
Hi community,

Finally, I got my iax webphone fully working with windows. Now i'am targeting to make it fully compatible with linux and mac.
However, the only thing i can only do right now with my client is to register it to the iax server. But when i tried to make a call or recieve a call, the JVM crashes in this particular line in OJIAXCall.java

Code: [Select]
setCallNo(IAXClient.INSTANCE.iaxc_call(line.getUsername() + ":" + line.getSecret() + "@" + line.getHost() + "/" + number));

Error displayed has something to do with the systems audio file or something like that.

Code: [Select]
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x8f002b15, pid=8144, tid=2174454640
#
# JRE version: 6.0_24-b07
# Java VM: Java HotSpot(TM) Server VM (19.1-b02 mixed mode linux-x86 )
# Problematic frame:
# C  [libportaudio.so.2+0x7b15]
#
# An error report file with more information is saved as:
# /media/D0C06C3FC06C2DC2/NETBEANS/MyProject/hs_err_pid8144.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Could anyone help me identify what caused this JVM crash.
Thanks in advance.


 

Page created in 0.095 seconds with 15 queries.