Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Weird exception in Spawner

java.lang.IllegalThreadStateException: Process not Terminated
	at org.eclipse.cdt.utils.spawner.Spawner.exitValue(Spawner.java:
321)
	at 
org.eclipse.cdt.jsoncdb.core.internal.builtins.CompilerBuiltinsDetector.detectBuiltins(CompilerBuiltinsDetector.java:
134)
	at 
org.eclipse.cdt.jsoncdb.core.CompileCommandsJsonParser.detectBuiltins(CompileCommandsJsonParser.java:
290)
	at 
org.eclipse.cdt.jsoncdb.core.CompileCommandsJsonParser.processJsonFile(CompileCommandsJsonParser.java:
193)
	at 
org.eclipse.cdt.jsoncdb.core.CompileCommandsJsonParser.parse(CompileCommandsJsonParser.java:
455)
	at 
de.marw.cmake4eclipse.mbs.internal.JsonCompilationDatabaseParser.parseAndSetEntries(JsonCompilationDatabaseParser.java:
255)
	at 
de.marw.cmake4eclipse.mbs.internal.JsonCompilationDatabaseParser$1.runInWorkspace(JsonCompilationDatabaseParser.java:
337)
	at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:
42)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)


AFAICS, any method in Spawner that sets fState is synchronized.
Any ideas?

Martin

-- 
Cd wrttn wtht vwls s mch trsr.






Back to the top