Crash report
The Redis service process in the database contanier exited abnormally. gdb redis-sever.xx.core 。What could be the reason for this ? (gdb) bt
0 0x00007fea4a3d0bc7 in kill () from /lib/x86_64-linux-gnu/libc.so.6
1 0x000055d6a6f2fb69 in sigsegvHandler ()
2
3 0x00007fea4a43b0f6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
4 0x000055d6a6ef3f92 in __ziplistDelete ()
5 0x000055d6a6fcdf08 in redisCommandTable ()
6 0x000055d6a6ef48ad in ziplistDelete ()
7 0x000055d6a6f209ab in hashTypeSet ()
8 0x000055d6a6f20d8b in hsetCommand ()
9 0x000055d6a6ee7c6d in call ()
10 0x000055d6a6ee87c5 in processCommand ()
11 0x000055d6a6ef6b80 in processCommandAndResetClient ()
12 0x000055d6a6efb55f in processInputBuffer ()
13 0x000055d6a6f7c1dc in ?? ()
14 0x000055d6a6ee113f in aeProcessEvents ()
15 0x000055d6a6ee14ad in aeMain ()
16 0x000055d6a6edb669 in main ()
Additional information
- redis 6.06
- A small number of devices experience issues after running for a period of time
Comment From: sundb
we no longer maintain 6.0, please ref to https://github.com/redis/redis/blob/unstable/SECURITY.md and ziplist was replaced by lisptack, so you can upgrade to newer version.