You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DHCPv6 Relay tests are failing on armhf with dhcp6relay resulting in segfault
Steps to reproduce the issue:
On version 20201231.48, 20201231.49, 20201231.50, run dhcpv6 relay management tests
Tests fail and dhcp6relay results in segfault
Describe the results you received:
// Initialization
Jan 23 20:52:00.690932 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === add config for intf Vlan1000
Jan 23 20:52:00.692032 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === associating config 0x16c59a8 intf Vlan1000 with db connector 0xbe834b3c
// a good relay
Jan 23 20:53:48.473310 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === callback updating #2 config 0x16c59a8 message type 1(0x1)
Jan 23 20:53:48.474304 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === send_udp updating #1 config 0x16c59a8 message type 12(0xc)
// some more good relays
Jan 23 20:53:53.065216 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: message repeated 3 times: [ === send_udp updating #1 config 0x16c59a8 message type 12(0xc)]
// This seems to be the problem. The config address changed (last byte got zeroed out):
Jan 23 20:53:53.065699 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === server_callback updating #3 config 0x16c59a8 message type 13(0xd)
Jan 23 20:53:53.066095 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === send_udp updating #1 config 0x16c5900 message type 2(0x2)
// crashed then restarted:
Jan 23 20:55:28.674247 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === add config for intf Vlan1000
Jan 23 20:55:28.674478 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === associating config 0x1a449a8 intf Vlan1000 with db connector 0xbe9dbb3c
Describe the results you expected:
Config address should stay the same upon receiving and sending packets.
Description
DHCPv6 Relay tests are failing on armhf with dhcp6relay resulting in segfault
Steps to reproduce the issue:
Describe the results you received:
// Initialization
Jan 23 20:52:00.690932 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === add config for intf Vlan1000
Jan 23 20:52:00.692032 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === associating config 0x16c59a8 intf Vlan1000 with db connector 0xbe834b3c
// a good relay
Jan 23 20:53:48.473310 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === callback updating #2 config 0x16c59a8 message type 1(0x1)
Jan 23 20:53:48.474304 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === send_udp updating #1 config 0x16c59a8 message type 12(0xc)
// some more good relays
Jan 23 20:53:53.065216 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: message repeated 3 times: [ === send_udp updating #1 config 0x16c59a8 message type 12(0xc)]
// This seems to be the problem. The config address changed (last byte got zeroed out):
Jan 23 20:53:53.065699 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === server_callback updating #3 config 0x16c59a8 message type 13(0xd)
Jan 23 20:53:53.066095 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === send_udp updating #1 config 0x16c5900 message type 2(0x2)
// crashed then restarted:
Jan 23 20:55:28.674247 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === add config for intf Vlan1000
Jan 23 20:55:28.674478 str2-7215-acs-3 WARNING dhcp_relay#dhcp6relay: === associating config 0x1a449a8 intf Vlan1000 with db connector 0xbe9dbb3c
Describe the results you expected:
Config address should stay the same upon receiving and sending packets.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: