Skip to content

DSPBase::deallocateRenderResourcesDSP causes EXC_BAD_ACCESS in macOS Tahoe #33

@nhubbard

Description

@nhubbard

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)

Image

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:

  1. Clone the project: git clone https://github.com/nhubbard/sort-visualizer-swift -b dev
  2. Build and run it from Xcode with the Debug configuration
  3. Switch from the home page to the "Quick Sort" or any other algorithm, observe that it doesn't crash
  4. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions