firebase-unity-sdk icon indicating copy to clipboard operation
firebase-unity-sdk copied to clipboard

[Bug] Unity Editor crashes due to Firebase Core SDK in MacOS.

Open ChurikiTenna opened this issue 1 year ago • 1 comments

[REQUIRED] Please fill in the following fields:

  • Unity editor version: 2022.3.17f1
  • Firebase Unity SDK version: 11.3
  • Source you installed the SDK: . unitypackage
  • Problematic Firebase Component: Core
  • Other Firebase Components in use: Firestone, Auth
  • Additional SDKs you are using: Fontsweep
  • Platform you are using the Unity editor on: Mac
  • Platform you are targeting: Mac
  • Scripting Runtime: IL2CPP
  • Pre-built SDK from the website or open-source from this repo: _____

[REQUIRED] Please describe the issue here:

my Mac unity editor crashes as soon as it starts to run.

Steps to reproduce:

  • Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? What's the issue repro rate? (eg 100%, 1/5 etc)

100% reproducible. The crash does not occur if the firebase core is missing.

  • What happened? How can we make the problem occur?

Add firebase core sdk and run the project with Mac editor.

log:

=================================================================
	Native Crash Reporting
=================================================================
Got a segv while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

=================================================================
	Native stacktrace:
=================================================================
	0x2b3bc724c - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_dump_native_crash_info
	0x2b3b89748 - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_handle_native_crash
	0x2b3b11e28 - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_sigsegv_signal_handler_debug
	0x183f09a24 - /usr/lib/system/libsystem_platform.dylib : _sigtramp
	0x3fcd30c04 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _Z22grpc_channel_args_findPK17grpc_channel_argsPKc
	0x3fcde2ca0 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZN9grpc_core12_GLOBAL__N_132EnsureResourceQuotaInChannelArgsEPK17grpc_channel_args
	0x3fcde5a68 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNSt3__1L8__invokeIRPFPK17grpc_channel_argsS3_EJS3_EEEDTclscT_fp_spscT0_fp0_EEOS7_DpOS8_
	0x3fcde5a10 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNSt3__128__invoke_void_return_wrapperIPK17grpc_channel_argsLb0EE6__callIJRPFS3_S3_ES3_EEES3_DpOT_
	0x3fcde59bc - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNSt3__110__function12__alloc_funcIPFPK17grpc_channel_argsS4_ENS_9allocatorIS6_EES5_EclEOS4_
	0x3fcde4378 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNSt3__110__function6__funcIPFPK17grpc_channel_argsS4_ENS_9allocatorIS6_EES5_EclEOS4_
	0x409401a1c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNKSt3__110__function12__value_funcIFN9grpc_core11ChannelArgsES3_EEclEOS3_
	0x4093ffe30 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNKSt3__18functionIFN9grpc_core11ChannelArgsES2_EEclES2_
	0x4093ffcb4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNK9grpc_core26ChannelArgsPreconditioning23PreconditionChannelArgsEPK17grpc_channel_args
	0x40921ad88 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : grpc_channel_create
SocketException: Address already in use
  at System.Net.Sockets.Socket.Bind (System.Net.EndPoint localEP) [0x00043] in <91368e029aa94d58b00b248ac7c83368>:0 
  at System.Net.EndPointListener..ctor (System.Net.HttpListener listener, System.Net.IPAddress addr, System.Int32 port, System.Boolean secure) [0x00047] in <91368e029aa94d58b00b248ac7c83368>:0 
  at System.Net.EndPointManager.GetEPListener (System.String host, System.Int32 port, System.Net.HttpListener listener, System.Boolean secure) [0x0009d] in <91368e029aa94d58b00b248ac7c83368>:0 
  at System.Net.EndPointManager.AddPrefixInternal (System.String p, System.Net.HttpListener listener) [0x0005e] in <91368e029aa94d58b00b248ac7c83368>:0 
  at System.Net.EndPointManager.AddListener (System.Net.HttpListener listener) [0x0009c] in <91368e029aa94d58b00b248ac7c83368>:0 
  at System.Net.HttpListener.Start () [0x0000f] in <91368e029aa94d58b00b248ac7c83368>:0 
  at CharaInfoServer.Start () [0x00020] in /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Ika_Lab/Script/LLM/Voice/CharaInfoServer.cs:18 

(Filename: Assets/Ika_Lab/Script/LLM/Voice/CharaInfoServer.cs Line: 18)

	0x408e905a8 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN4grpc24SecureChannelCredentials29CreateChannelWithInterceptorsERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_16ChannelArgumentsENS1_6vectorINS1_10unique_ptrINS_12experimental33ClientInterceptorFactoryInterfaceENS1_14default_del
	0x408e90510 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN4grpc24SecureChannelCredentials17CreateChannelImplERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_16ChannelArgumentsE
	0x408e8b230 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN4grpc19CreateCustomChannelERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERKNS0_10shared_ptrINS_18ChannelCredentialsEEERKNS_16ChannelArgumentsE
	0x408cf2e4c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNK8firebase9firestore6remote14GrpcConnection13CreateChannelEv
	0x408cf2cd8 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore6remote14GrpcConnection16EnsureActiveStubEv
	0x408cf36d4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore6remote14GrpcConnection12CreateStreamEN4absl12lts_2022062311string_viewERKNS0_11credentials9AuthTokenERKNSt3__112basic_stringIcNSA_11char_traitsIcEENSA_9allocatorIcEEEEPNS1_18GrpcStreamObserverE
	0x408da9bf0 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore6remote11WriteStream16CreateGrpcStreamEPNS1_14GrpcConnectionERKNS0_11credentials9AuthTokenERKNSt3__112basic_stringIcNS9_11char_traitsIcEENS9_9allocatorIcEEEE
	0x408d970d4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore6remote6Stream26ResumeStartWithCredentialsERKNS0_4util8StatusOrINS0_11credentials9AuthTokenEEERKNSt3__112basic_stringIcNSA_11char_traitsIcEENSA_9allocatorIcEEEE
	0x408d9f0d4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS0_4util8StatusOrINS0_11credentials9AuthTokenEEEEERKNS6_INSt3__112basic_stringIcNSF_11char_traitsIcEENSF_9allocatorIcEEEEEEENKUlvE_clEv
	0x408d9f03c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__1L8__invokeIRZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS2_4util8StatusOrINS2_11credentials9AuthTokenEEEEERKNS8_INS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEEUlvE_JEEEDTclsc
	0x408d9eff4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__128__invoke_void_return_wrapperIvLb1EE6__callIJRZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS4_4util8StatusOrINS4_11credentials9AuthTokenEEEEERKNSA_INS_12basic_stringIcNS_11char_traitsIcEENS
	0x408d9efcc - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__110__function12__alloc_funcIZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS3_4util8StatusOrINS3_11credentials9AuthTokenEEEEERKNS9_INS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEE
	0x408d9da4c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__110__function6__funcIZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS3_4util8StatusOrINS3_11credentials9AuthTokenEEEEERKNS9_INS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEEUlvE_NS
	0x3fcdc047c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNKSt3__110__function12__value_funcIFvvEEclEv
	0x3fcdbf2c8 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNKSt3__18functionIFvvEEclEv
	0x408e3ad50 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore4util10AsyncQueue15ExecuteBlockingERKNSt3__18functionIFvvEEE
	0x408e4013c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZZN8firebase9firestore4util10AsyncQueue4WrapERKNSt3__18functionIFvvEEEENK3$_0clEv
	0x408e400fc - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__1L8__invokeIRZN8firebase9firestore4util10AsyncQueue4WrapERKNS_8functionIFvvEEEE3$_0JEEEDTclscT_fp_spscT0_fp0_EEOSC_DpOSD_
	0x408e400b4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__128__invoke_void_return_wrapperIvLb1EE6__callIJRZN8firebase9firestore4util10AsyncQueue4WrapERKNS_8functionIFvvEEEE3$_0EEEvDpOT_
	0x408e4008c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__110__function12__alloc_funcIZN8firebase9firestore4util10AsyncQueue4WrapERKNS_8functionIFvvEEEE3$_0NS_9allocatorISB_EES7_EclEv
	0x408e3ebe4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__110__function6__funcIZN8firebase9firestore4util10AsyncQueue4WrapERKNS_8functionIFvvEEEE3$_0NS_9allocatorISB_EES7_EclEv
	0x3fcdc047c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNKSt3__110__function12__value_funcIFvvEEclEv
	0x3fcdbf2c8 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNKSt3__18functionIFvvEEclEv
	0x408e62234 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore4util4Task17ExecuteAndReleaseEv
	0x408e768a0 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore4util19ExecutorLibdispatch11InvokeAsyncEPv
	0x183d28910 - /usr/lib/system/libdispatch.dylib : _dispatch_client_callout
	0x183d2fea4 - /usr/lib/system/libdispatch.dylib : _dispatch_lane_serial_drain
	0x183d309d4 - /usr/lib/system/libdispatch.dylib : _dispatch_lane_invoke
	0x183d3b61c - /usr/lib/system/libdispatch.dylib : _dispatch_root_queue_drain_deferred_wlh
	0x183d3ae90 - /usr/lib/system/libdispatch.dylib : _dispatch_workloop_worker_thread
	0x183ed6114 - /usr/lib/system/libsystem_pthread.dylib : _pthread_wqthread
	0x183ed4e30 - /usr/lib/system/libsystem_pthread.dylib : start_wqthread

=================================================================
	Telemetry Dumper:
=================================================================
Thread 0x2c4087000 may have been prematurely finalized* Assertion at mono-threads.c:702, condition `info' not met, function:mono_thread_info_current, 

An error has occured in the native fault reporting. Some diagnostic information will be unavailable.

=================================================================
	Native stacktrace:
=================================================================
	0x2b3bc724c - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_dump_native_crash_info
	0x2b3d205b0 - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : monoeg_assertion_message
	0x2b3d14258 - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_thread_info_list_head
	0x2b3d1597c - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_thread_info_is_async_context
	0x2b3cbd048 - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_threads_summarize
	0x2b3bc7494 - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_dump_native_crash_info
	0x2b3b89748 - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_handle_native_crash
	0x2b3b11e28 - /Applications/Unity/Hub/Editor/2022.3.17f1/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx/libmonobdwgc-2.0.dylib : mono_sigsegv_signal_handler_debug
	0x183f09a24 - /usr/lib/system/libsystem_platform.dylib : _sigtramp
	0x3fcd30c04 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _Z22grpc_channel_args_findPK17grpc_channel_argsPKc
	0x3fcde2ca0 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZN9grpc_core12_GLOBAL__N_132EnsureResourceQuotaInChannelArgsEPK17grpc_channel_args
	0x3fcde5a68 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNSt3__1L8__invokeIRPFPK17grpc_channel_argsS3_EJS3_EEEDTclscT_fp_spscT0_fp0_EEOS7_DpOS8_
	0x3fcde5a10 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNSt3__128__invoke_void_return_wrapperIPK17grpc_channel_argsLb0EE6__callIJRPFS3_S3_ES3_EEES3_DpOT_
	0x3fcde59bc - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNSt3__110__function12__alloc_funcIPFPK17grpc_channel_argsS4_ENS_9allocatorIS6_EES5_EclEOS4_
	0x3fcde4378 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNSt3__110__function6__funcIPFPK17grpc_channel_argsS4_ENS_9allocatorIS6_EES5_EclEOS4_
	0x409401a1c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNKSt3__110__function12__value_funcIFN9grpc_core11ChannelArgsES3_EEclEOS3_
	0x4093ffe30 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNKSt3__18functionIFN9grpc_core11ChannelArgsES2_EEclES2_
	0x4093ffcb4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNK9grpc_core26ChannelArgsPreconditioning23PreconditionChannelArgsEPK17grpc_channel_args
	0x40921ad88 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : grpc_channel_create
	0x408e905a8 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN4grpc24SecureChannelCredentials29CreateChannelWithInterceptorsERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_16ChannelArgumentsENS1_6vectorINS1_10unique_ptrINS_12experimental33ClientInterceptorFactoryInterfaceENS1_14default_del
	0x408e90510 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN4grpc24SecureChannelCredentials17CreateChannelImplERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_16ChannelArgumentsE
	0x408e8b230 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN4grpc19CreateCustomChannelERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERKNS0_10shared_ptrINS_18ChannelCredentialsEEERKNS_16ChannelArgumentsE
	0x408cf2e4c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNK8firebase9firestore6remote14GrpcConnection13CreateChannelEv
	0x408cf2cd8 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore6remote14GrpcConnection16EnsureActiveStubEv
	0x408cf36d4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore6remote14GrpcConnection12CreateStreamEN4absl12lts_2022062311string_viewERKNS0_11credentials9AuthTokenERKNSt3__112basic_stringIcNSA_11char_traitsIcEENSA_9allocatorIcEEEEPNS1_18GrpcStreamObserverE
	0x408da9bf0 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore6remote11WriteStream16CreateGrpcStreamEPNS1_14GrpcConnectionERKNS0_11credentials9AuthTokenERKNSt3__112basic_stringIcNS9_11char_traitsIcEENS9_9allocatorIcEEEE
	0x408d970d4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore6remote6Stream26ResumeStartWithCredentialsERKNS0_4util8StatusOrINS0_11credentials9AuthTokenEEERKNSt3__112basic_stringIcNSA_11char_traitsIcEENSA_9allocatorIcEEEE
	0x408d9f0d4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS0_4util8StatusOrINS0_11credentials9AuthTokenEEEEERKNS6_INSt3__112basic_stringIcNSF_11char_traitsIcEENSF_9allocatorIcEEEEEEENKUlvE_clEv
	0x408d9f03c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__1L8__invokeIRZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS2_4util8StatusOrINS2_11credentials9AuthTokenEEEEERKNS8_INS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEEUlvE_JEEEDTclsc
	0x408d9eff4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__128__invoke_void_return_wrapperIvLb1EE6__callIJRZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS4_4util8StatusOrINS4_11credentials9AuthTokenEEEEERKNSA_INS_12basic_stringIcNS_11char_traitsIcEENS
	0x408d9efcc - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__110__function12__alloc_funcIZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS3_4util8StatusOrINS3_11credentials9AuthTokenEEEEERKNS9_INS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEE
	0x408d9da4c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__110__function6__funcIZZN8firebase9firestore6remote6Stream18RequestCredentialsEvENK3$_0clERKN4absl12lts_202206238optionalINS3_4util8StatusOrINS3_11credentials9AuthTokenEEEEERKNS9_INS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEEUlvE_NS
	0x3fcdc047c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNKSt3__110__function12__value_funcIFvvEEclEv
	0x3fcdbf2c8 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNKSt3__18functionIFvvEEclEv
	0x408e3ad50 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore4util10AsyncQueue15ExecuteBlockingERKNSt3__18functionIFvvEEE
	0x408e4013c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZZN8firebase9firestore4util10AsyncQueue4WrapERKNSt3__18functionIFvvEEEENK3$_0clEv
	0x408e400fc - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__1L8__invokeIRZN8firebase9firestore4util10AsyncQueue4WrapERKNS_8functionIFvvEEEE3$_0JEEEDTclscT_fp_spscT0_fp0_EEOSC_DpOSD_
	0x408e400b4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__128__invoke_void_return_wrapperIvLb1EE6__callIJRZN8firebase9firestore4util10AsyncQueue4WrapERKNS_8functionIFvvEEEE3$_0EEEvDpOT_
	0x408e4008c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__110__function12__alloc_funcIZN8firebase9firestore4util10AsyncQueue4WrapERKNS_8functionIFvvEEEE3$_0NS_9allocatorISB_EES7_EclEv
	0x408e3ebe4 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZNSt3__110__function6__funcIZN8firebase9firestore4util10AsyncQueue4WrapERKNS_8functionIFvvEEEE3$_0NS_9allocatorISB_EES7_EclEv
	0x3fcdc047c - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNKSt3__110__function12__value_funcIFvvEEclEv
	0x3fcdbf2c8 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/FrostweepGames/StreamingSpeechRecognition/Plugins/Grpc.Core/runtimes/osx/arm64/grpc_csharp_ext.bundle : _ZNKSt3__18functionIFvvEEclEv
	0x408e62234 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore4util4Task17ExecuteAndReleaseEv
	0x408e768a0 - /Users/tenna/Desktop/ai_chara/unity/AIChara-App/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-11_6_0.bundle : _ZN8firebase9firestore4util19ExecutorLibdispatch11InvokeAsyncEPv
	0x183d28910 - /usr/lib/system/libdispatch.dylib : _dispatch_client_callout
	0x183d2fea4 - /usr/lib/system/libdispatch.dylib : _dispatch_lane_serial_drain
	0x183d309d4 - /usr/lib/system/libdispatch.dylib : _dispatch_lane_invoke
	0x183d3b61c - /usr/lib/system/libdispatch.dylib : _dispatch_root_queue_drain_deferred_wlh
	0x183d3ae90 - /usr/lib/system/libdispatch.dylib : _dispatch_workloop_worker_thread
	0x183ed6114 - /usr/lib/system/libsystem_pthread.dylib : _pthread_wqthread
	0x183ed4e30 - /usr/lib/system/libsystem_pthread.dylib : start_wqthread

=================================================================
	External Debugger Dump:
=================================================================

Exiting early due to double fault.
[40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
      Application is shutting down...
[40m[32minfo[39m[22m[49m: Unity.ILPP.Runner.PostProcessingAssemblyLoadContext[0]
      ALC ILPP context 1 is unloading

Relevant Code:

Not code related

ChurikiTenna avatar Apr 04 '24 02:04 ChurikiTenna

Hi @ChurikiTenna,

Could you be more specific regarding the steps you've taken? Are you perhaps using any .tgz files in your implementation? This is the only way you could upload the Firebase Core SDK separate from a Firebase product.

Additionally, does using the latest SDK version make any difference?

paulinon avatar Apr 08 '24 14:04 paulinon

Hey @ChurikiTenna. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot avatar Apr 15 '24 01:04 google-oss-bot

Since there haven't been any recent updates here, I am going to close this issue.

@ChurikiTenna if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.

google-oss-bot avatar Apr 22 '24 01:04 google-oss-bot