Updates:
Cc:
h...@chromium.org
Comment #8 on issue 404644 by
yyanagis...@chromium.org: gdb spews "warning:
I could reproduce the issue by "gclient sync" and "ninja -C out/Debug
chrome" with use_goma=1. (Note that I did not try using goma yet. I will
try later)
> does *.dwo file exist?
I did not check all but it seems yes.
With executing the command in #1, I got followings.
(snip)
warning: Could not find DWO CU
obj/third_party/webrtc/modules/video_coding/main/source/webrtc_video_coding.inter_frame_delay.dwo(0x36c686c4a23ce685)
referenced by CU at offset 0x951f0 [in module
/usr/local/google/ssd/yyanagisawa/chrome_src/src/out/Debug/chrome]
warning: Could not find DWO CU
obj/third_party/webrtc/modules/video_coding/utility/video_coding_utility.frame_dropper.dwo(0xddeb5e35703a1ba4)
referenced by CU at offset 0x952b0 [in module
/usr/local/google/ssd/yyanagisawa/chrome_src/src/out/Debug/chrome]
warning: Could not find DWO CU
obj/third_party/webrtc/common_audio/signal_processing/common_audio.auto_corr_to_refl_coef.dwo(0x11fa356e2b52c7a4)
referenced by CU at offset 0x96444 [in module
/usr/local/google/ssd/yyanagisawa/chrome_src/src/out/Debug/chrome]
warning: Could not find DWO CU
obj/third_party/webrtc/common_audio/signal_processing/common_audio.filter_ar_fast_q12.dwo(0x9f60ddc51e46ebb9)
referenced by CU at offset 0x96474 [in module
/usr/local/google/ssd/yyanagisawa/chrome_src/src/out/Debug/chrome]
warning: Could not find DWO CU
obj/third_party/webrtc/common_audio/signal_processing/common_audio.filter_ma_fast_q12.dwo(0x3b15ee7cd80d5020)
referenced by CU at offset 0x964a4 [in module
/usr/local/google/ssd/yyanagisawa/chrome_src/src/out/Debug/chrome]
warning: Could not find DWO CU
obj/third_party/webrtc/common_audio/signal_processing/common_audio.refl_coef_to_lpc.dwo(0xdcaa0da8d23089b5)
referenced by CU at offset 0x964d4 [in module
/usr/local/google/ssd/yyanagisawa/chrome_src/src/out/Debug/chrome]
done.
(gdb) quit
% cd out/Debug
% file
obj/third_party/webrtc/modules/video_coding/main/source/webrtc_video_coding.inter_frame_delay.dwo
obj/third_party/webrtc/modules/video_coding/main/source/webrtc_video_coding.inter_frame_delay.dwo:
ELF
64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
% file
obj/third_party/webrtc/modules/video_coding/utility/video_coding_utility.frame_dropper.dwo
obj/third_party/webrtc/modules/video_coding/utility/video_coding_utility.frame_dropper.dwo:
ELF
64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
% file
obj/third_party/webrtc/common_audio/signal_processing/common_audio.auto_corr_to_refl_coef.dwo
obj/third_party/webrtc/common_audio/signal_processing/common_audio.auto_corr_to_refl_coef.dwo:
ELF
64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
% file
obj/third_party/webrtc/common_audio/signal_processing/common_audio.filter_ar_fast_q12.dwo
obj/third_party/webrtc/common_audio/signal_processing/common_audio.filter_ar_fast_q12.dwo:
ELF
64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
% file
obj/third_party/webrtc/common_audio/signal_processing/common_audio.filter_ma_fast_q12.dwo
obj/third_party/webrtc/common_audio/signal_processing/common_audio.filter_ma_fast_q12.dwo:
ELF
64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
% file
obj/third_party/webrtc/common_audio/signal_processing/common_audio.refl_coef_to_lpc.dwo
obj/third_party/webrtc/common_audio/signal_processing/common_audio.refl_coef_to_lpc.dwo:
ELF
64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
> did compiler_proxy write the *.dwo file? (check /tmp/compiler_proxy.INFO)
I could not find anything about writing .dwo or not. However, files seems
to come from goma cache???