Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Eclipse hangs while importing cdt project.


Hi,

While importing a cdt project, CDT sometimes hang.This look like a dead lock.

Thread [Worker-2] (Suspended)        
        waiting for: Class<T> (org.eclipse.cdt.managedbuilder.core.ManagedBuildManager) (id=262)        
                owned by: Thread [main] (Suspended)        
                        waiting for: Semaphore  (id=290)        

I am attaching the full stack trace.




A workaround for this hang is to turn off the auto-build while importing.


I have filed a bug : https://bugs.eclipse.org/bugs/show_bug.cgi?id=175270


Regards,

- Janees

Attachment: import_dead_lock.trace
Description: Binary data


Back to the top