-
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
macOS Version(s) Used to Build
macOS "Tahoe" 26.0 Beta (25A5279m)
Xcode Version(s)
Xcode 26.0 beta (17A5241e)
Description
My app has started crashing when switching pages that use AudioKit on them. Not sure where AudioKitEX is used, but the issue is in CAudioKitEX -> Internals -> DSPBase -> deallocateRenderResourcesDSP, specifically on the line pDSP->deinit();
Crash Logs, Screenshots or Other Attachments (if applicable)

My current source code using AudioKit is publicly available: https://github.com/nhubbard/sort-visualizer-swift
If a developer needs a direct debugger connection, I'm willing to set up a remote access session privately to help step through the issue.
Alternatively, you can do the following to get a local session showing the bug:
- Clone the project:
git clone https://github.com/nhubbard/sort-visualizer-swift -b dev
- Build and run it from Xcode with the Debug configuration
- Switch from the home page to the "Quick Sort" or any other algorithm, observe that it doesn't crash
- Then switch to another page (no interaction required on the previous page) and observe the error as reported in the bug appear in the Xcode debugger
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working