Ádám Bakai has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21204
Change subject: [debug] Fallback to load from libc ...................................................................... [debug] Fallback to load from libc On Ubuntu 22.04 for some reason, dlsym is looking for the next dlopen function when it is not loaded yet. If this happens then libc.so.6 will be loaded manually. If the file doesn't exist or the symbol can not be found then it will return an error. Change-Id: I83ccb92a32bf431fc5bdae27264969e0e131a475 --- M src/kudu/util/debug/unwind_safeness.cc 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/21204/1 -- To view, visit http://gerrit.cloudera.org:8080/21204 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I83ccb92a32bf431fc5bdae27264969e0e131a475 Gerrit-Change-Number: 21204 Gerrit-PatchSet: 1 Gerrit-Owner: Ádám Bakai <[email protected]>
