Open stefansjs opened 7 years ago
Looks like the relevant stack trace comes from:
0 org.miniAudicle.miniAudicle 0x000000010011d417 FM_ctrl_modSpeed + 23
1 org.miniAudicle.miniAudicle 0x00000001000923d8 Chuck_Instr_Func_Call_Member::execute(Chuck_VM*, Chuck_VM_Shred*) + 568
2 org.miniAudicle.miniAudicle 0x0000000100088ed2 Chuck_VM::compute() + 338
3 org.miniAudicle.miniAudicle 0x0000000100088c68 Chuck_VM::run(long) + 72
4 org.miniAudicle.miniAudicle 0x00000001000ed75f Digitalio::cb2(void*, void*, unsigned int, double, unsigned int, void*) + 399
5 org.miniAudicle.miniAudicle 0x00000001000fd12b RtApiCore::callbackEvent(unsigned int, AudioBufferList const*, AudioBufferList const*) + 331
6 org.miniAudicle.miniAudicle 0x00000001000fc477 callbackHandler(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*, void*) + 23
7 com.apple.audio.CoreAudio 0x00007fff8db9e8ce HALC_ProxyIOContext::IOWorkLoop() + 5290
8 com.apple.audio.CoreAudio 0x00007fff8db9d264 HALC_ProxyIOContext::IOThreadEntry(void*) + 128
9 com.apple.audio.CoreAudio 0x00007fff8db9cfa3 HALB_IOThread::Entry(void*) + 75
10 libsystem_pthread.dylib 0x00007fffa39d293b _pthread_body + 180
11 libsystem_pthread.dylib 0x00007fffa39d2887 _pthread_start + 286
12 libsystem_pthread.dylib 0x00007fffa39d208d thread_start + 13
Is this coming from actually rendering audio? I don't think that should be happening right at application start. Still the only instrument I have is the FM oscillator
Unfortunately I can't even seem to figure out what the crash is. It looks like it might actually be coming from the audio system :/
The code I was trying to add to the VM was this:
Here's the crashdump from apple (that comes from "do you want to send this error report?" dialog)