[Webkit-unassigned] [Bug 204396] [WinCairo][curl] Sometime becomes unable to get any network resources while browsing with WinCairoRequirements v2019.11.15

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 26 22:37:24 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204396

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I checked out curl repository, and built out today's ToT and curl-7_67_0 tag without applying any patches.
curl-7_67_0 reproduced, but ToT didn't.
It seems that this issue was solved in the master branch.
However, because I don't know the exact steps to reproduce, I'm not confident.

today's ToT:

  commit 793e37767581aec7102d2ecafa34fc1316b1b31f (HEAD -> master, origin/master, origin/HEAD)
  Author: Marcel Raad <Marcel.Raad at teamviewer.com>
  Date:   Tue Nov 26 11:31:57 2019 +0100

Command to build:

> set VCPKG_DEFAULT_TRIPLET=x64-windows-webkit
> cmake.exe .. "-DBUILD_CURL_EXE=OFF" "-DBUILD_TESTING=OFF" "-DCMAKE_USE_GSSAPI=OFF" "-DCMAKE_USE_LIBSSH2=OFF" "-DCMAKE_USE_OPENLDAP=OFF" "-DCURL_BROTLI=ON" "-DCURL_ZLIB=ON" "-DCURL_DISABLE_COOKIES=ON" "-DCURL_DISABLE_CRYPTO_AUTH=OFF" "-DCURL_DISABLE_DICT=ON" "-DCURL_DISABLE_FILE=OFF" "-DCURL_DISABLE_FTP=ON" "-DCURL_DISABLE_GOPHER=ON" "-DCURL_DISABLE_HTTP=OFF" "-DCURL_DISABLE_IMAP=ON" "-DCURL_DISABLE_LDAP=ON" "-DCURL_DISABLE_LDAPS=ON" "-DCURL_DISABLE_POP3=ON" "-DCURL_DISABLE_PROXY=OFF" "-DCURL_DISABLE_RTSP=ON" "-DCURL_DISABLE_SMTP=ON" "-DCURL_DISABLE_TELNET=ON" "-DCURL_DISABLE_TFTP=ON" "-DENABLE_ARES=OFF" "-DENABLE_MANUAL=OFF" "-DENABLE_THREADED_RESOLVER=ON" "-DUSE_NGHTTP2=ON" "-DUSE_WIN32_LDAP=OFF" "-DENABLE_IPV6=ON" "-DCURL_STATIC_CRT=0" "-DCURL_STATICLIB=0" "-DCMAKE_USE_OPENSSL=ON" "-DCMAKE_USE_WINSSL=" "-DCMAKE_MAKE_PROGRAM=C:/webkit/wcreq/g/downloads/tools/ninja/ninja-1.8.2/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/webkit/wcreq/g/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows-webkit" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v142" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/webkit/wcreq/g/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=C:/webkit/wcreq/g/packages/curl_x64-windows-webkit"
> cmake.exe --build .

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191127/014535e9/attachment-0001.htm>


More information about the webkit-unassigned mailing list