[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] [Linux] Cause of segfault?
Hi list, first post :)
I find that scsynth segfaults within GraphDef_Read, due to what looks like
reading beyond the input buffer. What's the cause of this, I'm not really
intimate with the code yet, but it looks like variables are being read in
big endian order? I'm on x86, so could be a likely explanation. Anyway,
this is the source of the problem with synth definitions right (having to
delete synthdefs/*)? From what I can see there exists functions for
reading bytes in little endian order, how come these aren't being used?
Regards
Arve Knudsen