Follow-up Comment #1, bug #29435 (project findutils):

I suspect what's happening is that the library on your build hosts
defined O_CLOEXEC, but your kernel lacks support for it.   fcntl(fd, F_GETFL)
may just return the original flags we passed, meaning that it's not a
guarantee that the O_CLOEXEC actually had an effect.

Please test the attached alternative patch and let me know if it
solves your problem.


(file #20110)
    _______________________________________________________

Additional Item Attachment:

File name: 0001-Fix-open_cloexec-on-hosts-which-ignore-O_CLOEXEC-i.e.patch
Size:2 KB


    _______________________________________________________

Reply to this item at:

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

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



Reply via email to