[PD-dev] Re: more crashes

Miller Puckette mpuckett at man104-1.ucsd.edu
Fri Jan 7 19:17:59 CET 2005


Thanks... that's a major blooper.  Fix to appear.

M

On Fri, Jan 07, 2005 at 03:00:00PM +0100, Krzysztof Czaja wrote:
> hi Miller,
> 
> the stable .38 still suffers random crashes due to the obvious
> bug.  I think this one is too important to let it wait for .39.
> 
> Krzysztof
> 
> -------- Original Message --------
> Subject: [PD-dev] fixing guiqueue
> Date: Sat, 18 Dec 2004 15:16:22 +0100
> From: Krzysztof Czaja <czaja at chopin.edu.pl>
> To: pd-dev <pd-dev at iem.at>
> 
> hi Miller,
> 
> looks like this typo in sys_unqueuegui() was behind many,
> if not all, quiqueue-related crashes reported on pd-list:
> 
> --- s_inter.c~  2004-10-25 05:10:19.000000000 +0200
> +++ s_inter.c   2004-12-18 15:10:03.000000000 +0100
> @@ -778,7 +778,7 @@
>          if (gq2->gq_client == client)
>      {
>          gq->gq_next = gq2->gq_next;
> -        t_freebytes(gq, sizeof(*gq));
> +        t_freebytes(gq2, sizeof(*gq));
>          break;
>      }
>  }




More information about the Pd-dev mailing list