]> sourceware.org Git - systemtap.git/commit
Don't fail vma tracking mmap callback if module is already known.
authorSultan Alsawaf <sultan@openresty.com>
Mon, 12 Jul 2021 20:01:57 +0000 (16:01 -0400)
committerStan Cox <scox@redhat.com>
Mon, 12 Jul 2021 20:01:57 +0000 (16:01 -0400)
commitea7c27bbe98812ad78dad58c8e0b2b92539de122
tree23b1ed6a9ccfbf3de106648bef868e22ebe36a84
parent2eb7fdfdbd97a982c8e8d3e390e0870490b76b8c
Don't fail vma tracking mmap callback if module is already known.

An -EEXIST returned by stap_add_vma_map_info() just indicates that the
module is currently in stap's vma cache; it isn't a real issue. Calling
_stp_error() when this occurs causes stap to exit when there isn't a
real bug. Ignore the -EEXIST error to avoid breakage.
runtime/vma.c
This page took 0.028217 seconds and 5 git commands to generate.