From: Roland McGrath <roland@redhat.com>
To: linux-ia64@vger.kernel.org
Subject: Re: current bk goes BUG on ia64 when dumping core; FIXED, PATCH
Date: Tue, 07 Oct 2003 05:19:58 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106550402621743@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106533868423168@msgid-missing>
> The new version doesn't BUG. I couldn't find the message you were
> referring to, Roland ... However, gdb understands the core dump; and
> objdump shows a .auxv section that looks the right size etc.
Thanks for testing this! This change is not related to the NT_AUXV note in
fact (both just happened the same week). What you should be looking for is
the readelf -l (objdump -p) output from the core file, for the segment with
vaddr 0xa000000000010000 (GATE_ADDR). Check that its size is PAGE_SIZE.
You can also verify it in gdb while looking at the core file by checking
that e.g. "p (char *) 0xa000000000010000" shows "ELF\177" and that
"x/w 0xa000000000010000+PAGE_SIZE-8" (substituting the right PAGE_SIZE value)
works (and shows you zeros).
Thanks,
Roland
next prev parent reply other threads:[~2003-10-07 5:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-05 7:24 current bk goes BUG on ia64 when dumping core Andrew Morton
2003-10-05 7:38 ` Andrew Morton
2003-10-06 6:41 ` Roland McGrath
2003-10-06 12:34 ` Andrew Morton
2003-10-07 5:06 ` current bk goes BUG on ia64 when dumping core; FIXED, PATCH Peter Chubb
2003-10-07 5:19 ` Roland McGrath [this message]
2003-10-07 8:17 ` Peter Chubb
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=marc-linux-ia64-106550402621743@msgid-missing \
--to=roland@redhat.com \
--cc=linux-ia64@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