-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udev crashes on boot when handling bind action #11319
Comments
|
Here's what apparently happens:
internally, the logging macro tries to get the system name of the device: which gets to The problem is that I think |
Yup, it boots now. I'll file a pull request. |
|
#11244 was merged. Let's close this. |
systemd version the issue has been seen with
Used distribution
Expected behaviour you didn't see
Unexpected behaviour you saw
More details
After upgrading systemd, udev and stuff from 239 to 240, my laptop could not boot normally anymore. Rolling back to 239 helps. Below is what looking at coredumps reveals.
Backtrace:
Pieces of nullstr from frame 4:
It looks like a bind action from ethernet controller:
The text was updated successfully, but these errors were encountered: