acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 44 forks source link

[python-ray] use of uninitialized updater_io_service_ #191

Closed acxz closed 1 year ago

acxz commented 2 years ago
Use --sandbox_debug to see verbose messages from the sandbox
src/ray/core_worker/gcs_server_address_updater.cc: In constructor 'ray::core::GcsServerAddressUpdater::GcsServerAddressUpdater(std::string, int, std::function<void(std::__cxx11::basic_string<char>, int)>)':
src/ray/core_worker/gcs_server_address_updater.cc:24:28: error: member 'ray::core::GcsServerAddressUpdater::updater_io_service_' is used uninitialized [-Werror=uninitialized]
   24 |     : client_call_manager_(updater_io_service_),
      |                            ^~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
acxz commented 2 years ago

upstream issue: https://github.com/ray-project/ray/issues/24984

acxz commented 2 years ago

patched with 4eeefb3

acxz commented 1 year ago

Patch is no longer needed