Commit c91fdb66 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Windows , mtr : allow cdb to print core dumps also if --parallel > 1

parent 8483659f
...@@ -261,11 +261,7 @@ sub show { ...@@ -261,11 +261,7 @@ sub show {
# On Windows, rely on cdb to be there... # On Windows, rely on cdb to be there...
if (IS_WINDOWS) if (IS_WINDOWS)
{ {
# Starting cdb is unsafe when used with --parallel > 1 option _cdb($core_name);
if ( $parallel < 2 )
{
_cdb($core_name);
}
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment