1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Andrew Gvozdev 955bd297b2 Workaround for Java problem on Windows with releasing buffers for memory-mapped files
java.io.FileNotFoundException: C:\workspace\junit-workspace\.metadata\.plugins\org.eclipse.cdt.core\language.settings.xml (The requested operation cannot be performed on a file with a user-mapped section open)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(Unknown Source)
	at java.io.FileOutputStream.<init>(Unknown Source)
	at org.eclipse.cdt.internal.core.XmlUtil.getFileOutputStreamWorkaround(XmlUtil.java:315)
	at org.eclipse.cdt.internal.core.XmlUtil.serializeXml(XmlUtil.java:290)
	at org.eclipse.cdt.internal.core.language.settings.providers.LanguageSettingsProvidersSerializer.serializeLanguageSettingsWorkspace(LanguageSettingsProvidersSerializer.java:539)
	at org.eclipse.cdt.internal.core.language.settings.providers.LanguageSettingsProvidersSerializer$1.runInWorkspace(LanguageSettingsProvidersSerializer.java:577)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
2012-04-16 16:58:14 -04:00
..
org.eclipse.cdt.core Workaround for Java problem on Windows with releasing buffers for memory-mapped files 2012-04-16 16:58:14 -04:00
org.eclipse.cdt.core.aix Increment versions so that they are >= Indigo SR2 2012-02-05 15:35:26 -05:00
org.eclipse.cdt.core.linux Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.linux.ia64 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.linux.ppc Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.linux.ppc64 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.linux.x86 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.linux.x86_64 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.macosx Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.qnx Bug 314504 ProcessList leaks file descriptors during #getProcessList() 2010-05-27 10:01:52 +00:00
org.eclipse.cdt.core.solaris Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.tests bug 371797: Let all jobs finish before tearDown() in unit tests 2012-04-16 16:55:44 -04:00
org.eclipse.cdt.core.win32 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.win32.x86 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.core.win32.x86_64 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
org.eclipse.cdt.ui Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose project context more intelligently 2012-04-12 11:25:07 -05:00
org.eclipse.cdt.ui.tests Fixed a bug in formatting of declarations contained in macro expansion. 2012-04-14 16:57:35 -07:00