seph
Brad Girardeau
06/14/2023, 4:09 PMhomebrew_packages
in 5.9.0 where the version is reported as the name of the package instead of its actual version. I think it's because the path changed to no longer have a /
at the end (around this code). cc @Marcos Oviedo I'm guessing that is from this PR?
Otherwise things seem to be working well! Great to see crashes reported and info about RSRs on Ventura nowsharvil
06/15/2023, 5:18 PMseph
seph
seph
JanRC
07/27/2023, 6:23 AMMike Myers
07/31/2023, 5:48 PMseph
Yogesh Jadhav
08/05/2023, 6:30 AMAndrea
08/19/2023, 12:36 PMosquery::InternalRunnable
(as other places probably) is affected by clock adjustments (for sure on Windows, not sure on other platforms). Found this bug that basically say std::this_thread::sleep_until
and std::this_thread::sleep_for
implementation are based on a system_clock
rather than a steady_clock
. On top of it possibly other functions are affected such as:
std::condition_variable::wait_for
std::condition_variable::wait_until
std::condition_variable_any::wait_for
std::condition_variable_any::wait_until
std::future::wait_for
std::future::wait_until
std::recursive_timed_mutex::try_lock_for
std::recursive_timed_mutex::try_lock_until
std::shared_future::wait_for
std::shared_future::wait_until
std::shared_lock::try_lock_for
std::shared_lock::try_lock_until
std::shared_timed_mutex::try_lock_for
std::shared_timed_mutex::try_lock_until
std::shared_timed_mutex::try_lock_shared_for
std::shared_timed_mutex::try_lock_shared_until
std::timed_mutex::try_lock_for
std::timed_mutex::try_lock_until
std::unique_lock::try_lock_for
std::unique_lock::try_lock_until
shockedseph
Stefano Bonicatti
09/05/2023, 8:33 PM5.9.0.a
which is causing failures for the Windows builds on the latest commit (since the tag is there). Is that still necessary for tests or?JanRC
09/12/2023, 9:52 AMStefano Bonicatti
10/04/2023, 12:48 PMseph
master
. https://github.com/osquery/osquery/pull/8037 introduced an issue. I was hoping we’d have a fix up today, but I think not. Worst case, I’ll back that PR outStefano Bonicatti
10/06/2023, 7:07 PMseph
seph
wifi_survey
as well. CI wait….seph
seph
seph
seph
clong
10/09/2023, 6:18 PMseph
Stefano Bonicatti
10/10/2023, 6:18 PMclong
10/16/2023, 7:08 PMsharvil
10/20/2023, 3:03 PMbuild_windows (Release, 64, windows-2019)
workflowseph
seph