-
Notifications
You must be signed in to change notification settings - Fork 539
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
segfault teammgrd and orchagent errors while adding new LAG to sonic #1428
Comments
OlaOliynyk
changed the title
segfault, teammgrd and orchagent errors while adding new LAG to sonic
segfault teammgrd and orchagent errors while adding new LAG to sonic
Sep 4, 2020
Duplicate sonic-net/sonic-buildimage#5306 |
Hi @OlaOliynyk |
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this issue
Feb 28, 2022
sonic-net/sonic-buildimage#6768 change the kvm artifact name from kvm to vs Signed-off-by: Guohan Lu <[email protected]>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this issue
Mar 1, 2023
Update SAI submodule v1.9 with the following fixes 7594e53 (HEAD, origin/v1.9) Skip brcm teardown assertion (sonic-net#1423) (sonic-net#1428) 0c33f4a [FIX]Fix the circular reference issue when build sai header py (sonic-net#1427) 7e0fc24 Add support for building under Doxygen 1.9.1 (sonic-net#1414) (sonic-net#1424) 8ecf3ef [Fix]Correct enum check on branch 1.9 (sonic-net#1418) e2b2f39 Add Thrift 0.14.1 compatibility (sonic-net#1403) (sonic-net#1416)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
While run test config errors appear in log:
tlm_teamd: segfault at 0 ip 0000562605442b58 sp 00007fff6688edb0 error 4 in tlm_teamd
ERR teamd#teammgrd: :- addLagMember: Failed to add Ethernet112 to port channel PortChanne
ERR swss#orchagent: :- removeLag: Failed to remove ref count 1 LAG PortChannel'
Steps to reproduce:
Run config test:
py.test --testbed=t0 --inventory= --testbed_file= --host-pattern=t0 --module-path=/var/user/jenkins/sonic-mgmt/ansible/library pc/test_po_update.py -v -rA
Expected result: new LAG added/removed without any errors in syslog / test passed
Actual result: test fails, error appears
Environment:
SONiC Software Version: SONiC.HEAD.761-dirty-20200903.072206
Distribution: Debian 10.5
Kernel: 4.19.0-9-2-amd64
Build commit: dd908c2
The text was updated successfully, but these errors were encountered: