[Gambas-devel] Signal 11 in DNS client [FIXED]

Benoît Minisini gambas at ...1...
Mon Oct 24 13:25:10 CEST 2011


Le 24/10/2011 12:49, Ron a écrit :
> Benoit,
>
> Found the problem and the fix:
>
> ~/install/gambas/trunk/gb.net/src$ diff CDnsClient.c.org CDnsClient.c
> 64c64,65
> < if (read_dns_pipe( data, length) != length)
> ---
>  >
>  > if (read(dns_r_pipe, data, length) != length)
>
> it was calling itself over and over again...
>
> I guess I'm the only one using the gambas3 gb.net dns code...?
> This bug was there since 7th of September.
> http://gambas.svn.sourceforge.net/viewvc/gambas/gambas/trunk/gb.net/src/CDnsClient.c?r1=3870&r2=4105&pathrev=4105
> <http://gambas.svn.sourceforge.net/viewvc/gambas/gambas/trunk/gb.net/src/CDnsClient.c?r1=3870&r2=4105&pathrev=4105>
>
> Regards,
> Ron_2nd.
>

Fixed in revision #4211!

-- 
Benoît Minisini




More information about the Devel mailing list