Home GnuPG
Diffusion GnuPG 03df28b18b92

common,w32: Breakaway detached childs when in job

Description

common,w32: Breakaway detached childs when in job

* common/exechelp-w32.c (gnupg_spawn_process_detached): Add
CREATE_BREAKAWAY_FROM_JOB creation flag if required.

When the gpg process is assigned to a W32 "Job" the
child processes are killed once the Job is finished.
As we want our detached processes to linger e.g.
gpg-agent the breakaway flag is required in
that case.

Thanks to Jan Echternach for reporting this and providing
a patch.

  • GnuPG-Bug-Id: T4333
  • Signed-off-by: Andre Heinecke <aheinecke@gnupg.org>

Details

Provenance
aheineckeAuthored on Apr 29 2019, 8:54 AM
Parents
rG874bc970ba6e: scd: Add new command: KEYINFO.
Branches
Unknown
Tags
Unknown
Tasks
T4333: Job objects on Windows interfere with automatic start of gpg-agent