Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash during background execution #862

Closed
CoderCoderCoder opened this issue Sep 11, 2023 · 1 comment
Closed

Crash during background execution #862

CoderCoderCoder opened this issue Sep 11, 2023 · 1 comment
Labels

Comments

@CoderCoderCoder
Copy link

CoderCoderCoder commented Sep 11, 2023

Versions

  • Python : 3.10.10
  • MacOS version : latest
  • XCode Version : latest
  • Cython version : 0.29.X (as specified in requirements)
  • iOS version: latest
  • Test device: iPhone 12 Mini

Describe the bug
I had the app running in the debugging mode from XCode on my iPhone. It was in the background. Suddenly it crashed and I got the error below (see the logs).

Expected behavior
No crashes during background execution.

Logs

2023-09-10 21:44:49.967437+0300 myapp[8578:437766] [Snapshotting] Snapshotting a view (0x12c8d8600, UIKeyboardImpl) that is not in a visible window requires afterScreenUpdates:YES.
2023-09-10 21:44:50.121440+0300 myapp[8578:442919] Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)
2023-09-10 21:44:50.121841+0300 myapp[8578:442919] Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)
2023-09-10 21:44:50.122128+0300 myapp[8578:442919] Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)
2023-09-10 21:44:50.122148+0300 myapp[8578:442919] Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)
2023-09-10 21:44:50.122224+0300 myapp[8578:442919] GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=7 "Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)" UserInfo={NSLocalizedDescription=Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)}
@github-actions
Copy link

👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

If you're having trouble installing or using kivy-ios, maybe you could be interested to installation and requirements.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants