Skip to content

Crash suspend function using Xcode 26 and iOs 15,16 and 17 #782

@pablogeek

Description

@pablogeek

Describe the bug
I am getting a crash compiling the app in xcode 26 and running it in iOS 15,16 and 17. This is fine when compiling the app in Xcode 16.4

To Reproduce
Try to upload a file to S3

Expected behavior
does not crash

Setup (please complete the following information):

  • OS: 16
  • Version of soto: 7.2
  • Authentication mechanism [hard-coded credentials, IAM Instance Profile on EC2, etc]

Additional context

Crashed: com.apple.root.user-initiated-qos.cooperative
0  libsystem_kernel.dylib         0x9fbc __pthread_kill + 8
1  libsystem_pthread.dylib        0x5680 pthread_kill + 268
2  libsystem_c.dylib              0x75b90 abort + 180
3  libswift_Concurrency.dylib     0x46bd8 <redacted> + 30
4  libswift_Concurrency.dylib     0x46bf8 <redacted> + 30
5  libswift_Concurrency.dylib     0x4acfc swift_task_dealloc + 128
6  IRIS Connect                   0x6cdd54 (8) suspend resume partial function for HTTPClient.executeCancellable(_:deadline:logger:) + 119 (HTTPClient+execute.swift:119)
7  libswift_Concurrency.dylib     0x41ac4 <redacted> + 436
8  libswift_Concurrency.dylib     0x42d54 <redacted> + 72
9  libdispatch.dylib              0x15be4 <redacted> + 392
10 libdispatch.dylib              0x163ec <redacted> + 156
11 libsystem_pthread.dylib        0x1928 _pthread_wqthread + 228
12 libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions