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

Swift runtime failure: arithmetic overflow #217

Closed
SuperY opened this issue Aug 31, 2023 · 3 comments
Closed

Swift runtime failure: arithmetic overflow #217

SuperY opened this issue Aug 31, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@SuperY
Copy link

SuperY commented Aug 31, 2023

Crash when the number of logs reaches a certain number, also crash immediately after the app restarts.

@Cretus-iosDev
Copy link

hello @SuperY ,
like I have run the code and it is showing Build success. but not showing any output.

Like I want to work on this issue. so can you tell me what more should look in..?

I'm a beginner this is my second time contributing.. can guide me.

@kean
Copy link
Owner

kean commented Sep 15, 2023

Hey, @Cretus-iosDev. If you'd like to contribute, please check LoggerBlobHandleEntity/linkCount property. It currently uses Int16 to store values, which is too small, apparently. I would suggest using Int32 or even larger integers just to be safe. It may be worth reviewing other entities too.

@kean
Copy link
Owner

kean commented Nov 5, 2023

Fixed in fcc7253 and will be released in the upcoming version.

@kean kean closed this as completed Nov 5, 2023
@kean kean added the bug Something isn't working label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants