[Gambas-devel] Bug in process (2)

Daniel Campos danielcampos at ...45...
Tue Jun 28 15:53:37 CEST 2005


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





More information about the Devel mailing list