Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
To: Russell Shaw <rjshaw@netspace.net.au>
Cc: gdb@sources.redhat.com
Subject: Re: Core dumps
Date: Wed, 11 Jan 2006 04:45:00 -0000	[thread overview]
Message-ID: <20060111044455.GB676@adacore.com> (raw)
In-Reply-To: <43C48C5B.2040309@netspace.net.au>

> $russell@home~: ulimit
> $unlimited
> 
> What else can i try?

What shell do you use? I use zsh, and I have to use "ulimit -c" to
modify the core-file size:

        %ulimit
        unlimited
        %ulimit -a
        cpu time (seconds)         unlimited
        file size (blocks)         unlimited
        data seg size (kbytes)     unlimited
        stack size (kbytes)        8192
        core file size (blocks)    0
        unlimited
        processes                  4093
        file descriptors           1024
        locked-in-memory size (kb) unlimited
        memory size (kb)           unlimited
        file locks                 unlimited
        %ulimit -c 2000000
        %ulimit -a
        cpu time (seconds)         unlimited
        file size (blocks)         unlimited
        data seg size (kbytes)     unlimited
        stack size (kbytes)        8192
        core file size (blocks)    2000000
        unlimited
        processes                  4093
        file descriptors           1024
        locked-in-memory size (kb) unlimited
        memory size (kb)           unlimited
        file locks                 unlimited

-- 
Joel



  reply	other threads:[~2006-01-11  4:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-09  9:33 Russell Shaw
2006-01-09 19:12 ` Mark Kettenis
2006-01-10 11:29   ` Russell Shaw
2006-01-10 19:16     ` Mark Kettenis
2006-01-10 21:41       ` Daniel Jacobowitz
2006-01-11  1:21         ` Russell Shaw
2006-01-11  1:43           ` Larry Martell
2006-01-11  1:52             ` Russell Shaw
2006-01-11  4:19               ` Eli Zaretskii
2006-01-11  4:41                 ` Russell Shaw
2006-01-11  4:45                   ` Joel Brobecker [this message]
2006-01-11  4:57                     ` Russell Shaw
2006-01-11 14:39                   ` Larry Martell
2006-01-10 11:30   ` Russell Shaw
2006-11-30  3:26 ` Bapi
2006-11-30  4:52   ` Nick Roberts

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=20060111044455.GB676@adacore.com \
    --to=brobecker@adacore.com \
    --cc=gdb@sources.redhat.com \
    --cc=rjshaw@netspace.net.au \
    /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