[browser][MT] withDumpThreadsOnNonZeroExit#98052
Merged
pavelsavara merged 8 commits intodotnet:mainfrom Feb 7, 2024
Merged
Conversation
- pass more of it into RuntimeAPI.runtimeBuildInfo - move MONO_LOG_LEVEL, MONO_LOG_MASK, DOTNET_DebugWriteToStdErr, MONO_SLEEP_ABORT_LIMIT to test-main.js - implement dumpThreadsOnExit and withDumpThreadsOnExit - implement mono_native_thread_set_name via mono_wasm_pthread_set_name - implement mono_native_thread_create - renamed set_thread_prefix
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsI hope this will help to troubleshoot the GC deadlocks
|
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
maraf
reviewed
Feb 7, 2024
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
maraf
approved these changes
Feb 7, 2024
Co-authored-by: Marek Fišera <mara@neptuo.com>
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…ara/runtime into browser_mt_thread_names
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ilonatommy
approved these changes
Feb 7, 2024
Member
Author
|
I filled #98086 Unfortunately the CI is not in great shape today. At least |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hope this will help to troubleshoot the GC deadlocks
mono_jit_cleanuponly when exit code is zerodumpThreadsOnNonZeroExitandwithDumpThreadsOnNonZeroExit, when exit code is not zeroEmscriptenBuildOptionsinto separate objectRuntimeAPI.runtimeBuildInfoMONO_LOG_LEVEL,MONO_LOG_MASK,DOTNET_DebugWriteToStdErr,MONO_SLEEP_ABORT_LIMITtotest-main.jsmono_native_thread_set_nameviamono_wasm_pthread_set_namemono_native_thread_createset_thread_prefix