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

Crash while UnityWebRequest::get_responseCode() #16

Open
aliwangzai opened this issue Aug 29, 2024 · 0 comments
Open

Crash while UnityWebRequest::get_responseCode() #16

aliwangzai opened this issue Aug 29, 2024 · 0 comments

Comments

@aliwangzai
Copy link

网络那有一块代码概率性崩溃(概率极低不知道 什么情况导致)
Received signal SIGSEGV
Obtained 61 stack frames
0x000001da7309a3f1 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.Networking.UnityWebRequest:get_responseCode (UnityEngine.Networking.UnityWebRequest)
0x000001da78cb81bb (Mono JIT Code) PuertsStaticWrap.UnityEngine_Networking_UnityWebRequest_Wrap:G_responseCode (intptr,intptr,intptr,int,long) (at D:/ws/unity/dots-client/Assets/gen/puerts/UnityEngine_Networking_UnityWebRequest_Wrap.cs:1100)
0x000001da78caf2ab (Mono JIT Code) (wrapper native-to-managed) PuertsStaticWrap.UnityEngine_Networking_UnityWebRequest_Wrap:G_responseCode (intptr,intptr,intptr,int,long)
0x00007ffc2a4c17e5 (puerts) SetLogCallback
0x00007ffc26e213bf (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x000001dbe291fdf5 (())
0x000001dbe2943e91 (())
0x000001dbe288b5ea (())
0x00007ffc26ed3d08 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x00007ffc26e1c866 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x000001dbe28d8b7c (())
0x000001dbe28e87b0 (())
0x000001dbe28d021d (())
0x00007ffc26e51104 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x000001dbe28cb5d8 (())
0x00007ffc26ed3d08 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x00007ffc26e1c866 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x000001dbe28cb7e6 (())
0x000001dbe28cb8d4 (())
0x000001dbe28cb1fa (())
0x00007ffc26e51104 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x000001dbe28cae38 (())
0x00007ffc26ed3d08 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x00007ffc26e1c866 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x000001dbe28cc006 (())
0x000001dbe28cc0f4 (())
0x000001dbe28793a1 (())
0x000001dbe2932de8 (())
0x00007ffc26e1d48c (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x00007ffc26e1d08b (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x00007ffc2617d491 (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x00007ffc2617ccaf (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x00007ffc260f3e8c (libnode) v8_inspector::V8StackTrace::V8StackTrace
0x00007ffc2a4c4c5b (puerts) SetLogCallback
0x00007ffc2a4b5653 (puerts) InvokeJSFunction
0x000001da78c4375b (Mono JIT Code) (wrapper managed-to-native) Puerts.PuertsDLL:InvokeJSFunction (intptr,bool)
0x000001da78e498c3 (Mono JIT Code) Puerts.JsEnv:Tick () (at ./Library/PackageCache/[email protected]/Runtime/Src/Default/JsEnv.cs:726)
0x000001da78e492d3 (Mono JIT Code) tiny.JavaScriptLauncher:Update () (at D:/ws/unity/dots-client/Assets/mim/PuertsM/tiny/core/JavaScript.cs:122)
0x000001da78bb4f73 (Mono JIT Code) mim.AppMain:Update () (at D:/ws/unity/dots-client/Assets/mim/PuertsM/AppMain.cs:116)
0x000001d889aeaa18 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007ffc61914b7e (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffc6184d204 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3068)
0x00007ffc6184d37c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3115)
0x00007ff645663bf4 (Unity) scripting_method_invoke
0x00007ff645641ae4 (Unity) ScriptingInvocation::Invoke
0x00007ff645629414 (Unity) MonoBehaviour::CallMethodIfAvailable
0x00007ff64562953a (Unity) MonoBehaviour::CallUpdateMethod
0x00007ff6450c087b (Unity) BaseBehaviourManager::CommonUpdate
0x00007ff6450c82aa (Unity) BehaviourManager::Update
0x00007ff6452f8f6d (Unity) InitPlayerLoopCallbacks'::2'::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff6452d852c (Unity) ExecutePlayerLoop
0x00007ff6452d86a0 (Unity) ExecutePlayerLoop
0x00007ff6452def35 (Unity) PlayerLoop
0x00007ff6462a562f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff6462b243d (Unity) PlayerLoopController::UpdateSceneIfNeededFromMainLoop
0x00007ff6462b0741 (Unity) Application::TickTimer
0x00007ff64672778a (Unity) MainMessageLoop
0x00007ff64672d020 (Unity) WinMain
0x00007ff647b0d38e (Unity) __scrt_common_main_seh
0x00007ffcc5037344 (KERNEL32) BaseThreadInitThunk
0x00007ffcc6e226b1 (ntdll) RtlUserThreadStart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant