Community
Participate
Working Groups
Build Identifier: M20110210-1200 Our RCP application crashes hard when doing a rotation on an image. This is probably not due to the rotation itself, as sometimes to reproduce the crash we have to try and rotate tens of images and for the last one usually we also do it tens of times by manually clicking our button that calls the code. It is nonetheless completely reproducible, but it takes time. We thought of a PermGen issue also we can also reproduce it with an initial PermGen allocated that is way larger than used. We ran it through jProfiler and there's no sign of something else than a native crash in the Java_org_eclipse_swt_internal_C_memmove__I_3BI function. We can reproduce both with an Eclipse 3.5.2 target, or with a 3.6.2 target. Reproducible: Sometimes
Created attachment 205725 [details] JVM crash log 1
Created attachment 205727 [details] JVM crash log 2
Will attach the caller code. In the meantime and FYI, we're investigating the only foreign DLL in the libraries loaded, one that is shipped with Sophos anti-virus, in a way similar to Bug #87798.
any chances that we can get simple swt snippet that can be used to reproduce the crash ?
Hi Felipe, thanks a lot for looking into this. We're currently trying to write that testcase and we'll post it here. As an aside, caller code is the SWTImageCanvas from the classic article at: http://www.eclipse.org/articles/Article-Image-Viewer/Image_viewer.html
Hi Felipe, sorry we've been trying to reproduce this on a smaller case, but we can't. I'll close this as INVALID for now and if we find out, I'll attach a solution.