[PD-dev] more crashes

Krzysztof Czaja czaja at chopin.edu.pl
Fri Jan 7 15:00:00 CET 2005


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