[Gambas-devel] Bug in process (2)

Benoit Minisini gambas at ...1...
Fri Jul 1 23:02:29 CEST 2005


On Tuesday 28 June 2005 15:53, Daniel Campos wrote:
> The bug is exatly here:
>
> static void stop_process_after(CPROCESS *_object)
> {
>
>     ......
>
>   /* Vidage du tampon de sortie */
>   if (THIS->out >= 0)
>   {
>     stream = CSTREAM_stream(THIS);
>     while (!STREAM_eof(stream))    <---- HERE IT FINISHES WITH A SEGFAULT
>     {
>       stream->process.read_something = FALSE;
>       ....
>
>
> Regards,
>
> Daniel Campos
>
>

Thanks Daniel. This will be fixed in the next version.

-- 
Benoit Minisini
mailto:gambas at ...1...





More information about the Devel mailing list