RCP 3.7 / SWT and Windows Data Execution Prevention [message #1705274] |
Thu, 13 August 2015 08:10  |
Eclipse User |
|
|
|
Hello,
I'm working on an RCP 3.7/SWT application using Windows as operating system. Under MS Windows XP everything works fine. Under MS Windows Server 2008 I'm experiencing random system crashes on opening the file chooser dialog.
MS Windows Server 2008 has got a security policy that is called DEP (Data Execution Prevention). Basically the feature stops a process if it tries to access memory areas with asking the operating system for permission.
I'm wondering if the JVM crashes are related to the DEP policy. I have had a look at the Java implementation class of the file chooser dialog. There one can see that system memory is allocated using native calls.
Did anybody have similar problems? Is there a new RCP/SWT version that considers DEP on allocating memory?
Kind regards,
Heiko
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04155 seconds