damus-io / damus

iOS nostr client
GNU General Public License v3.0
2k stars 289 forks source link

Profile card crash on three profile card profile opens #1695

Open alltheseas opened 1 year ago

alltheseas commented 1 year ago

https://damus.io/note1t92yfejmprxvvc62qhteel0qcerl6nq7ev5uruk3gsejr38lxq4qsvxjlc

iOS 16.6

Damus 16 testflight

jb55 commented 1 year ago

On Sat, Nov 11, 2023 at 08:29:07PM -0800, alltheseas wrote:

https://damus.io/note1t92yfejmprxvvc62qhteel0qcerl6nq7ev5uruk3gsejr38lxq4qsvxjlc

iOS 16.6

Damus 16 testflight

seems like a NdbTxn is hanging around and not getting garbage collected, leading to a hang when the next transaction is attempted on the main thread?

jb55 commented 1 year ago

On Sat, Nov 11, 2023 at 08:52:14PM -0800, William Casarin wrote:

On Sat, Nov 11, 2023 at 08:29:07PM -0800, alltheseas wrote:

https://damus.io/note1t92yfejmprxvvc62qhteel0qcerl6nq7ev5uruk3gsejr38lxq4qsvxjlc

iOS 16.6

Damus 16 testflight

seems like a NdbTxn is hanging around and not getting garbage collected, leading to a hang when the next transaction is attempted on the main thread?

I was able to replicate this a few times!