Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

[Crash] Over committing from RepeatingTimer #114

Closed
freak4pc opened this issue Sep 8, 2021 · 1 comment
Closed

[Crash] Over committing from RepeatingTimer #114

freak4pc opened this issue Sep 8, 2021 · 1 comment

Comments

@freak4pc
Copy link

freak4pc commented Sep 8, 2021

Hey there,
We noticed there's a somewhat repeating crash on JustLog that looks like this:

Crashed: com.apple.root.default-qos.overcommit
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000

image

Over-comitting basically means the queue can't handle the amount of scheduled pieces of work simultaneously with the provided quality of service. I believe this is related to the fact you're using makeTimerSource and using the default queue instead of possibly creating your own queue with a different quality of service, but haven't had a chance to properly investigate.

Are you aware of this crash? Couldn't find any other reports on it. Thanks!

@albertodebortoli
Copy link
Member

Hi @freak4pc, I'm sorry the team didn't address this. I don't think we have encountered this specific crash in our apps.
I'm gonna go ahead and close this as we are deprecating the component and archiving the repo.

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

No branches or pull requests

2 participants