Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261876AbTFJNm0 (ORCPT ); Tue, 10 Jun 2003 09:42:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262015AbTFJNm0 (ORCPT ); Tue, 10 Jun 2003 09:42:26 -0400 Received: from chaos.analogic.com ([204.178.40.224]:61824 "EHLO chaos.analogic.com") by vger.kernel.org with ESMTP id S261876AbTFJNmV (ORCPT ); Tue, 10 Jun 2003 09:42:21 -0400 Date: Tue, 10 Jun 2003 09:57:57 -0400 (EDT) From: "Richard B. Johnson" X-X-Sender: root@chaos Reply-To: root@chaos.analogic.com To: Linux kernel Subject: Large files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 800 Lines: 18 With 32 bit return values, ix86 Linux has a file-size limitation which is currently about 0x7fffffff. Unfortunately, instead of returning from a write() with a -1 and errno being set, so that a program can do something about it, write() executes a signal(25) which kills the task even if trapped. Is this one of those POSIX requirements or is somebody going to fix it? Cheers, Dick Johnson Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips). Why is the government concerned about the lunatic fringe? Think about it. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/