Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-patch] Binary search blocks locking up workspace

As Dave I. pointed out in the PR, we should likely be moving all
of this type of support to the new EFS model.  I haven't ingrained
EFS into my brain yet ... I'll be adjusting the fix accordingly
to have the same effect but using EFS calls instead.

Thomas

> -----Original Message-----
> From: Thomas Fletcher 
> Sent: Thursday, August 17, 2006 5:02 PM
> To: 'CDT patches and commits are posted to this list.'
> Subject: RE: [cdt-patch] Binary search blocks locking up workspace
> 
> Applied with minor modifications.
> 
> Thanks,
>  Thomas 
> 
> > -----Original Message-----
> > From: cdt-patch-bounces@xxxxxxxxxxx 
> > [mailto:cdt-patch-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
> > Sent: Wednesday, August 16, 2006 7:58 AM
> > To: cdt-patch@xxxxxxxxxxx
> > Subject: [cdt-patch] Binary search blocks locking up workspace
> > 
> > Bug #149428
> > The Binary Parser tries to parse non-regular files.  This can 
> > result in blocking of all access to a project.  Added a check 
> > that the file length()>0.
> >  
> > James
> > 
> 


Back to the top