GNOME Bugzilla – Bug 768377
Crash in _cancel_activation when dhcp4 lease expires
Last modified: 2020-11-07 12:46:02 UTC
Ubuntu error tracker receives several reports of crashes when the dhcp4 state is changed (NM_DHCP_STATE_EXPIRE).
+ Trace 236418
could you provide a logfile that shows the crash? Which exact version of NM was used? Or is there a hyperlink to the downstream crashes? Thanks.
The version is 1.2.0, downstream link: https://bugs.launchpad.net/bugs/1598051
If there's a way to get logs at TRACE level, that probably would be very useful. From the stack trace it seems that in _set_state_full() there is initially a valid @self instance, but after the state change signal gets emitted the instance has been destroyed, probably in the call path of a signal handler. That should not happen as the NMManager should hold a reference to the device.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!