I'm using Jscript, not Java. No JVM to work with. When analyzing the dump in Visual Studio, it points to illegal memory access error. Whether that means something is attempting to access free'd memory or use an invalid pointer is anybody's guess as I do not have the necessary resources to debug XSI.exe.
Occasionally I get a BEX error pointing to a StackHash issue, but it doesn't provide any details. I was just curious if anybody else has experienced this problem because this didn't happen in 7.5, and I don't see it happening in 2013 SP1 (64 bit). Issues seems specific to the 32 bit version of Softimage 2013 SP1. We've reproduced the issue on multiple computer architectures. Problem is I have many tools using GridData in PPGs and now I need a workaround. Matt From: [email protected] [mailto:[email protected]] On Behalf Of Alok Sent: Thursday, March 14, 2013 4:38 PM To: [email protected] Subject: Re: GridData crashing in PPG? Not sure but if you are getting a 'OutOfMemoryError ' it is possibly a garbage collection issue. Although I am not entirely familiar with Garbage Collection mechanism in Java, and definitely not familiar with java script in softimage but here are a few pointers that might help: 1. The grid obj is most probably not properly garbage collected. 2. Try System.gc() and Runtime.gc() which is used to send request of Garbage Collection to JVM before PPG close. ALOK GANDHI / chef directeur technique - lead technical director [email protected]<mailto:[email protected]> T: 450 430-0010 x225 F: 450 430-0009 www.modusfx.com<http://www.modusfx.com> --------------------------------------------------------------------------------------------- MODUS FX 120 Rue Turgeon, Sainte-Therese (Quebec) CANADA J7E 3J1 Follow us on Facebook<http://www.facebook.com/ModusFX> & Twitter<https://twitter.com/Modusfx> On 14/03/2013 6:58 PM, Matt Lind wrote: Anybody experience crashes from displaying a GridData object in a custom property PPG? I'm troubleshooting an issue in 2013 SP1 (32bit) where displaying a GridData object in a custom property PPG induces a crash - usually when the PPG is closed. The source of the crash is 'ntdll.dll' according to the Microsoft crash dump report, which indicates a memory allocation issue. The puzzler is my code is written in Jscript which doesn't have any memory allocation responsibilities. That indicates the source of the problem is either Windows or Softimage. Just curious if anybody else has experienced this issue. Thanks, Matt No virus found in this message. Checked by AVG - www.avg.com<http://www.avg.com> Version: 2012.0.2238 / Virus Database: 2641/5646 - Release Date: 03/03/13 Internal Virus Database is out of date.

