[vtkusers] Java EXCEPTION_ACCESS_VIOLATION
Carsten Ehbrecht
pingwin.newsgroup at gmx.org
Mon Feb 1 11:09:50 EST 2010
Hello,
i'm using vtk 5.2 dll files on windows with java wrapper. When i call
vtkLineWidget widget = new vtkLineWidget();
my jvm crashes with the following exception.
##########
Execution protection violation
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0d70ca48, pid=3668, tid=3860
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode, sharing windows-x86)
# Problematic frame:
# C 0x0d70ca48
#
############
Other vtk calls like
vtkConeSource cone = new vtkConeSource();
vtkRenderer ren1 = new vtkRenderer();
...
do not cause any problems.
Any ideas?
Cheers, Carsten
More information about the vtkusers
mailing list