[PD-dev] [ pure-data-Bugs-1097901 ] Random GUI crashes

SourceForge.net noreply at sourceforge.net
Thu Feb 10 12:36:08 CET 2005


Bugs item #1097901, was opened at 2005-01-07 14:48
Message generated for change (Settings changed) made by ggeiger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1097901&group_id=55736

Category: puredata
Group: None
>Status: Closed
Resolution: None
Priority: 9
Submitted By: Guenter  Geiger (ggeiger)
Assigned to: Miller Puckette (millerpuckette)
Summary: Random GUI crashes

Initial Comment:

Submitting this for completeness, (see pd-dev list for
further information).

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;
      }
  }




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1097901&group_id=55736




More information about the Pd-dev mailing list