Re: jzy3d seg faulting on window close
Posted by jazzmongrel on Aug 11, 2011; 4:08pm
URL: https://forum.jogamp.org/jzy3d-seg-faulting-on-window-close-tp3243328p3246395.html
Hi,
Yes this is using a very slightly modified version of BuildSurfaceDemo.java. All I have done is added some other data points. Everything renders perfect and behaves perfectly. It's only when I close the frame does it dump core.
Martin suggested I give more info about the architecture.
It is 8 core .. each core is (according to /proc/cpuinfo):
Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
according to /proc/version :
Linux version 2.6.18-128.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)) #1 SMP Wed Jan 21 10:41:1
4 EST 2009
Let me know of any other helpful information.
--Jason