Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] ASTRewrite

Hello,

I have been using the CDT ASTRewrite object to create changes. For
some refactorings (not all) with multiple IAST nodes removed it hangs
at this line:

final Change c = rw.rewriteAST();

The thread says "waiting for: DirtyRegionQueue" (Image Attached)

Can anyone tell me what this means? Or some hints at what to look at?

-J

Attachment: thread-stall.png
Description: PNG image


Back to the top