We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two recurring stacktraces in crash logs related to Unbalanced call to dispatch_group_leave(), both in RileyLinkBLEDevice.
Unbalanced call to dispatch_group_leave()
The stacktraces seem to indicate that the lines of code being executed at the time of the crashes are:
I'll attach the relevant stacktraces below.
The text was updated successfully, but these errors were encountered:
Crash log from - (void)dataReceivedFromRL:(NSData*) data (I don't seem to have the desymbolicated version for this one)
- (void)dataReceivedFromRL:(NSData*) data
com.mecklem.loop_issue_2_crash_bf816d6c0e164ff09798a0aa8aeca723_c3299731043345c994f545fb675a9ca1_0_v1.txt
Sorry, something went wrong.
Crash in - (BOOL) doCmd:(nonnull CmdBase*)cmd withTimeoutMs:(NSInteger)timeoutMS:
- (BOOL) doCmd:(nonnull CmdBase*)cmd withTimeoutMs:(NSInteger)timeoutMS
com.mecklem.loop_issue_1_crash_6b6608ca932745b9a5aa6b172419140c_9e366a0174774ee6b9dc0887324d800e_0_v1.txt
This is fixed in dev.
No branches or pull requests
There are two recurring stacktraces in crash logs related to
Unbalanced call to dispatch_group_leave()
, both in RileyLinkBLEDevice.The stacktraces seem to indicate that the lines of code being executed at the time of the crashes are:
I'll attach the relevant stacktraces below.
The text was updated successfully, but these errors were encountered: