atomicDEX-API icon indicating copy to clipboard operation
atomicDEX-API copied to clipboard

[iOS] mm2 e9559c229 causes crashes on iOS app

Open kivqa opened this issue 1 year ago • 3 comments

iOS crashes are becoming common and no longer an isolated issue for iOS Release 0.8.0 with mm2 e9559c229. The issue occurs when starting mm2. Alina and Charl are investigating and trying to identify the cause or at least conditions to reproduce.

kivqa avatar Nov 07 '23 11:11 kivqa

Issue relates to iOS release of https://github.com/KomodoPlatform/komodo-wallet-mobile

I'm working to get more detailed logs in case the internal crash reports are not sufficient. Atm is not possible because user can only export logs after they are logged in, which is after mm2 starts.

CharlVS avatar Nov 07 '23 11:11 CharlVS

I've confirmed with an active community member on Discord that they've been having the issue since 0.7.0 or 0.7.1, which is the first release with ARRR. It happens 100% of the time.

CharlVS avatar Nov 08 '23 14:11 CharlVS

running out of space maybe? ARRR needs a bit of storage, eg:

-rw-r--r-- 1 flow flow 139608064 Nov  8 13:46 ARRR_cache.db
-rw-r--r-- 1 flow flow     32768 Nov  8 15:07 ARRR_cache.db-shm
-rw-r--r-- 1 flow flow   4132392 Nov  8 15:07 ARRR_cache.db-wal
-rw-r--r-- 1 flow flow  36225024 Nov  8 14:50 ARRR_wallet.db
-rw-r--r-- 1 flow flow     32768 Nov  8 15:07 ARRR_wallet.db-shm
-rw-r--r-- 1 flow flow   4268352 Nov  8 15:07 ARRR_wallet.db-wal

cipig avatar Nov 08 '23 15:11 cipig