linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: ppc Linux-2.4.2 not generating core dump for SIGSEGV and abort()
  2001-07-18 13:01 ppc Linux-2.4.2 not generating core dump for SIGSEGV and abort() mdaljeet
@ 2001-07-18 11:39 ` Ronald Jeninga
  2001-07-18 13:22 ` Jeff Mahoney
  2001-07-18 13:24 ` pazke
  2 siblings, 0 replies; 4+ messages in thread
From: Ronald Jeninga @ 2001-07-18 11:39 UTC (permalink / raw)
  To: mdaljeet; +Cc: linux-kernel

Hi,

you should probably check your limits. Try

ulimit -a

you'll probably have a coresize of 0 (SuSE's default I believe)
change it with

ulimit -c unlimited

(or some number, see also man ulimit).

This might help.

Ronald



mdaljeet@in.ibm.com wrote:
> 
> Hi all,
>      I am using Suse-linux-7.1 with default linux -ppc kernel on apple G4
> machine.
> SIGSEGV is never generating the core dump. though this signal is being
> caught by the user process.
> I also tried with "abort" call which should generate the core dump, but
> this is also not working. The same program with abort call is generating
> core dumps on other linux/unix platforms.
> Can anybody tell me where is the problem?
> 
> Daljeet.
> 
> -
> 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* ppc Linux-2.4.2 not generating core dump for SIGSEGV and abort()
@ 2001-07-18 13:01 mdaljeet
  2001-07-18 11:39 ` Ronald Jeninga
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mdaljeet @ 2001-07-18 13:01 UTC (permalink / raw)
  To: linux-kernel

Hi all,
     I am using Suse-linux-7.1 with default linux -ppc kernel on apple G4
machine.
SIGSEGV is never generating the core dump. though this signal is being
caught by the user process.
I also tried with "abort" call which should generate the core dump, but
this is also not working. The same program with abort call is generating
core dumps on other linux/unix platforms.
Can anybody tell me where is the problem?

Daljeet.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ppc Linux-2.4.2 not generating core dump for SIGSEGV and abort()
  2001-07-18 13:01 ppc Linux-2.4.2 not generating core dump for SIGSEGV and abort() mdaljeet
  2001-07-18 11:39 ` Ronald Jeninga
@ 2001-07-18 13:22 ` Jeff Mahoney
  2001-07-18 13:24 ` pazke
  2 siblings, 0 replies; 4+ messages in thread
From: Jeff Mahoney @ 2001-07-18 13:22 UTC (permalink / raw)
  To: mdaljeet; +Cc: linux-kernel

On Wed, Jul 18, 2001 at 06:31:25PM +0530, mdaljeet@in.ibm.com wrote:
> Hi all,
>      I am using Suse-linux-7.1 with default linux -ppc kernel on apple G4
> machine.
> SIGSEGV is never generating the core dump. though this signal is being
> caught by the user process.
> I also tried with "abort" call which should generate the core dump, but
> this is also not working. The same program with abort call is generating
> core dumps on other linux/unix platforms.
> Can anybody tell me where is the problem?

    Core dumps are disabled by default for a SuSE install.

    If you're using bash:
    ulimit -c unlimited

    or csh:
    unlimit coredumpsize

    -Jeff
-- 
Jeff Mahoney
jeffm@suse.com
jeffm@csh.rit.edu

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ppc Linux-2.4.2 not generating core dump for SIGSEGV and abort()
  2001-07-18 13:01 ppc Linux-2.4.2 not generating core dump for SIGSEGV and abort() mdaljeet
  2001-07-18 11:39 ` Ronald Jeninga
  2001-07-18 13:22 ` Jeff Mahoney
@ 2001-07-18 13:24 ` pazke
  2 siblings, 0 replies; 4+ messages in thread
From: pazke @ 2001-07-18 13:24 UTC (permalink / raw)
  To: mdaljeet; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

On Wed, Jul 18, 2001 at 06:31:25PM +0530, mdaljeet@in.ibm.com wrote:
> Hi all,
>      I am using Suse-linux-7.1 with default linux -ppc kernel on apple G4
> machine.
> SIGSEGV is never generating the core dump. though this signal is being
> caught by the user process.
> I also tried with "abort" call which should generate the core dump, but
> this is also not working. The same program with abort call is generating
> core dumps on other linux/unix platforms.
> Can anybody tell me where is the problem?
> 
> Daljeet.

What does 'ulimit -a' print ?

-- 
Andrey Panin            | Embedded systems software engineer
pazke@orbita1.ru        | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-18 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-18 13:01 ppc Linux-2.4.2 not generating core dump for SIGSEGV and abort() mdaljeet
2001-07-18 11:39 ` Ronald Jeninga
2001-07-18 13:22 ` Jeff Mahoney
2001-07-18 13:24 ` pazke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).