Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S1AudioUnit internalRenderBlock AERealtimeWatchdogUnsafeActivityWarning at launch #116

Closed
jbmaxwell opened this issue Oct 26, 2019 · 1 comment

Comments

@jbmaxwell
Copy link

jbmaxwell commented Oct 26, 2019

Just curious. The AERealtimeWatchdog complains, at launch, with a AERealtimeWatchdogUnsafeActivityWarning which traces back to the S1AudioUnit's internalRenderBlock. I don't know if this is a serious concern or not, but I am getting occasional EXC_BAD_ACCESS crashes in my app (which includes a "skinless" version of SynthOne).
These crashes always occur when using the synth (we have an AKAppleSampler in the app, as well), and always point either to our Conductor, when it tries to .play() an event, or within SynthOne code itself. (Of course, it's EXC_BAD_ACCESS, so hard to know where it's actually occurring.)
Any thoughts?

Here's a backtrace of a crash, just a moment ago:

* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x12d)
    frame #0: 0x0000000189873e28 libobjc.A.dylib`objc_retain + 8
  * frame #1: 0x000000010055f788 Spliqs`__41-[AEMessageQueue initWithBufferCapacity:]_block_invoke(.block_descriptor=0x000000010167fe00, data=0x00000002817c5010, length=0) at AEMessageQueue.m:77:16
    frame #2: 0x000000010055a914 Spliqs`__39-[AEMainThreadEndpoint serviceMessages]_block_invoke(.block_descriptor=0x00000002840d6380) at AEMainThreadEndpoint.m:157:17
    frame #3: 0x0000000106f271fc libdispatch.dylib`_dispatch_call_block_and_release + 32
    frame #4: 0x0000000106f2877c libdispatch.dylib`_dispatch_client_callout + 20
    frame #5: 0x0000000106f36158 libdispatch.dylib`_dispatch_main_queue_callback_4CF + 1392
    frame #6: 0x000000018a5e6734 CoreFoundation`__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
    frame #7: 0x000000018a5e13e4 CoreFoundation`__CFRunLoopRun + 1888
    frame #8: 0x000000018a5e0964 CoreFoundation`CFRunLoopRunSpecific + 452
    frame #9: 0x000000018c821d8c GraphicsServices`GSEventRunModal + 108
    frame #10: 0x00000001b7a81758 UIKitCore`UIApplicationMain + 216
    frame #11: 0x00000001008fb590 Spliqs`main at AppDelegate_iOS.swift:23:7
    frame #12: 0x000000018a09cfd8 libdyld.dylib`start + 4
@aure
Copy link
Member

aure commented Jul 2, 2020

Closing this since no one has answered anyway.

@aure aure closed this as completed Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants