| Summary: | Hard lock when creating new C/C++ project | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | simon468 |
| Component: | cdt-core | Assignee: | Anton Leherbauer <aleherb+eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | Doug Schaefer <cdtdoug> |
| Severity: | minor | ||
| Priority: | P3 | CC: | aleherb+eclipse, simon468 |
| Version: | 8.0 | ||
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
simon468
(In reply to comment #0) > cmd /c set PROCESSOR_ARCHITECTURE I guess we should run cmd /c /d set PROCESSOR_ARCHITECTURE to avoid the auto run commands. (In reply to comment #1) > cmd /c /d set PROCESSOR_ARCHITECTURE or rather cmd /d /c set PROCESSOR_ARCHITECTURE Fixed in HEAD. *** cdt cvs genie on behalf of aleherbau *** Bug 347499 - Hard lock when creating new C/C++ project [*] Platform.java 1.10 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/Platform.java?root=Tools_Project&r1=1.9&r2=1.10 |