[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Plash] Plash 1.18 released
From: |
Thomas Leonard |
Subject: |
Re: [Plash] Plash 1.18 released |
Date: |
Sat, 1 Dec 2007 18:37:06 +0000 |
On 05/06/2007, Thomas Leonard <address@hidden> wrote:
> On 6/5/07, Mark Seaborn <address@hidden> wrote:
> > Thomas Leonard <address@hidden> wrote:
>
> > > $ /usr/bin/pola-run --prog /bin/tar -f / -a -zxv -fw /tmp <
> > > ~/tmp/plash_1.18.orig.tar.gz
> > > [ hangs with 100% CPU use ]
> >
> > OK, will fix. Looks like stdin proxying doesn't handle reading from a
> > file properly. Didn't realise poll() treats EOF on files and sockets
> > differently.
>
> Thanks. BTW, if you want some free unit tests, the Zero Install ones
> detect this problem:
Note that the tests have now moved to GIT:
$ git-clone git://repo.or.cz/zeroinstall.git
$ cd zeroinstall/tests
$ ./testall.py
However, they still hang when used with the latest plash:
$ dpkg --status plash
Version: 1.18.svn.2007-11-20-1652-1gutsy1
Plash seems to have trouble when stderr isn't writeable:
$ cat hi
cat: hi: No such file or directory
$ cat hi 2</dev/null
$ pola-run -B -e cat hi 2</dev/null
[ hangs ]
Thanks,
--
Dr Thomas Leonard http://rox.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1
- Re: [Plash] Plash 1.18 released,
Thomas Leonard <=