profile-bee icon indicating copy to clipboard operation
profile-bee copied to clipboard

fix container process addr symbolization

Open noneback opened this issue 1 year ago • 0 comments

Hey, I found some mistakes when I explored this repo. It cannot locate elfs inside a container when symbolizing a container process. I did this pr to fix it (not quite sure if it works for all scenarios)

how to reproduce

  1. start a MySQL docker container process
  2. find mysqld process pid ps -ef | grep mysqld, read link /proc/{pid}/root and you will find it links to '/'

noneback avatar Nov 25 '24 09:11 noneback