I would like to help you but I don't succeed to reproduce the segfault. tito On Thu, Mar 22, 2012 at 12:32:27PM -0400, Michael Gogins wrote: > Segmentation fault on line 340 of signalflowgraph.cpp following a > complete clean and rebuild. Possibly some change in how instruments or > opcodes are deactivated and/or their memory is managed? The > implication is that h is not valid. > > // Loop over the source connection instances... > std::vector *instances = sourceOutlets->at(sourceI); > for (size_t instanceI = 0, instanceN = instances->size(); > instanceI < instanceN; > instanceI++) { > Outleta *sourceOutlet = instances->at(instanceI); > // Skip inactive instances. > 340 if (sourceOutlet->h.insdshead->actflg) { > // Loop over the samples in the inlet buffer. > for (int sampleI = 0; > sampleI < sampleN; > sampleI++) { > asignal[sampleI] += sourceOutlet->asignal[sampleI]; > } > } > } > } > > Help! > > Regards, > Mike > -- > Michael Gogins > Irreducible Productions > http://www.michael-gogins.com > Michael dot Gogins at gmail dot com > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net