I decided to migrate to 10.2 today, hoping it would be smooth and painless because my application doesn't do anything special - simply renders symbols on a graphics layer.Note: I can run the sample applications without problems - so either the problem is in my project setup or my data. Would there be any reason a tile package that worked for 10.1.1 not work with 10.2?This code creates the map, if it is commented out I don't receive be below error spewing, but it still seg-faults upon exiting the application.ArcGISLocalTiledLayer tiledLayer = new ArcGISLocalTiledLayer("/path/to/map.tpk");
tiledLayer.setName("Nautical Chart");
getLayers().add(tiledLayer);When I start my application (without the above code commented out), it starts continuously spewing:Frame_buffer_OGL::init_ FAILED to create_ FramebufferName
Frame_buffer_OGL::init_ FAILED to create_ FramebufferName
Frame_buffer_OGL::init_ FAILED to create_ FramebufferName
Frame_buffer_OGL::init_ FAILED to create_ FramebufferName
...
When I close the application I get a core dump, regardless of the local tiled layer.Any helpful hints?More information:When the application starts I get this information:Java version : 1.7.0_25 (Oracle Corporation) amd64Rendering engine : OpenGLGLX version 1.4glxinfo | grep OpenGLOpenGL vendor string: NVIDIA CorporationOpenGL renderer string: GeForce GT 640/PCIe/SSE2OpenGL version string: 4.3.0 NVIDIA 319.49OpenGL shading language version string: 4.30 NVIDIA via Cg compilerCore dump that occurs after closing application:## A fatal error has been detected by the Java Runtime Environment:## SIGSEGV (0xb) at pc=0x00007f2ed57f5ea9, pid=8724, tid=139829799008000## JRE version: 7.0_25-b15# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)# Problematic frame:# V [libjvm.so+0x709ea9] Monitor::ILock(Thread*)+0x79## Core dump written. Default location: /home/user/core or core.8724## An error report file with more information is saved as:# /home/user/hs_err_pid8724.log## If you would like to submit a bug report, please visit:# http://bugreport.sun.com/bugreport/crash.jsp#