Does anyone have any ideas on how I can move this issue forward?
https://github.com/systemd/systemd/issues/20212
As the subject says, it makes my NAS (and other systems with "lots" of
block devices) basically unbootable. Red Hat reverted the commits that
introduced the issue in their RHEL 8 b
Am Do., 22. Juli 2021 um 14:04 Uhr schrieb Stanislav Angelovič
:
>
> Hi guys!
>
> Assuming sd-bus is used in a C++ application, is sd-bus safe against
> exceptions flying from e.g. a sd-bus vtable callback handler (provided by the
> C++ application) and catching them in the caller of sd_bus_proce
> On 22 Jul 2021, at 13:04, Stanislav Angelovič wrote:
>
>
> Hi guys!
>
> Assuming sd-bus is used in a C++ application, is sd-bus safe against
> exceptions flying from e.g. a sd-bus vtable callback handler (provided by the
> C++ application) and catching them in the caller of sd_bus_proces
Hi guys!
Assuming sd-bus is used in a C++ application, is sd-bus safe against
exceptions flying from e.g. a sd-bus vtable callback handler (provided by
the C++ application) and catching them in the caller of sd_bus_process()
(which is the same C++ app)?
Or this is not supported (so leaks or whate