algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

EXC_BAD_ACCESS (code=1, address=0xf69aa6f6bd70) in #301

Open MayurDecathlon opened 7 months ago

MayurDecathlon commented 7 months ago

Describe the bug 🐛 When we use same indexName multiple times, Getting this crash sometimes in package's register method with error:

EXC_BAD_ACCESS (code=1, address=0xf69aa6f6bd70)

To Reproduce 🔍 Steps to reproduce the behavior:

  1. call multiple search for same indexName
  2. Crashes sometimes

Expected behavior 💭 It should give different search results.

Screenshots 🖥 Screenshot 2023-11-30 at 1 05 09 PM

Environment:

Additional context iOS Version: 17.0 InstantSearch Package Version: 7.26.1

prat14k commented 4 months ago

@VladislavFitz can you please help here? facing similar crash on app side also.