[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Plash] fork: Function not implemented
From: |
Mark Seaborn |
Subject: |
Re: [Plash] fork: Function not implemented |
Date: |
Sun, 29 Oct 2006 21:13:40 +0000 (GMT) |
Thomas Leonard <address@hidden> wrote:
> Hi all. Here's an interesting error:
>
> $ pola-run -fw / -e test.sh
> Hello
> sendmsg: Broken pipe
> sendmsg: Broken pipe
> sendmsg: Broken pipe
> sendmsg: Broken pipe
> sendmsg: Broken pipe
> sendmsg: Broken pipe
> test.sh: fork: Function not implemented
The server process was segfaulting, so the sandboxed process couldn't
communicate with it. I've now fixed this in SVN (revision 270).
Cheers,
Mark