Commit c91fdb66 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

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

parent 8483659f
......@@ -260,12 +260,8 @@ sub show {
# On Windows, rely on cdb to be there...
if (IS_WINDOWS)
{
# Starting cdb is unsafe when used with --parallel > 1 option
if ( $parallel < 2 )
{
_cdb($core_name);
}
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