From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; TI Custom Install) Description of problem: tcsh does not allow creation of Files larger then 2 GB. It crashes with the following error : Filesize limit exceeded (core dumped) Version-Release number of selected component (if applicable): tcsh-6.10-6 How reproducible: Always Steps to Reproduce: 1.creat any text file of 100MB 2.run a for loop to append the contents of the same file in to some test file. when It reaches @ 2GB it will crash with the error. 3. Not the case with other shells (like bash) Actual Results: Filesize limit exceeded (core dumped) Expected Results: It should allow to create file lager then 2 GB just like bash Additional info: >foreach c `xxxxxx@linuxfarm [No View]>foreach c (`seq 1 15`) foreach? cat /proj/linux/tmp/messages >> /tmp/testfile foreach? ls -alh /tmp/testfile foreach? end -rw-r--r-- 1 xxxxx yyyyy 1.4G Jul 9 18:00 /tmp/testfile -rw-r--r-- 1 xxxxx yyyyy 1.6G Jul 9 18:01 /tmp/testfile -rw-r--r-- 1 xxxxx yyyyy 1.8G Jul 9 18:01 /tmp/testfile Filesize limit exceeded (core dumped) -rw-r--r-- 1 xxxxx yyyyy 2.0G Jul 9 18:01 /tmp/testfile Filesize limit exceeded (core dumped) -rw-r--r-- 1 xxxxx yyyyy 2.0G Jul 9 18:01 /tmp/testfile
tcsh-6.12 enables large file support on Linux.