while I run ./redis-server ,the console print Segmentation fault (core dumped) with redis version is 6.0.0. when I use 5.0.5,this problem is disappear and the server is running ok.

Comment From: antirez

Hi, thanks for your bug report. Is it possible for you to use "git bisect" or just checking a few commits in the Redis 6.0 branch to see when this starts happening?

On Fri, May 1, 2020, 18:05 董亮亮 notifications@github.com wrote:

while I run ./redis-server ,the console print Segmentation fault (core dumped) with redis version is 6.0.0. when I use 5.0.5,this problem is disappear and the server is running ok.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/antirez/redis/issues/7171, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAQAYHCWLVKFMNMFJ7LS5DRPLXOLANCNFSM4MXGDZKA .

Comment From: BobenHome

Hi, thanks for your bug report. Is it possible for you to use "git bisect" or just checking a few commits in the Redis 6.0 branch to see when this starts happening? On Fri, May 1, 2020, 18:05 董亮亮 @.*> wrote: while I run ./redis-server ,the console print Segmentation fault (core dumped) with redis version is 6.0.0. when I use 5.0.5,this problem is disappear and the server is running ok. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#7171>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAQAYHCWLVKFMNMFJ7LS5DRPLXOLANCNFSM4MXGDZKA .

Oh,I just a beginner and don't know how to find the reason of problem. I think this version is Unstable.