Fatal error while saving result to ISelectionSet (Java)

677
0
06-20-2013 01:32 AM
RaghuveerKalluri
New Contributor
I am trying to generate output of QueryByLayer(pQryLayer) ---
when i save the result to ISelectionSet

ISelectionSet pSelectionset = new SelectionSet(pQryLayer.select());

Following error is displayed closing


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5926875e, pid=184, tid=4964
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) Client VM (23.21-b01 mixed mode windows-x86 )
# Problematic frame:
# C  0x5926875e  DllCanUnloadNow+0x176be
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\juno workspace\NotJoinedFeatures\hs_err_pid184.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Can anybody resolve this issue plz////
0 Kudos
0 Replies