Ver código fonte

No quick_exit

default_compile_flags
vector-of-bool 4 anos atrás
pai
commit
e108f7b92c
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/dds/proc.nix.cpp

+ 2
- 2
src/dds/proc.nix.cpp Ver arquivo

std::cerr std::cerr
<< fmt::format("[dds child executor] The requested executable ({}) could not be found.", << fmt::format("[dds child executor] The requested executable ({}) could not be found.",
strings[0]); strings[0]);
std::quick_exit(-1);
std::exit(-1);
} }


std::cerr << "[dds child executor] execvp returned! This is a fatal error: " std::cerr << "[dds child executor] execvp returned! This is a fatal error: "
<< std::system_category().message(errno) << '\n'; << std::system_category().message(errno) << '\n';


std::quick_exit(-1);
std::exit(-1);
} }


} // namespace } // namespace

Carregando…
Cancelar
Salvar