content_shell.exe is no longer running on Win 10 |
||
Issue descriptionSomething broke this on March 30. When running ASANified content_shell.exe on Windows, I get "This app can't run on your PC" on our Windows Server 2012 R2 64-bit (Win 10) bots. I have tried running compatibility troubleshooter on this, but no success. Did anything change on the clang side to trigger this ? I don't see this issue on chrome.exe. Are you guys able to run content_shell.exe fine ? Can you try with ASAN version.
,
May 3 2017
Is this still an issue? I never got to this.
,
May 3 2017
The issue still exists. And it gives the same result for content_shell.exe when run locally on my win 10 desktop that "app can't run on my pc", followed by access denied message.
,
May 12 2017
I removed the /guard:cf flag on the linker command-line and the executable was running correctly. [asan-32 bit, windows-10] There is something wrong with ASAN + guard. I did a simple executable compiled with ASAN + guard and it was working fine. So, there is something going wrong... somewhere...
,
May 12 2017
This temporary patch is solving the problem:
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 60c2bb7..35ea118 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -281,7 +281,7 @@ config("executable_config") {
configs += _windows_linker_configs
# Currently only turn on linker CFI for executables.
- configs += [ "//build/config/win:cfi_linker" ]
+ # configs += [ "//build/config/win:cfi_linker" ]
} else if (is_mac) {
configs += [
"//build/config/mac:mac_dynamic_flags",
,
May 12 2017
related to this: https://bugs.chromium.org/p/chromium/issues/detail?id=708098
,
May 12 2017
That bug was fixed in llvm r301047. We yesterday rolled in a clang with that revision.
,
May 12 2017
Nice, this is now fixed, see new crash on content_shell job type. https://clusterfuzz.com/v2/testcase-detail/5853996169560064 https://clusterfuzz.com/v2/crash-stats?end=415168&hours=1&job=windows_asan_content_shell&order=total_count
,
May 12 2017
,
May 15 2017
เมื่อ 4 พ.ค. 2017 06:41 "ลียะ ดือเร๊ะ" <a0622408373@gmail.com> เขียนว่า
,
May 15 2017
เมื่อ 12 พ.ค. 2017 22:54 "etien… via monorail" < monorail+v2.1562186490@chromium.org> เขียนว่า |
||
►
Sign in to add a comment |
||
Comment 1 by thakis@chromium.org
, Apr 17 2017