/root # uname -a
Linux FUNC82C2B003240 3.14.17-ami #1 Thu Jun 18 17:19:39 UTC 2020 armv6l GNU/Linux
/root # uptime
08:51:10 up 17 days, 1:17, 1 users, load average: 5.06, 5.51, 5.72
/root # free
total used free shared buffers
Mem: 416444 269736 146708 0 67988
-/+ buffers: 201748 214696
Swap: 0 0 0
/root # redis-server -v
Redis server v=2.8.17 sha=00000000:0 malloc=jemalloc-3.6.0 bits=32 build=7a2956a871e93460
/root # ps -afx|grep redis-server
822 ? Ssl 53:00 /usr/bin/redis-server *:0
27345 ? Z 0:00 \_ [redis-server] <defunct>
32104 pts/0 S+ 0:00 \_ grep redis-server
/root #
Crash Log: ++++++++
/root # ps -afx|grep redis-server
822 ? Ssl 53:00 /usr/bin/redis-server *:0
27345 ? Z 0:00 \_ [redis-server] <defunct>
32104 pts/0 S+ 0:00 \_ grep redis-server
/root # cat /var/log/redis-server.log
[26633] 03 Jan 05:45:31.360 * DB saved on disk
[26633] 03 Jan 05:45:31.360 * RDB: 1 MB of memory used by copy-on-write
[822] 03 Jan 05:45:31.510 * Background saving terminated with success
[822] 03 Jan 05:45:42.230 * Background saving started by pid 26979
[26979] 03 Jan 05:45:47.230 * DB saved on disk
[26979] 03 Jan 05:45:47.230 * RDB: 1 MB of memory used by copy-on-write
[822] 03 Jan 05:45:47.380 * Background saving terminated with success
[822] 03 Jan 05:46:00.010 * Background saving started by pid 27345
[822] 03 Jan 05:46:00.450 #
=== REDIS BUG REPORT START: Cut & paste starting from here ===
[822] 03 Jan 05:46:00.450 # Redis 2.8.17 crashed by signal: 11
[822] 03 Jan 05:46:00.460 # Failed assertion: <no assertion failed> (<no file>:0)
[822] 03 Jan 05:46:00.560 # --- STACK TRACE
[27345] 03 Jan 05:46:03.490 #
=== REDIS BUG REPORT START: Cut & paste starting from here ===
[27345] 03 Jan 05:46:03.640 # Redis 2.8.17 crashed by signal: 11
[27345] 03 Jan 05:46:03.640 # Failed assertion: <no assertion failed> (<no file>:0)
[27345] 03 Jan 05:46:03.640 # --- STACK TRACE
[27345] 03 Jan 05:46:03.840 # --- INFO OUTPUT
[27345] 03 Jan 05:46:03.990 # # Server
redis_version:2.8.17
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:7a2956a871e93460
redis_mode:standalone
os:Linux 3.14.17-ami armv6l
arch_bits:32
multiplexing_api:epoll
gcc_version:4.9.2
process_id:27345
run_id:2464b7cadd4047b133f2a97da0c45659eff503c1
tcp_port:0
uptime_in_seconds:378884744
uptime_in_days:4385
hz:10
lru_clock:169495
config_file:/etc/redis/redis.conf
# Clients
connected_clients:116
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0
# Memory
used_memory:4139936
used_memory_human:3.95M
used_memory_rss:3399680
used_memory_peak:6678432
used_memory_peak_human:6.37M
used_memory_lua:33792
mem_fragmentation_ratio:0.82
mem_allocator:jemalloc-3.6.0
# Persistence
loading:0
rdb_changes_since_last_save:24
rdb_bgsave_in_progress:0
rdb_last_save_time:1325569547
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:5
rdb_current_bgsave_time_sec:-1
aof_enabled:0
aof_rewrite_in_progress:0
aof_rewrite_scheduled:0
aof_last_rewrite_time_sec:-1
aof_current_rewrite_time_sec:-1
aof_last_bgrewrite_status:ok
aof_last_write_status:ok
# Stats
total_connections_received:4820706
total_commands_processed:618389
instantaneous_ops_per_sec:0
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:0
evicted_keys:0
keyspace_hits:145757
keyspace_misses:74412
pubsub_channels:0
pubsub_patterns:83
latest_fork_usec:0
# Replication
role:master
connected_slaves:0
master_repl_offset:0
repl_backlog_active:0
repl_backlog_size:1048576
repl_backlog_first_byte_offset:0
repl_backlog_histlen:0
# CPU
used_cpu_sys:0.02
used_cpu_user:0.31
used_cpu_sys_children:0.00
used_cpu_user_children:0.00
# Commandstats
cmdstat_get:calls=128078,usec=55840000,usec_per_call=435.98
cmdstat_set:calls=194633,usec=523040000,usec_per_call=2687.31
cmdstat_setnx:calls=1,usec=0,usec_per_call=0.00
cmdstat_del:calls=17421,usec=92410000,usec_per_call=5304.52
cmdstat_incr:calls=60,usec=150000,usec_per_call=2500.00
cmdstat_rpush:calls=2005,usec=3480000,usec_per_call=1735.66
cmdstat_lpush:calls=1,usec=0,usec_per_call=0.00
cmdstat_lpop:calls=3185,usec=10630000,usec_per_call=3337.52
cmdstat_sadd:calls=26899,usec=62700000,usec_per_call=2330.94
cmdstat_srem:calls=20,usec=0,usec_per_call=0.00
cmdstat_smembers:calls=85804,usec=7120000,usec_per_call=82.98
cmdstat_zadd:calls=2467,usec=5270000,usec_per_call=2136.20
cmdstat_zrem:calls=2005,usec=7530000,usec_per_call=3755.61
cmdstat_zrange:calls=6017,usec=11610000,usec_per_call=1929.53
cmdstat_zcard:calls=61,usec=0,usec_per_call=0.00
cmdstat_hset:calls=98032,usec=265680000,usec_per_call=2710.14
cmdstat_hget:calls=149,usec=30000,usec_per_call=201.34
cmdstat_hmset:calls=74,usec=890000,usec_per_call=12027.03
cmdstat_hdel:calls=1792,usec=5040000,usec_per_call=2812.50
cmdstat_hgetall:calls=60,usec=160000,usec_per_call=2666.67
cmdstat_mset:calls=2219,usec=27620000,usec_per_call=12447.05
cmdstat_select:calls=13090,usec=5950000,usec_per_call=454.55
cmdstat_keys:calls=2103,usec=214800000,usec_per_call=102139.80
cmdstat_scan:calls=13,usec=380000,usec_per_call=29230.77
cmdstat_bgsave:calls=14205,usec=120710000,usec_per_call=8497.71
cmdstat_multi:calls=4334,usec=320000,usec_per_call=73.83
cmdstat_exec:calls=4334,usec=47380000,usec_per_call=10932.16
cmdstat_info:calls=9317,usec=26350000,usec_per_call=2828.16
cmdstat_config:calls=4,usec=0,usec_per_call=0.00
cmdstat_psubscribe:calls=4,usec=0,usec_per_call=0.00
cmdstat_eval:calls=2,usec=60000,usec_per_call=30000.00
# Keyspace
db0:keys=4610,expires=0,avg_ttl=0
hash_init_value: 946475939
[27345] 03 Jan 05:46:04.350 # --- CLIENT LIST OUTPUT
[27345] 03 Jan 05:46:04.450 # id=525 addr=/run/redis/redis.sock:0 fd=51 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=545 addr=/run/redis/redis.sock:0 fd=74 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=567 addr=/run/redis/redis.sock:0 fd=86 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=546 addr=/run/redis/redis.sock:0 fd=75 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=547 addr=/run/redis/redis.sock:0 fd=76 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=548 addr=/run/redis/redis.sock:0 fd=77 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820665 addr=/run/redis/redis.sock:0 fd=105 name= age=4 idle=4 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=526 addr=/run/redis/redis.sock:0 fd=52 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820666 addr=/run/redis/redis.sock:0 fd=106 name= age=4 idle=4 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820667 addr=/run/redis/redis.sock:0 fd=107 name= age=4 idle=4 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=290 addr=/run/redis/redis.sock:0 fd=5 name= age=378884725 idle=378884725 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=527 addr=/run/redis/redis.sock:0 fd=53 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=528 addr=/run/redis/redis.sock:0 fd=54 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=529 addr=/run/redis/redis.sock:0 fd=55 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820669 addr=/run/redis/redis.sock:0 fd=109 name= age=4 idle=4 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820670 addr=/run/redis/redis.sock:0 fd=110 name= age=4 idle=4 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=530 addr=/run/redis/redis.sock:0 fd=57 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=531 addr=/run/redis/redis.sock:0 fd=58 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=532 addr=/run/redis/redis.sock:0 fd=59 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820704 addr=/run/redis/redis.sock:0 fd=144 name= age=2 idle=0 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=set
id=4820705 addr=/run/redis/redis.sock:0 fd=145 name= age=2 idle=0 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=8 oll=0 omem=0 events=rw cmd=get
id=4820706 addr=/run/redis/redis.sock:0 fd=146 name= age=2 idle=0 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=bgsave
id=4820707 addr=/run/redis/redis.sock:0 fd=147 name= age=2 idle=0 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=set
id=533 addr=/run/redis/redis.sock:0 fd=60 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=534 addr=/run/redis/redis.sock:0 fd=61 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=535 addr=/run/redis/redis.sock:0 fd=62 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=536 addr=/run/redis/redis.sock:0 fd=63 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=537 addr=/run/redis/redis.sock:0 fd=66 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=538 addr=/run/redis/redis.sock:0 fd=67 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=291 addr=/run/redis/redis.sock:0 fd=6 name= age=378884724 idle=378884724 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=292 addr=/run/redis/redis.sock:0 fd=7 name= age=378884724 idle=11 flags=U db=0 sub=0 psub=79 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=psubscribe
id=293 addr=/run/redis/redis.sock:0 fd=8 name= age=378884724 idle=11 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=sadd
id=294 addr=/run/redis/redis.sock:0 fd=9 name= age=378884723 idle=378884723 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=295 addr=/run/redis/redis.sock:0 fd=10 name= age=378884723 idle=11 flags=U db=0 sub=0 psub=1 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=psubscribe
id=4820672 addr=/run/redis/redis.sock:0 fd=112 name= age=3 idle=3 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820673 addr=/run/redis/redis.sock:0 fd=113 name= age=3 idle=3 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820674 addr=/run/redis/redis.sock:0 fd=114 name= age=3 idle=3 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=296 addr=/run/redis/redis.sock:0 fd=11 name= age=378884723 idle=11 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del
id=297 addr=/run/redis/redis.sock:0 fd=12 name= age=378884723 idle=378884723 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=298 addr=/run/redis/redis.sock:0 fd=13 name= age=378884723 idle=0 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=smembers
id=299 addr=/run/redis/redis.sock:0 fd=14 name= age=378884723 idle=378884723 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=549 addr=/run/redis/redis.sock:0 fd=78 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=550 addr=/run/redis/redis.sock:0 fd=79 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=551 addr=/run/redis/redis.sock:0 fd=80 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=552 addr=/run/redis/redis.sock:0 fd=81 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=553 addr=/run/redis/redis.sock:0 fd=82 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=554 addr=/run/redis/redis.sock:0 fd=83 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=578 addr=/run/redis/redis.sock:0 fd=103 name= age=378884717 idle=378884717 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=set
id=4820676 addr=/run/redis/redis.sock:0 fd=116 name= age=3 idle=3 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=555 addr=/run/redis/redis.sock:0 fd=84 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=556 addr=/run/redis/redis.sock:0 fd=85 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=558 addr=/run/redis/redis.sock:0 fd=87 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=300 addr=/run/redis/redis.sock:0 fd=15 name= age=378884723 idle=378884723 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=get
id=395 addr=/run/redis/redis.sock:0 fd=16 name= age=378884721 idle=378884721 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820573 addr=/run/redis/redis.sock:0 fd=104 name= age=5 idle=5 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=573 addr=/run/redis/redis.sock:0 fd=99 name= age=378884717 idle=131 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=get
id=397 addr=/run/redis/redis.sock:0 fd=18 name= age=378884721 idle=378884721 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=539 addr=/run/redis/redis.sock:0 fd=68 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=569 addr=/run/redis/redis.sock:0 fd=95 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=570 addr=/run/redis/redis.sock:0 fd=96 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=571 addr=/run/redis/redis.sock:0 fd=97 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=540 addr=/run/redis/redis.sock:0 fd=69 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=541 addr=/run/redis/redis.sock:0 fd=70 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=542 addr=/run/redis/redis.sock:0 fd=71 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=399 addr=/run/redis/redis.sock:0 fd=20 name= age=378884721 idle=378884721 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=400 addr=/run/redis/redis.sock:0 fd=21 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=401 addr=/run/redis/redis.sock:0 fd=22 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=402 addr=/run/redis/redis.sock:0 fd=23 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=403 addr=/run/redis/redis.sock:0 fd=24 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=404 addr=/run/redis/redis.sock:0 fd=25 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=405 addr=/run/redis/redis.sock:0 fd=26 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=406 addr=/run/redis/redis.sock:0 fd=27 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=407 addr=/run/redis/redis.sock:0 fd=28 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820668 addr=/run/redis/redis.sock:0 fd=108 name= age=4 idle=4 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=select
id=408 addr=/run/redis/redis.sock:0 fd=29 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=409 addr=/run/redis/redis.sock:0 fd=30 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=410 addr=/run/redis/redis.sock:0 fd=17 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=411 addr=/run/redis/redis.sock:0 fd=31 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=412 addr=/run/redis/redis.sock:0 fd=32 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=413 addr=/run/redis/redis.sock:0 fd=33 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820671 addr=/run/redis/redis.sock:0 fd=111 name= age=3 idle=3 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=414 addr=/run/redis/redis.sock:0 fd=34 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=415 addr=/run/redis/redis.sock:0 fd=35 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=543 addr=/run/redis/redis.sock:0 fd=72 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=544 addr=/run/redis/redis.sock:0 fd=73 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=416 addr=/run/redis/redis.sock:0 fd=36 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=417 addr=/run/redis/redis.sock:0 fd=37 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=418 addr=/run/redis/redis.sock:0 fd=38 name= age=378884720 idle=378884720 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=419 addr=/run/redis/redis.sock:0 fd=39 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=420 addr=/run/redis/redis.sock:0 fd=40 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=421 addr=/run/redis/redis.sock:0 fd=41 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=559 addr=/run/redis/redis.sock:0 fd=88 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=560 addr=/run/redis/redis.sock:0 fd=89 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=561 addr=/run/redis/redis.sock:0 fd=90 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=562 addr=/run/redis/redis.sock:0 fd=91 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=563 addr=/run/redis/redis.sock:0 fd=92 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=564 addr=/run/redis/redis.sock:0 fd=19 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=565 addr=/run/redis/redis.sock:0 fd=93 name= age=378884718 idle=378884718 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820675 addr=/run/redis/redis.sock:0 fd=115 name= age=3 idle=3 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=575 addr=/run/redis/redis.sock:0 fd=100 name= age=378884717 idle=378884717 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=576 addr=/run/redis/redis.sock:0 fd=101 name= age=378884717 idle=378884717 flags=U db=0 sub=0 psub=1 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=psubscribe
id=577 addr=/run/redis/redis.sock:0 fd=102 name= age=378884717 idle=378884717 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=422 addr=/run/redis/redis.sock:0 fd=42 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=431 addr=/run/redis/redis.sock:0 fd=43 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=437 addr=/run/redis/redis.sock:0 fd=44 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=446 addr=/run/redis/redis.sock:0 fd=48 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=460 addr=/run/redis/redis.sock:0 fd=46 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=467 addr=/run/redis/redis.sock:0 fd=47 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=468 addr=/run/redis/redis.sock:0 fd=49 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=469 addr=/run/redis/redis.sock:0 fd=50 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=572 addr=/run/redis/redis.sock:0 fd=98 name= age=378884717 idle=131 flags=U db=0 sub=0 psub=2 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=psubscribe
id=475 addr=/run/redis/redis.sock:0 fd=45 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=4820572 addr=/run/redis/redis.sock:0 fd=94 name= age=6 idle=6 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=510 addr=/run/redis/redis.sock:0 fd=64 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=511 addr=/run/redis/redis.sock:0 fd=65 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=524 addr=/run/redis/redis.sock:0 fd=56 name= age=378884719 idle=378884719 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
[27345] 03 Jan 05:46:04.450 # --- CURRENT CLIENT INFO
[27345] 03 Jan 05:46:04.450 # client: id=4820706 addr=/run/redis/redis.sock:0 fd=146 name= age=2 idle=0 flags=U db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=bgsave
[27345] 03 Jan 05:46:04.450 # argv[0]: 'BGSAVE'
/root #
Comment From: KarnikJain
@any other logs required then please do let me know.
Comment From: oranagra
@KarnikJain this is very old version (IIRC the one that was latest on the day i joined the project). besides that, for some reason the crash report is missing a stack trace part, so i don't really know where it crashed, and i can't check if that bug was fixed already or not.
what i do see is that CURRENT CLIENT INFO shows that we're probably running BGSAVE now (although i'm not sure if there was some bug in that version which makes this information a lie).
BGSAVE doesn't actually do much (before calling fork(), which means the chances for it to crash are low.
sadly i don't think anyone can help except suggest that you upgrade to a more recent version.
Comment From: KarnikJain
@oranagra Thank you for the response. Did we have such cases in past, where Redis-Server getting Zombie/defunct and redis-server.log showing Crash like I mentioned in my o/p? tried forum but no clear clue yet.