Summary: | systemd-networkd: crash after receiving DHCP offer | ||
---|---|---|---|
Product: | systemd | Reporter: | Alexander Tsoy <alexander> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
backtrace
valgrind --tool=memcheck |
Any chance you can reproduce this under Valgrind? Created attachment 97037 [details]
valgrind --tool=memcheck
Problem fixed by the following commit: http://cgit.freedesktop.org/systemd/systemd/commit/?id=c8a7165f582c322628a9b07fc7e01d0aab184b48 Thank you, anyway, for diving in. It turned out to be simpler than I thought. Is this likely the same bug behind http://archlinuxarm.org/forum/viewtopic.php?f=31&t=7155&sid=e29f0235ddcf318ba804f9081e365877 ? I can only reproduce on my Raspberry PI. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 97001 [details] backtrace systemd-networkd reproducibly crashes after receiving DHCP offer. This has started after upgrade to systemd-212. No problems with -211. Network config: $ cat /etc/systemd/network/eth0.network [Match] Name=eth0 [Network] DHCP=true