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

App keeps crashing after I enter vault password #348

Open
AngelShalimar opened this issue Dec 8, 2023 · 8 comments
Open

App keeps crashing after I enter vault password #348

AngelShalimar opened this issue Dec 8, 2023 · 8 comments

Comments

@AngelShalimar
Copy link

I just updated my app with the fix for the issue where the app hangs when trying to add a new entry. Now I can’t even open my vault. The app keeps crashing after I enter the vault password.

I’m using the app on an iPhone with iOS 17.1.1.

I hope this can be fixed soon as I’m constantly forgetting my passwords. Thanks!

@perry-mitchell
Copy link
Member

I'm not able to reproduce. Which storage are you using? Have you tried re-adding it? Does it work on the desktop app?

@AngelShalimar
Copy link
Author

I'm using local storage. I tried re-adding just now and was able to browse it while it was still unlocked. But when I closed the app and tried again, the app crashes when trying to unlock both the old and newly added vault.

Can the local vault be opened on desktop? If so, how can I send the vault file to my desktop? Thanks!

@furiousme
Copy link

Keeps crashing for me. Local storage.

Hardware Model:      iPhone13,3
Version:             2.6.1 (126)
OS Version:          iPhone OS 16.3.1 (20D67)

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread:  3

Application Specific Information:
abort() called

Thread 3 name:   Dispatch queue: com.facebook.react.ExceptionsManagerQueue
Thread 3 Crashed:
0   libsystem_kernel.dylib        	       0x20a2e7674 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x21aa4b1ac pthread_kill + 268
2   libsystem_c.dylib             	       0x1d3e48c8c abort + 180
3   libc++abi.dylib               	       0x21a98ab8c abort_message + 132
4   libc++abi.dylib               	       0x21a97aa80 demangling_terminate_handler() + 336
5   libobjc.A.dylib               	       0x1c5961d3c _objc_terminate() + 144
6   libc++abi.dylib               	       0x21a989f28 std::__terminate(void (*)()) + 20
7   libc++abi.dylib               	       0x21a989ec4 std::terminate() + 56
8   libdispatch.dylib             	       0x1d3de4f9c _dispatch_client_callout + 40
9   libdispatch.dylib             	       0x1d3dec640 _dispatch_lane_serial_drain + 672
10  libdispatch.dylib             	       0x1d3ded18c _dispatch_lane_invoke + 384
11  libdispatch.dylib             	       0x1d3df7e10 _dispatch_workloop_worker_thread + 652
12  libsystem_pthread.dylib       	       0x21aa44df8 _pthread_wqthread + 288
13  libsystem_pthread.dylib       	       0x21aa44b98 start_wqthread + 8

@NewtonMiranda00
Copy link

RPReplay_Final1703226000.MP4

@dniggemann
Copy link

I'm able to reproduce it. The app crashes in 2 situations:

  • After entering a password for a local vault and tapping "Unlock" (regardless of whether the password is correct or not)
  • After switching from "home" to "codes" and back to "home" in the menu.

iOS 17.2.1
Buttercup v2.6.1

@perry-mitchell
Copy link
Member

Have tried debugging this but it's elusive and probably something low level in the navigation library.

Would welcome some help here.

@furiousme
Copy link

The crash can be easily reproduced locally.
@ui-kitten is the culprit. There is an issue open and PR with the potential fix is still waiting.

@jean-io

This comment has been minimized.

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

No branches or pull requests

7 participants
@perry-mitchell @jean-io @dniggemann @furiousme @NewtonMiranda00 @AngelShalimar and others