Hi
I develop a plugin for Indesign Server CS4 / Windows. This plugin has a size of about 6500 kByte in the debug version.
Since a short time, I have a memory problem in this plugin. The plugin crashs if I call the method of a class, immediately after the first row of code of this method (with a stack overflow). But this is not the problem. If I change something in my code, the plugin crashs on another place. It the typical behavior of a memory problem, overwriting memory or using to much memory I suppose.
But I don't find the problem. I mean, the crash is shortly after the start of InDesign server, no document is opened or something is done with a lot of memory using. I have no sense what it could be or what I can do to find the problem.
- Any ideas?
- Is the a memory limit for a plugin for Indesign server? I don't think so...
- How can I find the problem?
- Any strategies?
Thanks for the help.
Hans