From: Kevin Buettner <kevinb@redhat.com>
To: Josh Martin <Josh.Martin@abq.sc.philips.com>,
gdb-patches@sources.redhat.com
Subject: Re: [PATCH]: gdb/769 - segv fault on "info shared" on GDB 5.2.1 HPUX64 11.00
Date: Thu, 05 Dec 2002 16:56:00 -0000 [thread overview]
Message-ID: <1021206005405.ZM17616@localhost.localdomain> (raw)
In-Reply-To: Josh Martin <Josh.Martin@abq.sc.philips.com> "Re: [PATCH]: gdb/769 - segv fault on "info shared" on GDB 5.2.1 HPUX64 11.00" (Oct 9, 5:42pm)
On Oct 9, 5:42pm, Josh Martin wrote:
> Here's the ChangeLog entry that I forgot to post. Unfortunately I cannot get
> expect to work on my system, so I can neither create a test case for this bug,
> nor verify other tests after this patch.
>
> - Josh Martin
>
> 2002-09-28 Josh Martin <timeslice@iname.com>
>
> * solib.c (info_sharedlibrary_command): Added catch for potential
> dereference of NULL pointer (current_target_so_ops).
> Fix PR gdb/769.
>
> > For platforms that aren't covered by the gdb/solib-foo.c files and the gdbarch
> > platform dependancy files the "info sharedlibrary" command will cause a
> > segmentation fault by dereferencing a NULL pointer (current_target_so_ops) in
> > gdb/solib.c:update_solib_list. The patch checks if current_target_so_ops is
> > NULL, and if so it responds with a "command not implemented" message.
> >
> > What I really wanted to do was to implement support for HPUX 11.00 64-bit
> w/GCC.
> > It shouldn't be too difficult as 64-bit GCC in HPUX 11.00 uses GNU ld and the
> > "standard" elf64hppa object format. Unfortunately I had no idea how to proceed
> > or where to find the neccesary information, thus I stuck with this "band-aid"
> > patch.
I've been thinking about this patch some more.
What I'm wondering is why your hpux target uses solib.o without defining
an appropriate solib-hpux.c (or whatever) file?
Anyway, with regard to catching potential dereferences to a NULL
current_target_so_ops, I'm inclined to handle this either via
a gdb_assert() or an explicit check (perhaps in the TARGET_SO_* macros)
with a call to internal_error(). Because that's really what it is. We
shouldn't be in solib.c at all if an appropriate backend hasn't been
defined.
Kevin
next prev parent reply other threads:[~2002-12-06 0:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-09 16:43 Josh Martin
2002-11-25 15:08 ` Kevin Buettner
2002-12-05 16:56 ` Kevin Buettner [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-12-09 18:56 Josh Martin
2002-11-26 15:03 Josh Martin
2002-09-28 10:23 Josh Martin
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=1021206005405.ZM17616@localhost.localdomain \
--to=kevinb@redhat.com \
--cc=Josh.Martin@abq.sc.philips.com \
--cc=gdb-patches@sources.redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox