Ticket #1799 (closed bug: fixed)
sh: child setpgid (216 to 215): Operation not allowed
| Reported by: | jonas.kirilla | Owned by: | bonefish |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | System/Kernel | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: |
Description
setpgid() often fails for shell builtin 'echo' when using pipes.
~>echo "blarg" | wc
sh: child setpgid (216 to 215): Operation not allowed
1 1 6
~>echo "blarg" | wc
sh: child setpgid (218 to 217): Operation not allowed
1 1 6
~>echo "blarg" | wc
1 1 6
~>echo "blarg" | w
1 1 6
~>echo "blarg" | wc
1 1 6
~>echo "blarg" | wc
sh: child setpgid (226 to 225): Operation not allowed
1 1 6
~>echo "blarg" | wc
sh: child setpgid (228 to 227): Operation not allowed
1 1 6
Maybe it's got something to do with http://dev.haiku-os.org/changeset/22185
Change History
Note: See
TracTickets for help on using
tickets.
