From: Neil Horman <nhorman@lvl7.com>
To: Mark Pilon <mpilon@midrivers.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: how to enable core files ?
Date: Tue, 26 Feb 2002 15:58:28 -0500 [thread overview]
Message-ID: <3C7BF6F4.CAD54451@lvl7.com> (raw)
In-Reply-To: 3C7BF0F5.A830D984@midrivers.com
Mark Pilon wrote:
>
> That is, what do I have to set / enable / include on my target
> so that a core file will be created when an application SEGVs ?
>
> I'm running Wolfgang's SELF -- and really need to be able to poke
> at a core file when my app dies.
>
> thanks,
>
> Mark
I'm not erally familiar with SELF, but we had this same problem. We running
under bash and found that we could create core files with the following command:
ulimit -c <size> OR 'unlimited'
Its a built in bash command, so the implementation may vary if you are running a
different shell. For what its worth though, hope that helps!
Neil
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2002-02-26 20:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-26 20:32 how to enable core files ? Mark Pilon
2002-02-26 20:58 ` Neil Horman [this message]
2002-02-26 21:06 ` T.Michael Turney
-- strict thread matches above, loose matches on Subject: below --
2002-02-26 21:33 Kerl, John
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=3C7BF6F4.CAD54451@lvl7.com \
--to=nhorman@lvl7.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=mpilon@midrivers.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.