Skip to main content

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

Looks more like a persistency issue to me (probably updating the AST file is blocked by some asynchronous access to the document).

 

Have you synchronized access? Are you using multiple asynchronous threads/jobs heavily?

 

Walter

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sergey Prigogin
Sent: Dienstag, 10. Juli 2012 18:59
To: CDT General developers list.
Subject: Re: [cdt-dev] ASTRewrite

 

 

On Tue, Jul 10, 2012 at 8:09 AM, Joseph Paul Cohen <jcccnet@xxxxxxxxx> wrote:

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?

 

Looks like a JVM problem. Have you tried to run it with JDK 1.6? 


-J

 

-sergey 


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top