Open Glandos opened 6 days ago
Thanks! The 'Skipping the token' errors are unrelated. I think the crash is a side effect of #10138. We have not seen it FWIW.
This code already existed and got moved to where it is now by the above.
It seems plausible that this exception might be the one thrown from NetworkInterface::map on:
if (getifaddrs(&ifaces) < 0) throw NetException("cannot get network adapter list");
especially because the rest of that is try ... catch (Poco::Exception&) without propagating
Describe the Bug
I upgraded today to 24.04.9-1:
Server starts correctly, but crashes with SIGABRT when opening a file from Nextcloud
Steps to Reproduce
Expected Behavior
No SIGABRT
Actual Behavior
Errors
Skipping the token
were already present in 24.04.8-2Screenshots
Desktop
(Please complete the following information)
Smartphone
(Please complete the following information)
Additional Context