bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: root
Subject: (no subject)
Date: Fri, 11 May 2001 18:50:04 -0500

From: root
To: bug-bash@prep.ai.mit.edu
Subject: [50 character or so descriptive subject here (for reference)]

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: Linux
Compiler: gcc
Compilation CFLAGS:   -DHAVE_VFPRINTF -DHAVE_UNISTD_H -DHAVE_STDLIB_H 
-DHAVE_LIMITS_H        -DHAVE_GETGROUPS -DHAVE_RESOURCE -DHAVE_SYS_PARAM 
-DVOID_SIGHANDLER -DHAVE_GETDTABLESIZE -DHAVE_BCOPY -DHAVE_GETPW_DECLS 
-DHAVE_GETHOSTNAME -DHAVE_WAIT_H         -DHAVE_DUP2 -DHAVE_STRERROR  
-DHAVE_DIRENT_H -DHAVE_STRING_H        -DHAVE_VARARGS_H -DHAVE_STRCHR  
-DHAVE_DEV_FD        -Di386 -DLinux -DSHELL -DHAVE_ALLOCA -DHAVE_ALLOCA_H       
-O2 -m486 -fno-strength-reduce
uname output: Linux tigger.phys.uwm.edu 2.4.3 #3 SMP Sat Apr 28 18:09:49 CDT 
2001 i686 unknown

Bash Version: 1.14
Patch Level: 7

Description:
        [Detailed description of the problem, suggestion, or complaint.]

        We have a problem with large files.  We are using large
        file support in the kernel.  If we take a 2.13 Gbyte file
        bigfile and attempt to append a small file littlefile to
        it
                cat littlefile>>bigfile

        we get the error "File too large".  Is there a way to build
        bash with large file support?

Repeat-By:
        [Describe the sequence of events that causes the problem
        to occur.]

        make 2.13 Gbyte file bigfile
        make 0.3  Gbyte file littlefile
        cat littlefile >> bigfile

Fix:
        [Description of how to fix the problem.  If you don't know a
        fix for the problem, don't include this section.]

        Use large file support and long long types?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]