Skip to main content

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

Sigh. It is indeed the same.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of James Blackburn
> Sent: Monday, September 12, 2011 4:12 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Deadlock still
> 
> On 12 September 2011 21:05, Schaefer, Doug
> <Doug.Schaefer@xxxxxxxxxxxxx> wrote:
> > Hey gang,
> >
> > I see another (or is it still the same one) deadlock in the Indexer
> > during a test run. I'm not sure if it's a contrived example since the
> > test appears to be doing a project delete while the indexer was
> > running. The thread doing the delete has the resource lock and an
> > action in the indexer is causing a CProjectDescription save which tries to
> acquire the resource lock.
> >
> > Have others seen this or is this a new one?
> 
> Yep, I've seen this:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=327126
> 
> It occurs if you try to delete the project while indexing is in progress.  I
> couldn't come up with an obvious fix...
> 
> Cheers,
> James
> 
> 
> >
> >
> >
> > Doug.
> >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top