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

[Firestore crash 100% on iOS] #1186

Closed
tamngonesv030 opened this issue Nov 23, 2021 · 3 comments
Closed

[Firestore crash 100% on iOS] #1186

tamngonesv030 opened this issue Nov 23, 2021 · 3 comments

Comments

@tamngonesv030
Copy link

tamngonesv030 commented Nov 23, 2021

[REQUIRED] Please fill in the following fields:

  • Unity editor version: _2019.3.2f1
  • Firebase Unity SDK version: _8.5.0
  • XCode: 12.0

[REQUIRED] Please describe the issue here:

I alway crash when run on iOS device.
I receive the code native crash on:

UnityFramework`firebase::firestore::DocumentSnapshotInternal::ConvertObject:
0x104588a84 < 0>: sub sp, sp, #0xc0 ; =0xc0
0x104588a88 < 4>: stp x24, x23, [sp, #0x80]
0x104588a8c < 8>: stp x22, x21, [sp, #0x90]
0x104588a90 < 12>: stp x20, x19, [sp, #0xa0]
0x104588a94 < 16>: stp x29, x30, [sp, #0xb0]
0x104588a98 < 20>: add x29, sp, #0xb0 ; =0xb0
0x104588a9c < 24>: mov x19, x8
0x104588aa0 < 28>: movi.16b v0, #0x0
0x104588aa4 < 32>: stp q0, q0, [sp, #0x50]
0x104588aa8 < 36>: mov w11, #0x3f800000
0x104588aac < 40>: str w11, [sp, #0x70]
0x104588ab0 < 44>: ldr w8, [x1]
0x104588ab4 < 48>: cbz w8, 0x104588b48 ; < 196>
0x104588ab8 < 52>: mov x20, x2
0x104588abc < 56>: mov x21, x1
0x104588ac0 < 60>: mov x22, x0
0x104588ac4 < 64>: mov x23, #0x0
0x104588ac8 < 68>: mov x24, #0x0
0x104588acc < 72>: ldr x8, [x21, #0x8]
-> 0x104588ad0 < 76>: ldr x0, [x8, x23]
0x104588ad4 < 80>: add x8, sp, #0x38 ; =0x38
0x104588ad8 < 84>: bl 0x104aa26f0 ; symbol stub for: firebase::firestore::nanopb::MakeString(pb_bytes_array_s const*)

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@paulinon
Copy link
Contributor

Hi @tamngonesv030,

In order to identify what's causing this, could you provide the complete steps to replicate the issue?

Additionally, version 8.8.0 of the Unity SDK hasn't been released as of writing. Could you try our latest SDK version (8.6.2) and see if the issue persists?

@paulinon paulinon added the needs-info Need information for the developer label Nov 23, 2021
@google-oss-bot google-oss-bot added needs-attention Need Googler's attention and removed needs-info Need information for the developer labels Nov 24, 2021
@tamngonesv030
Copy link
Author

Hi @tamngonesv030,

In order to identify what's causing this, could you provide the complete steps to replicate the issue?

Additionally, version 8.8.0 of the Unity SDK hasn't been released as of writing. Could you try our latest SDK version (8.6.2) and see if the issue persists?

Sorry...this problem on Firebase Unity SDK 8.5.0
And on version 8.6.2, it was fixed.
Thank u so much.

@firebase firebase locked and limited conversation to collaborators Dec 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants