mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 13:16:26 +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
|
if (0
|
||||||
!= os_thread_create(&control_thread->tid, control_thread_routine,
|
!= 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);
|
os_mutex_unlock(&debug_instance->wait_lock);
|
||||||
goto fail1;
|
goto fail1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user