Error when using sys.reboot on IOS

I get an error when I try to reload an app using sys.reboot() on my iOS device . This was not noticed before, I found it before the new update was released. In a blank project everything works fine, on android everything is fine too.

Please help with advice, where to look, what to test, how to identify the cause of this error:

Assertion failed: (Capacity() - Size() > 0), function Push, file array.h, line 557.
Process 980 stopped
* thread #1, name = 'engine_main', queue = 'com.apple.main-thread', stop reason = signal SIGABRT
    frame #0: 0x00000001bb0b3bbc libsystem_kernel.dylib`__pthread_kill + 8
libsystem_kernel.dylib`:
->  0x1bb0b3bbc <+8>:  b.lo   0x1bb0b3bd8               ; <+36>
    0x1bb0b3bc0 <+12>: stp    x29, x30, [sp, #-0x10]!
    0x1bb0b3bc4 <+16>: mov    x29, sp
    0x1bb0b3bc8 <+20>: bl     0x1bb0af60c               ; cerror_nocancel

Hi @Max_R !

I think it’s going to be dfficult for you to pinpoint the crash.
Would it be possible for you to share your project with us? Either here in this post, or via DM?

1 Like

Hi @Mathias_Westerdahl !

I’ll try to make minimal repo case of project and send it to you via DM.

I’m also attaching the crash feedback from TestFlight to this post.
crashlog.crash.zip (4.3 KB)

2 Likes