| Summary: | Can't create new C++ project. "java.lang.AbstractMethodError" | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | David Belle <david.belle> |
| Component: | cdt-build-managed | Assignee: | Andrew Gvozdev <angvoz.dev> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | Andrew Gvozdev <angvoz.dev> |
| Severity: | critical | ||
| Priority: | P3 | CC: | cdtdoug, daniel_megert |
| Version: | 8.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
David Belle
What toolchain are you using creating a new project? *** cdt git genie on behalf of Andrew Gvozdev ***
bug 415841: more info to the log in case of exception
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=2c5fcc3d856c571613317d68dcc66ddba5f9d114
*** cdt git genie on behalf of Andrew Gvozdev ***
bug 415841: more info to the log in case of exception
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=614878662c5f0556a79cc55b20da2a19ef03e744
This stack trace is an indication that a plugin that is used here is not compatible with CDT version that is used. There were incompatible changes in API of class IManagedIsToolChainSupported in CDT 8.0. The plugin would need to be changed to use the new API. I added more info to the log to be able to tell what toolchain causes the issue. |