Skip to content

Commit cf9ffa6

Browse files
committed
Avoid failing early when we cannot find symbols on macho
1 parent 4f57c99 commit cf9ffa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macho.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ backtrace_initialize (struct backtrace_state *state, const char *filename,
12681268
mff = macho_nodebug;
12691269
if (!macho_add (state, name, d, 0, NULL, base_address, 0,
12701270
error_callback, data, &mff, &mfs))
1271-
return 0;
1271+
continue;
12721272

12731273
if (mff != macho_nodebug)
12741274
macho_fileline_fn = mff;

0 commit comments

Comments
 (0)