Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2010 09:35:20 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/truss setup.c
Message-ID:  <201010200935.o9K9ZXpi044607@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-10-20 09:35:20 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/truss        setup.c 
  Log:
  SVN rev 214105 on 2010-10-20 09:35:20Z by ed
  
  Remove setpgid() call before executing child process.
  
  Using a separate process group here is bad, since (for example) job
  control in the TTY layer prevents interaction with the TTY, causing the
  child process to hang.
  
  Mentioned on:   current@
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.29      +0 -1      src/usr.bin/truss/setup.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010200935.o9K9ZXpi044607>