Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Spawner available0() system call issue on Linux

I think this was a regression only in early 6.0 which Elena fixed in
6.0.2 & HEAD.

Cheers,
James
On 23 February 2010 15:40, Mike Wrighton <mike.wrighton@xxxxxxxxxxxxxx> wrote:
> Hi,
>
> I noticed in CDT 6.0.1 that the available0() system call was not
> implemented for Linux. SpawnerInputStream.available() therefore always
> returns 0 on this platform, meaning that launching gdb will always
> timeout. Incidentally, I think there's also a bug here in that
> timing-out doesn't error (MIProcessAdapter:73). So what's happening is
> gdb is taking TIMEOUT (30 seconds) to launch!
>
> Hope that makes sense...
>
> Mike
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top