-
Notifications
You must be signed in to change notification settings - Fork 735
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
clean tabs in code #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beacer
approved these changes
Oct 10, 2017
Closed
Closed
This was referenced Jan 28, 2018
Merged
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.
This was referenced Oct 21, 2019
Closed
ytwang0320
pushed a commit
to ytwang0320/dpvs
that referenced
this pull request
Dec 22, 2020
clean tabs in code
ywc689
pushed a commit
that referenced
this pull request
Apr 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
clean tabs in code