I am using eclipse colorer library. I use swt TextColorer API in my custom eclipse plugin in simple dialog( see attachment). I have configured dll files in Manifest file like below:
Bundle-NativeCode: config/os/win32/x86/net_sf_colorer.dll;osname=Win32;processor=x86,
config/os/win32/x86_64/net_sf_colorer.dll;osname=Win32;processor=x86_64,
config/os/linux/x86/libnet_sf_colorer.so;osname=linux;processor=x86,
config/os/linux/x86_64/libnet_sf_colorer.so;osname=linux;processor=x86_64,
config/os/macosx/ppc/libnet_sf_colorer.jnilib;osname=macosx;processor=ppc,
config/os/macosx/x86/libnet_sf_colorer.jnilib;osname=macosx;processor=x86,
config/os/macosx/x86_64/libnet_sf_colorer.jnilib;osname=macosx;processor=x86_64
Everything works initially. If I do few edits in dialog, eclipse crashes. Below are the details: ( also see attachment for detailed eclipse logs)
What could be the issue? Is it issue with dll file?
-Vinay.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c910f1e, pid=6988, tid=7800
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) Client VM (23.21-b01 mixed mode windows-x86 )
# Problematic frame:
C [ntdll.dll+0x108f3] wcsncpy+0x374
C [net_sf_colorer.dll+0x300b9]
--
You received this message because you are subscribed to the Google Groups "Colorer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to colorer+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.