Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 513760

Summary: error on logs while building a makefile project
Product: [Tools] CDT Reporter: Alessandro Fardin <alef75>
Component: cdt-coreAssignee: Project Inbox <cdt-core-inbox>
Status: CLOSED DUPLICATE QA Contact: Doug Schaefer <cdtdoug>
Severity: normal    
Priority: P3 CC: zeratul976
Version: 9.2.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Alessandro Fardin CLA 2017-03-16 09:46:59 EDT
What steps will reproduce the problem?
1.build a makefile C project

while building the project, these error appears on the workspace log view



-- Error Details --
Date: Thu Mar 16 14:40:53 CET 2017
Message: Error
Severity: Error
Product: Eclipse Platform 4.6.3.v20170301-0400 (org.eclipse.platform.ide)
Plugin: org.eclipse.cdt.core
Exception Stack Trace:
java.lang.IllegalArgumentException
	at org.eclipse.core.internal.resources.WorkspaceRoot.findFilesForLocationURI(WorkspaceRoot.java:93)
	at org.eclipse.core.internal.resources.WorkspaceRoot.findFilesForLocationURI(WorkspaceRoot.java:87)
	at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractLanguageSettingsOutputScanner.findFileForLocationURI(AbstractLanguageSettingsOutputScanner.java:656)
	at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractLanguageSettingsOutputScanner.findResource(AbstractLanguageSettingsOutputScanner.java:739)
	at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractLanguageSettingsOutputScanner.processLine(AbstractLanguageSettingsOutputScanner.java:427)
	at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuildCommandParser.processLine(AbstractBuildCommandParser.java:274)
	at org.eclipse.cdt.internal.core.ConsoleOutputSniffer.processLine(ConsoleOutputSniffer.java:178)
	at org.eclipse.cdt.internal.core.ConsoleOutputSniffer.access$0(ConsoleOutputSniffer.java:174)
	at org.eclipse.cdt.internal.core.ConsoleOutputSniffer$ConsoleOutputStream.checkLine(ConsoleOutputSniffer.java:99)
	at org.eclipse.cdt.internal.core.ConsoleOutputSniffer$ConsoleOutputStream.write(ConsoleOutputSniffer.java:58)
	at java.io.OutputStream.write(OutputStream.java:75)
	at org.eclipse.cdt.internal.core.ProcessClosure$ReaderThread.run(ProcessClosure.java:57)
Comment 1 Nathan Ridge CLA 2017-04-08 15:22:38 EDT
This is the same stack trace as bug 511161, which you filed :)

*** This bug has been marked as a duplicate of bug 511161 ***