taksan / skype-java-api

Skype API for Java, based on Skype4Java library
128 stars 60 forks source link

JVM crash using the library with Ubuntu linux 11.04 #2

Closed dev-bre closed 12 years ago

dev-bre commented 13 years ago

I'm using your library and it works pretty good on Windows, well done you solved some issues of old Skype4Java api. My problem is that when I try to use it in ubuntu linux a JVM crash appears, It happens for both 32 and 64 bit version. Here it is an excerpt: Could not acquire getLogger method!

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0xb32c4e37, pid=10752, tid=2985261936

JRE version: 6.0_26-b03

Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing linux-x86 )

Problematic frame:

C [libskype_x866764075729730110994.so+0x1e37] long+0xc

with Java Result: 134

Could please tell me how to fix it? Thank you very much.