[systemd-devel] udev regression makes NAS unbootable

2021-07-22 Thread Ian Pilcher
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

Re: [systemd-devel] Exception safety od sd-bus

2021-07-22 Thread Norbert Lange
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

Re: [systemd-devel] Exception safety od sd-bus

2021-07-22 Thread Barry
> 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

[systemd-devel] Exception safety od sd-bus

2021-07-22 Thread 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_process() (which is the same C++ app)? Or this is not supported (so leaks or whate