libpd / pd-for-ios

Pure Data for iOS
Other
265 stars 72 forks source link

dsp_tick crash about 1% of the time #14

Closed cerupcat closed 7 years ago

cerupcat commented 7 years ago

I've had this crash in my app on the audio thread that I can't seem to figure out since it happens inconsistently. Anyone else run into this?

Crashed: AURemoteIO::IOThread
0  App                        0x1344ab6ca (Missing)
1  App                        0x100550f1c dsp_tick (d_ugen.c:336)
2  App                        0x1005893fc sched_tick (m_sched.c:427)
3  App                        0x1005a5bd8 libpd_process_float (z_libpd.c:144)
4  App                        0x1000b8b6c pd::PdBase::processFloat(int, float const*, float*) (PdBase.cpp:136)
5  App                        0x1000f1338 ofxPd::audioOut(float*, int, int) (ofxPd.cpp:777)
danomatika commented 7 years ago

This repo is more for hosting iOS examples. Can you resubmit this issue to the main libpd repo?