Package: zsh-beta
Version: 4.3.6-dev-0+20080516-1
Severity: normal

zsh can write to oversize files, but zsh-beta can't:

---------------------------------------------------
[EMAIL PROTECTED]:~% rm testfile                                             
[EMAIL PROTECTED]:~% dd of=testfile bs=1 seek=2147483645 count=1 if=/dev/zero
1+0 records in
1+0 records out
1 byte (1 B) copied, 9.2614e-05 s, 10.8 kB/s
[EMAIL PROTECTED]:~% zsh-beta -c 'echo foo >> testfile'                    
zsh:echo:1: write error: file too large
zsh: exit 1     zsh-beta -c 'echo foo >> testfile'
[EMAIL PROTECTED]:~% zsh -c 'echo foo >> testfile' 
[EMAIL PROTECTED]:~% zsh-beta -c 'echo foo >> testfile'
zsh:1: value too large for defined data type: testfile
zsh: exit 1     zsh-beta -c 'echo foo >> testfile'
[EMAIL PROTECTED]:~% zsh -c 'echo foo >> testfile' 
---------------------------------------------------

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsh-beta depends on:
ii  libc6                     2.7-10         GNU C Library: Shared libraries
ii  libcap2                   2.09-1         support for getting/setting POSIX.
ii  libncursesw5              5.6+20080308-1 Shared libraries for terminal hand
ii  passwd                    1:4.1.1-1      change and administer password and

Versions of packages zsh-beta recommends:
ii  libpcre3                    7.4-1+lenny1 Perl 5 Compatible Regular Expressi

-- no debconf information

Attachment: signature.asc
Description: Digital signature

Reply via email to