Skip to main content

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

Hi,

the screenshot shows the Reconciler thread in a state where it is idle (waiting for: DirtyRegionQueue).
This is obviously not the thread that hangs in the rewriteAST method.
A full thread dump would show more.

Toni

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Joseph Paul Cohen
> Sent: Tuesday, July 10, 2012 17:09
> To: cdt-dev
> Subject: [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


Back to the top