f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

Crash Fatal Signal 11 #105

Open sammazza opened 1 year ago

sammazza commented 1 year ago

Calling the function AddAsync I get the following error [libc] Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7ffdf1ba2b08 in tid 7675 (me.fbasyncnotes), pid 7675 (me.fbasyncnotes)

            cr = CrossCloudFirestore.Current.Instance.Collection(collectionName);
            await cr.AddAsync(note);

the code is inside a try-catch block but no exception is thrown NewNoteActivity.zip