mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 17:35:13 +00:00
debug-engine: Use default stack size for control thread (#1424)
This commit is contained in:
parent
04c1eb30cf
commit
1985a251cd
|
@ -200,7 +200,7 @@ wasm_debug_control_thread_create(WASMDebugInstance *debug_instance, int32 port)
|
|||
|
||||
if (0
|
||||
!= os_thread_create(&control_thread->tid, control_thread_routine,
|
||||
debug_instance, APP_THREAD_STACK_SIZE_MAX)) {
|
||||
debug_instance, APP_THREAD_STACK_SIZE_DEFAULT)) {
|
||||
os_mutex_unlock(&debug_instance->wait_lock);
|
||||
goto fail1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user