public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Amrith Kumar" <akumar@netezza.com>
To: <linux-kernel@vger.kernel.org>
Subject: Maximum core file size in Linux
Date: Thu, 27 Jun 2002 08:30:34 -0400	[thread overview]
Message-ID: <GMEPJBOPOAKOBODMIKMGMEMHCAAA.akumar@netezza.com> (raw)

Appears that there's an implicit 2Gb limit on the size of core files because
it's being created without O_LARGEFILE.

A small change in fs/exec.c (do_coredump) gets me past the limit and I can
now generate a core file in excess of 2Gb but then gdb complains that the
core dump is too large ...

Looks like there's a broader underlying issue here that would involve
changes to other places than I had thought would be required.

Anyone else out there run into a similar problem ? And if so, could you let
me know what other things I may run into ... Also, is this something that
has been fixed in a forthcoming release ?

Thanks,

/a

--
Amrith Kumar
akumar@netezza.com
508-665-6835

#include <std_disclaimer.h>
This e-mail message is for the sole use of the intended recipient(s) and may
contain Netezza Corporation confidential and privileged information.  Any
unauthorized review, use, disclosure, or distribution is prohibited.  If you
are not the intended recipient, please contact the sender by reply e-mail
and destroy all copies of the original message.



             reply	other threads:[~2002-06-27 12:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-27 12:30 Amrith Kumar [this message]
2002-06-28 11:36 ` Maximum core file size in Linux Terje Eggestad

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=GMEPJBOPOAKOBODMIKMGMEMHCAAA.akumar@netezza.com \
    --to=akumar@netezza.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox