Skip to content

Weird crash on Renderer.set(samples:start:length:) #10

Open
@doubotis

Description

@doubotis

macOS Version(s) Used to Build

macOS 15.3

Xcode Version(s)

Xcode 16.2

Description

I’m encountering a crash in the release builds of my app, as reported by Crashlytics. It appears to be related to the use of Waveform, which I’m using to visualize audio recordings from the microphone.

Unfortunately, the crash logs provide very little useful information, making it difficult to diagnose the issue. Here’s the crash log from Crashlytics (see below).

Do you have any suggestions or debugging tips that could help point me in the right direction?

Thanks in advance!

Crash Logs, Screenshots or Other Attachments (if applicable)

SIGABRT ABORT
         Crashed: com.apple.root.user-initiated-qos.cooperative
0  libsystem_kernel.dylib         0xc2d4 __pthread_kill + 8
1  libsystem_pthread.dylib        0x859c pthread_kill + 268
2  libsystem_c.dylib              0x77b08 abort + 128
3  libswiftCore.dylib             0x3ccae4 swift::fatalError(unsigned int, char const*, ...) + 134
4  libswiftCore.dylib             0x3ccb04 swift::warningv(unsigned int, char const*, char*) + 30
5  libswiftCore.dylib             0x3d82ec swift_deallocPartialClassInstance + 306
6  libswiftCore.dylib             0x3d817c _swift_release_dealloc + 56
7  libswiftCore.dylib             0x3d9290 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 160
8  Zephyr                         0x4e5570 Renderer.set(samples:start:length:) + 146 (Renderer.swift:146)
9  libswift_Concurrency.dylib     0x60f5c swift::runJobInEstablishedExecutorContext(swift::Job*) + 252
10 libswift_Concurrency.dylib     0x62514 swift_job_runImpl(swift::Job*, swift::SerialExecutorRef) + 144
11 libdispatch.dylib              0x15ec0 _dispatch_root_queue_drain + 392
12 libdispatch.dylib              0x166c4 _dispatch_worker_thread2 + 156
13 libsystem_pthread.dylib        0x3644 _pthread_wqthread + 228
14 libsystem_pthread.dylib        0x1474 start_wqthread + 8

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