KERN_INVALID_ADDRESS just means you have a dangling pointer. You'd need to look for those leaks in your app
@JohnEstropia commented on GitHub (Apr 14, 2023):
KERN_INVALID_ADDRESS just means you have a dangling pointer. You'd need to look for those leaks in your app
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jimbengtsson92 on GitHub (Apr 14, 2023).
I have received a crash in crashlytics which comes from the deinit in DataStack.swift for a background task.
Stack trace:
@JohnEstropia commented on GitHub (Apr 14, 2023):
KERN_INVALID_ADDRESS just means you have a dangling pointer. You'd need to look for those leaks in your app
@jimbengtsson92 commented on GitHub (Apr 17, 2023):
@JohnEstropia Ok thanks for the feedback.