Skip to content
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

update README: add build/test environment. #2

Merged
merged 1 commit into from
Oct 10, 2017
Merged

Conversation

beacer
Copy link
Contributor

@beacer beacer commented Oct 10, 2017

  1. add test env description.
  2. add git clone link for DPVS.

@beacer beacer merged commit ff5a4df into iqiyi:master Oct 10, 2017
@yeze yeze mentioned this pull request Jul 31, 2018
Danielybl pushed a commit to Danielybl/dpvs that referenced this pull request Mar 27, 2019
1. vrrp process crash when reload dpvs, this patch check NULL pointer before use strcmp
(gdb) bt
 #0  __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:29
 iqiyi#1  0x000000000040fd25 in address_exist (l=l@entry=0x1ba0820, ipaddress=ipaddress@entry=0x1ba26c0,
     old_dpdk_port=old_dpdk_port@entry=0x0, dpdk_port=dpdk_port@entry=0x0) at vrrp_ipaddress.c:265
 iqiyi#2  0x000000000040fdcd in clear_diff_address (l=<optimized out>, n=0x1ba0820, old_dpdk_port=old_dpdk_port@entry=0x0,
         dpdk_port=dpdk_port@entry=0x0) at vrrp_ipaddress.c:298
 iqiyi#3  0x000000000040febd in clear_diff_saddresses () at vrrp_ipaddress.c:318
 iqiyi#4  0x0000000000414b55 in start_vrrp () at vrrp_daemon.c:139
 iqiyi#5  0x0000000000414cb3 in reload_vrrp_thread (thread=<optimized out>) at vrrp_daemon.c:238
 iqiyi#6  0x0000000000422f0d in thread_call (thread=0x7ffd73e09aa0) at scheduler.c:761
 iqiyi#7  launch_scheduler () at scheduler.c:784
 iqiyi#8  0x0000000000414d7b in start_vrrp_child () at vrrp_daemon.c:338
 iqiyi#9  0x00000000004031b8 in start_keepalived () at main.c:85
 iqiyi#10 main (argc=<optimized out>, argv=<optimized out>) at main.c:303
2. if_queue is freed by free_interface_queue() when reload keepalived,
   members of if_queue in old_vrrp_data should not be used. Interface index is used instead.
ytwang0320 pushed a commit to ytwang0320/dpvs that referenced this pull request Dec 22, 2020
update README: add build/test environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant