dropbox-sdk-obj-c icon indicating copy to clipboard operation
dropbox-sdk-obj-c copied to clipboard

Another yet crash in DBDelegate

Open NSStalker opened this issue 3 years ago • 2 comments

Hello there.

I use Your SDK 6.0.0 in my iOS app.

Here is the crash I found in FirebaseCrashlytics:

Screenshot 2021-11-02 at 09 39 41

NSStalker avatar Nov 02 '21 06:11 NSStalker

Thanks for reporting these! Do you happen to know the steps to reproduce this? Likewise, if you can share the relevant code/parameters that the app was running at the time of the crash, that may be helpful.

Also, the latest version of the SDK is v6.2.0, which contains a few bug fixes since v6.0.0, so please update to v6.2.0 and let us know if that seems to resolve any of these. Thanks!

greg-db avatar Nov 02 '21 15:11 greg-db

Yes, I anticipated this question, but unfortunately, I don't know the exact steps either, and I can only guess. Also, I can't reproduce the crash. I suspect the app's module is waiting for changes to the DropBox’s folders using specific cursors.

Just in case I attached fragments of the code. The suspect module is: KPDBSyncContentChangesObserver.

waiting_for_db_changes.zip

Also, the latest version of the SDK is v6.2.0, which contains a few bug fixes since v6.0.0, so please update to v6.2.0 and let us know if that seems to resolve any of these. Yes, I'm going to do this.

NSStalker avatar Nov 02 '21 16:11 NSStalker