bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #17128] fifos not going away


From: Kalle Olavi Niemitalo
Subject: [bug #17128] fifos not going away
Date: Mon, 4 Jul 2016 09:36:26 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.8.0

Follow-up Comment #3, bug #17128 (project hurd):

I cannot reproduce this bug with hurd 1:0.8.git20160522-4, libc0.3 2.22-13,
and gnumach 2:1.7+git20160607-1 from Debian.  I tried to reproduce it this
way, all commands as root:

ps -e | grep fifo    # showed two /hurd/fifo processes
mkfifo horhor
sh -c 'ls -l horhor' # showed that it's a pipe
sh -c 'cat horhor'   # blocked, so I hit ^C
ps -e | grep fifo    # showed three /hurd/fifo processes
rm horhor
ps -e | grep fifo    # showed the original two /hurd/fifo processes

I expected that, if the bug had not been fixed, there would have been three
/hurd/fifo processes at the end.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17128>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]