On Tue, Dec 01, 2015 at 03:20:10PM +0100, Jiri Navratil wrote:
> Thank you for all responses. I'm sending, what I was able get:
> 
> Program received signal SIGABRT, Aborted.
> 0x000009503cf679ea in mkfifo () from /usr/lib/libc.so.84.2
> 
> (gdb) bt
> #0  0x000009503cf679ea in mkfifo () from /usr/lib/libc.so.84.2
> #1  0x0000094d65b0bcd3 in node_creat (arcn=0x7f7ffffbb1a0)
>     at /usr/src/bin/pax/file_subs.c:405
> #2  0x0000094d65b06a5b in extract () at /usr/src/bin/pax/ar_subs.c:308
> #3  0x0000094d65b11284 in main (argc=3, argv=0x7f7ffffbcb58)
>     at /usr/src/bin/pax/pax.c:281

Hi Jiri,

Thanks for you report. The problem is identified: your archive contains
fifo, and the mkfifo(2) syscall isn't currently allowed with pledge.

We are working on a proper way to resolv that.

Thanks.
-- 
Sebastien Marie

Reply via email to