Skip to content

Commit

Permalink
[merp] Use function names even in 'private crashes' mode (mono/mono#1…
Browse files Browse the repository at this point in the history
…6897)

Partially fixes mono/mono#16689

Commit migrated from mono/mono@bc43f32
  • Loading branch information
alexischr committed Sep 23, 2019
1 parent ac3bd0b commit 3bb5f13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mono/mono/mini/mini-exceptions.c
Expand Up @@ -1523,10 +1523,9 @@ mono_get_portable_ip (intptr_t in_ip, intptr_t *out_ip, gint32 *out_offset, cons
*out_ip = mono_make_portable_ip ((intptr_t) info.dli_saddr, (intptr_t) info.dli_fbase);
*out_offset = in_ip - (intptr_t) info.dli_saddr;

#ifndef MONO_PRIVATE_CRASHES
if (info.dli_saddr && out_name)
copy_summary_string_safe (out_name, info.dli_sname);
#endif

return TRUE;
}

Expand Down

0 comments on commit 3bb5f13

Please sign in to comment.