public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nirendra Awasthi <linux@nirendra.net>
To: linux-kernel@vger.kernel.org
Subject: Core file getting corrupted
Date: Tue, 08 Jun 2004 14:16:44 +0530	[thread overview]
Message-ID: <ca3uec$t4u$1@sea.gmane.org> (raw)

Hi,

    Sending SIBABRT (or any signal that causes core dump) to a process 
which is already having core dump results in corrupting core file.

Following is the output while analyzing core with gdb:

Reading symbols from /lib/tls/libc.so.6...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0xffffe411 in ?? ()

I created the process with large core, and on sending SIGABRT and 
SIGQUIT signal to process successively, "most" of the time core file 
gets corrupted.

     Is there a way for a unrelated process to determine if another 
process is exiting and is in the state of having core dump, so it does 
not try to send another signal.



         In solaris, this can be determined using libkvm(checking 
process flags for SDOCORE and COREDUMP). Is there a way to do this in 
linux 2.6

     One of the things I observed is flag in /proc/<pid>/stat (9th 
attribute) is set to non-zero after process receives a signal to quit 
after core dump (SIGABRT, SIGQUIT etc.). Is it an indication that 
process is going to exit or what does it indicates.

-Nirendra


                 reply	other threads:[~2004-06-08  8:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='ca3uec$t4u$1@sea.gmane.org' \
    --to=linux@nirendra.net \
    --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