GNOME Bugzilla – Bug 745844
OpenVPN activation crash
Last modified: 2015-04-22 08:00:44 UTC
NetworkManager: 6b5de0ab5f2caedabb0e516c2a26b86c0f0b1002 nm-openvpn: 7cc7b1f319827dff7a36cd8e23c4bd3c2feddb55 openvpn: 2.3.6 Backtrace from coredump:
+ Trace 234820
NetworkManager:ERROR:nm-route-manager.c:179:nm_route_manager_ip4_route_sync: assertion failed: (known_route->ifindex)
I am not able to reproduce this. I'm wondering if you could run NetworkManager with --debug --log-level=DEBUG and attach the complete log? Thank you!
And, if possible, please share as much from your OpenVPN configuration as you can. "nmcli c show <vpn-connection>" would be perfect.
I had this on client side: [ipv4] method=auto dns-search= route1=192.168.30.0/24,172.16.0.1 And this on server side: push "route 192.168.30.0 255.255.255.0" After removing route1=192.168.30.0/24,172.16.0.1 I didn't catch any crashes. Maybe that was a problem
Created attachment 302009 [details] [PATCH] nm-ip[64]-config: set ifindex when replacing a duplicate route
LGTM
d231162 nm-ip[64]-config: set ifindex when replacing a duplicate route