public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Ian Lance Taylor <ian@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-1567] libbacktrace: don't exit Mach-O dyld library loop on one failure
Date: Thu,  7 Jul 2022 23:55:08 +0000 (GMT)	[thread overview]
Message-ID: <20220707235508.9EAEF3850427@sourceware.org> (raw)

https://gcc.gnu.org/g:d8ddf1fa098fa50929ea0a1569a8e38d80fadbaf

commit r13-1567-gd8ddf1fa098fa50929ea0a1569a8e38d80fadbaf
Author: Ian Lance Taylor <iant@golang.org>
Date:   Thu Jul 7 16:54:05 2022 -0700

    libbacktrace: don't exit Mach-O dyld library loop on one failure
    
            * macho.c (backtrace_initialize) [HAVE_MACH_O_DYLD_H]: Don't exit
            loop if we can't find debug info for one shared library.

Diff:
---
 libbacktrace/macho.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libbacktrace/macho.c b/libbacktrace/macho.c
index 3f40811719e..16f406507d2 100644
--- a/libbacktrace/macho.c
+++ b/libbacktrace/macho.c
@@ -1268,7 +1268,7 @@ backtrace_initialize (struct backtrace_state *state, const char *filename,
       mff = macho_nodebug;
       if (!macho_add (state, name, d, 0, NULL, base_address, 0,
 		      error_callback, data, &mff, &mfs))
-	return 0;
+	continue;
 
       if (mff != macho_nodebug)
 	macho_fileline_fn = mff;


                 reply	other threads:[~2022-07-07 23:55 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=20220707235508.9EAEF3850427@sourceware.org \
    --to=ian@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).