close
Skip to content

KeyDB 6.0.18 networking.cpp:2105 #300

@2peter3

Description

@2peter3

Describe the bug
Hello,
im using the latest version of KeyDB with Docker. After a while the KeyDB stops and the dump.rdb file is broken.
Do you have any advice to fix this?

** Log Files **
These should be KeyDB logs, not syslogs or logs from your container manager. If you are reporting a crash there will be a line in your log stating:

 === KEYDB BUG REPORT START: Cut & paste starting from here ===
 1:22:M 28 Mar 2021 12:26:39.170 # === ASSERTION FAILED CLIENT CONTEXT ===
 1:22:M 28 Mar 2021 12:26:39.170 # client->flags = 270532608
 1:22:M 28 Mar 2021 12:26:39.170 # client->conn = fd=47
 1:22:M 28 Mar 2021 12:26:39.170 # client->argc = 8
 1:22:M 28 Mar 2021 12:26:39.170 # client->argv[0] = "evalsha" (refcount: 1)
 1:22:M 28 Mar 2021 12:26:39.170 # client->argv[1] = "aa102f22e4bd254581ad75f64cb52ea1cc1aa128" (refcount: 1)
 1:22:M 28 Mar 2021 12:26:39.170 # client->argv[2] = "4" (refcount: 1)
 1:22:M 28 Mar 2021 12:26:39.170 # client->argv[3] = "update:update:stallBlock" (refcount: 1)
 1:22:M 28 Mar 2021 12:26:39.170 # client->argv[4] = "update:update:stalling" (refcount: 1)
 1:22:M 28 Mar 2021 12:26:39.170 # client->argv[5] = "update:update:waiting" (refcount: 1)
 1:22:M 28 Mar 2021 12:26:39.170 # client->argv[6] = "update:update:active" (refcount: 1)
 1:22:M 28 Mar 2021 12:26:39.170 # client->argv[7] = "5000" (refcount: 1)
 1:22:M 28 Mar 2021 12:26:39.170 # === ASSERTION FAILED ===
 1:22:M 28 Mar 2021 12:26:39.170 # ==> networking.cpp:2105 'c->argc == 0' is not true
 1:22:M 28 Mar 2021 12:26:39.170 # (forcing SIGSEGV to print the bug report.)
 1:22:M 28 Mar 2021 12:26:39.170 # KeyDB 6.0.18 crashed by signal: 11, si_code: 1
 1:22:M 28 Mar 2021 12:26:39.170 # Crashed running the instruction at: 0x5566abb2380e
 1:22:M 28 Mar 2021 12:26:39.170 # Accessing address: 0xffffffffffffffff
 1:22:M 28 Mar 2021 12:26:39.170 # Failed assertion: c->argc == 0 (networking.cpp:2105)
 
 ------ STACK TRACE ------
 EIP:
 keydb-server *:6379(_serverAssert+0x7e) [0x5566abb2380e]
 
 Backtrace:
 keydb-server *:6379(logStackTrace(ucontext_t*)+0x6b) [0x5566abb2506b]
 keydb-server *:6379(sigsegvHandler(int, siginfo_t*, void*)+0xed) [0x5566abb2584d]
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980) [0x7fda3808b980]
 keydb-server *:6379(_serverAssert+0x7e) [0x5566abb2380e]
 keydb-server *:6379(processMultibulkBuffer(client*)+0x777) [0x5566abaddd07]
 keydb-server *:6379(processInputBuffer(client*, int)+0x166) [0x5566abaddeb6]
 keydb-server *:6379(processClients()+0xac) [0x5566abae0bdc]
 keydb-server *:6379(beforeSleep(aeEventLoop*)+0xe4) [0x5566abac3a74]
 keydb-server *:6379(aeProcessEvents+0xfb) [0x5566ababfddb]
 keydb-server *:6379(processEventsWhileBlocked(int)+0x1f2) [0x5566abadc2f2]
 keydb-server *:6379(luaMaskCountHook(lua_State*, lua_Debug*)+0x57) [0x5566abb371e7]
 keydb-server *:6379(+0x120e43) [0x5566abb91e43]
 keydb-server *:6379(+0x12ac7d) [0x5566abb9bc7d]
 keydb-server *:6379(+0x12165d) [0x5566abb9265d]
 keydb-server *:6379(+0x12097e) [0x5566abb9197e]
 keydb-server *:6379(+0x1217cb) [0x5566abb927cb]
 keydb-server *:6379(lua_pcall+0x58) [0x5566abb8fee8]
 keydb-server *:6379(evalGenericCommand(client*, int)+0x26c) [0x5566abb38dac]
 keydb-server *:6379(call(client*, int)+0xec) [0x5566abacba4c]
 keydb-server *:6379(processCommand(client*, int)+0x5ee) [0x5566abacc6ae]
 keydb-server *:6379(processCommandAndResetClient(client*, int)+0x31) [0x5566abad7bc1]
 keydb-server *:6379(processInputBuffer(client*, int)+0x18b) [0x5566abaddedb]
 keydb-server *:6379(processClients()+0xac) [0x5566abae0bdc]
 keydb-server *:6379(beforeSleep(aeEventLoop*)+0xe4) [0x5566abac3a74]
 keydb-server *:6379(aeMain+0x89) [0x5566abac03c9]
 keydb-server *:6379(workerThreadMain(void*)+0x74) [0x5566abac6e24]
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x76db) [0x7fda380806db]
 /lib/x86_64-linux-gnu/libc.so.6(clone+0x3f) [0x7fda37da971f]
 
 ------ INFO OUTPUT ------
 # Server
 redis_version:6.0.18
 redis_git_sha1:f660cd93
 redis_git_dirty:1
 redis_build_id:dc0366119c2c33a
 redis_mode:standalone
 os:Linux 4.19.0-16-amd64 x86_64
 arch_bits:64
 multiplexing_api:epoll
 atomicvar_api:atomic-builtin
 gcc_version:7.5.0
 process_id:1
 run_id:6af5b7d2e476f9b2a1de68280930512e997b8f23
 tcp_port:6379
 uptime_in_seconds:39
 uptime_in_days:0
 hz:10
 configured_hz:10
 lru_clock:6321651
 executable:/data/keydb-server
 config_file:/etc/keydb/keydb.conf
 
 # Clients
 connected_clients:62
 client_recent_max_input_buffer:20480
 client_recent_max_output_buffer:0
 blocked_clients:0
 tracking_clients:0
 clients_in_timeout_table:0
 current_client_thread:0
 thread_0_clients:48
 thread_1_clients:14
 
 # Memory
 used_memory:280883160
 used_memory_human:267.87M
 used_memory_rss:322142208
 used_memory_rss_human:307.22M
 used_memory_peak:281225352
 used_memory_peak_human:268.20M
 used_memory_peak_perc:99.88%
 used_memory_overhead:2690464
 used_memory_startup:1431096
 used_memory_dataset:278192696
 used_memory_dataset_perc:99.55%
 allocator_allocated:281520880
 allocator_active:282767360
 allocator_resident:290017280
 total_system_memory:16820826112
 total_system_memory_human:15.67G
 used_memory_lua:1772544
 used_memory_lua_human:1.69M
 used_memory_scripts:5800
 used_memory_scripts_human:5.66K
 number_of_cached_scripts:5
 maxmemory:0
 maxmemory_human:0B
 maxmemory_policy:noeviction
 allocator_frag_ratio:1.00
 allocator_frag_bytes:1246480
 allocator_rss_ratio:1.03
 allocator_rss_bytes:7249920
 rss_overhead_ratio:1.11
 rss_overhead_bytes:32124928
 mem_fragmentation_ratio:1.15
 mem_fragmentation_bytes:41214400
 mem_not_counted_for_evict:0
 mem_replication_backlog:0
 mem_clients_slaves:0
 mem_clients_normal:1251136
 mem_aof_buffer:0
 mem_allocator:jemalloc-5.1.0
 active_defrag_running:0
 lazyfree_pending_objects:0
 
 # Persistence
 loading:0
 rdb_changes_since_last_save:76872
 rdb_bgsave_in_progress:0
 rdb_last_save_time:1616934360
 rdb_last_bgsave_status:ok
 rdb_last_bgsave_time_sec:-1
 rdb_current_bgsave_time_sec:-1
 rdb_last_cow_size:0
 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
 aof_last_cow_size:0
 module_fork_in_progress:0
 module_fork_last_cow_size:0
 
 # Stats
 total_connections_received:62
 total_commands_processed:99874
 instantaneous_ops_per_sec:1130
 total_net_input_bytes:5666719
 total_net_output_bytes:6397197
 instantaneous_input_kbps:61.69
 instantaneous_output_kbps:24.25
 rejected_connections:0
 sync_full:0
 sync_partial_ok:0
 sync_partial_err:0
 expired_keys:2
 expired_stale_perc:0.00
 expired_time_cap_reached_count:0
 expire_cycle_cpu_milliseconds:0
 evicted_keys:0
 keyspace_hits:27255
 keyspace_misses:48
 pubsub_channels:1
 pubsub_patterns:0
 latest_fork_usec:0
 migrate_cached_sockets:0
 slave_expires_tracked_keys:0
 active_defrag_hits:0
 active_defrag_misses:0
 active_defrag_key_hits:0
 active_defrag_key_misses:0
 tracking_total_keys:0
 tracking_total_items:0
 tracking_total_prefixes:0
 unexpected_error_replies:0
 total_reads_processed:20799
 total_writes_processed:28916
 
 # Replication
 role:master
 connected_slaves:0
 master_replid:adf519552606a271bea5d50e92f7f1e3daf8ad0b
 master_replid2:0000000000000000000000000000000000000000
 master_repl_offset:0
 second_repl_offset:-1
 repl_backlog_active:0
 repl_backlog_size:1048576
 repl_backlog_first_byte_offset:0
 repl_backlog_histlen:0
 
 # CPU
 used_cpu_sys:2.167677
 used_cpu_user:25.183026
 used_cpu_sys_children:0.002701
 used_cpu_user_children:0.002909
 server_threads:2
 long_lock_waits:15
 
 # Modules
 
 # Commandstats
 cmdstat_hdel:calls=1080,usec=3678,usec_per_call=3.41
 cmdstat_select:calls=48,usec=39,usec_per_call=0.81
 cmdstat_smembers:calls=3,usec=5491,usec_per_call=1830.33
 cmdstat_llen:calls=32,usec=26,usec_per_call=0.81
 cmdstat_brpoplpush:calls=26832,usec=117687,usec_per_call=4.39
 cmdstat_script:calls=85,usec=576,usec_per_call=6.78
 cmdstat_exec:calls=1096,usec=2417513,usec_per_call=2205.76
 cmdstat_subscribe:calls=16,usec=52,usec_per_call=3.25
 cmdstat_zcard:calls=16,usec=4,usec_per_call=0.25
 cmdstat_get:calls=16,usec=9,usec_per_call=0.56
 cmdstat_lrem:calls=13386,usec=22193212,usec_per_call=1657.94
 cmdstat_scard:calls=32,usec=11,usec_per_call=0.34
 cmdstat_hget:calls=27202,usec=40520,usec_per_call=1.49
 cmdstat_info:calls=923,usec=31518,usec_per_call=34.15
 cmdstat_lpush:calls=5,usec=1240,usec_per_call=248.00
 cmdstat_evalsha:calls=33,usec=8402523,usec_per_call=254621.91
 cmdstat_multi:calls=1097,usec=604,usec_per_call=0.55
 cmdstat_sadd:calls=30,usec=8500,usec_per_call=283.33
 cmdstat_hset:calls=123,usec=341,usec_per_call=2.77
 cmdstat_set:calls=34,usec=53,usec_per_call=1.56
 cmdstat_lrange:calls=2,usec=4118,usec_per_call=2059.00
 cmdstat_del:calls=2,usec=880,usec_per_call=440.00
 cmdstat_srem:calls=26701,usec=39111,usec_per_call=1.46
 cmdstat_publish:calls=1080,usec=15308,usec_per_call=14.17
 
 # Cluster
 cluster_enabled:0
 
 # Keyspace
 db0:keys=7,expires=1,avg_ttl=0
 
 ------ CLIENT LIST OUTPUT ------
 id=46 addr=10.0.25.9:44242 fd=60 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=47 addr=10.0.25.9:44246 fd=61 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=83 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=20600 events=r cmd=brpoplpush user=default
 id=48 addr=10.0.25.9:44244 fd=62 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=40984 events=r cmd=srem user=default
 id=53 addr=10.0.25.8:54404 fd=68 name= age=33 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=49 addr=10.0.25.8:49288 fd=63 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=40984 events=r cmd=srem user=default
 id=63 addr=10.0.25.9:37972 fd=78 name= age=12 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=14 qbuf-free=32754 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61440 events=r cmd=NULL user=default
 id=50 addr=10.0.25.8:49290 fd=64 name= age=37 idle=22 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=51 addr=10.0.25.8:49286 fd=65 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=4 addr=10.0.25.8:49220 fd=18 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=166 qbuf-free=32602 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=5 addr=10.0.25.8:49216 fd=19 name= age=38 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=6 addr=10.0.25.8:49218 fd=20 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=srem user=default
 id=7 addr=10.0.25.8:49226 fd=21 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61448 events=r cmd=exec user=default
 id=8 addr=10.0.25.8:49224 fd=22 name= age=38 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=9 addr=10.0.25.8:49228 fd=23 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=83 qbuf-free=32685 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=58 addr=10.0.25.8:38514 fd=73 name= age=25 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=10 addr=10.0.25.8:49238 fd=24 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=srem user=default
 id=55 addr=10.0.25.9:55000 fd=70 name= age=29 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=11 addr=10.0.25.8:49240 fd=25 name= age=38 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=20512 events=r cmd=brpoplpush user=default
 id=12 addr=10.0.25.8:49236 fd=26 name= age=38 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=13 addr=10.0.25.8:49248 fd=27 name= age=38 idle=23 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=20512 events=r cmd=brpoplpush user=default
 id=14 addr=10.0.25.8:49246 fd=28 name= age=38 idle=12 flags=x db=0 sub=0 psub=0 multi=3 qbuf=0 qbuf-free=32768 argv-mem=0 obl=3132 oll=0 omem=0 tot-mem=61464 events=r cmd=hdel user=default
 id=15 addr=10.0.25.8:49244 fd=29 name= age=38 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=54 addr=10.0.25.9:50468 fd=69 name= age=31 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=52 addr=10.0.25.8:53090 fd=67 name= age=33 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=62 addr=10.0.25.8:40402 fd=77 name= age=23 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=16 addr=10.0.25.8:49260 fd=30 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=166 qbuf-free=32602 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=17 addr=10.0.25.8:49256 fd=31 name= age=38 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=18 addr=10.0.25.8:49258 fd=32 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=srem user=default
 id=19 addr=10.0.25.8:49268 fd=33 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=20 addr=10.0.25.8:49266 fd=34 name= age=38 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=21 addr=10.0.25.8:49270 fd=35 name= age=38 idle=20 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=20512 events=r cmd=brpoplpush user=default
 id=22 addr=10.0.25.8:49280 fd=36 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=83 qbuf-free=32685 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=23 addr=10.0.25.8:49276 fd=37 name= age=38 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=24 addr=10.0.25.8:49278 fd=38 name= age=38 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=srem user=default
 id=61 addr=10.0.25.9:34180 fd=76 name= age=23 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61472 events=r cmd=hset user=default
 id=25 addr=10.0.25.9:44176 fd=39 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=57 addr=10.0.25.8:34408 fd=72 name= age=28 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=26 addr=10.0.25.9:44178 fd=40 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=27 addr=10.0.25.9:44184 fd=41 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=166 qbuf-free=32602 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=28 addr=10.0.25.9:44186 fd=42 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=29 addr=10.0.25.9:44190 fd=43 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=30 addr=10.0.25.9:44194 fd=44 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=249 qbuf-free=32519 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=31 addr=10.0.25.9:44192 fd=45 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=srem user=default
 id=32 addr=10.0.25.9:44196 fd=46 name= age=37 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=33 addr=10.0.25.9:44182 fd=47 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=139 obl=66 oll=0 omem=0 tot-mem=61643 events= cmd=evalsha user=default
 id=34 addr=10.0.25.9:44210 fd=48 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=83 qbuf-free=32685 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=35 addr=10.0.25.9:44206 fd=49 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=36 addr=10.0.25.9:44208 fd=50 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=srem user=default
 id=37 addr=10.0.25.9:44216 fd=51 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=38 addr=10.0.25.9:44220 fd=52 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=83 qbuf-free=32685 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=39 addr=10.0.25.9:44218 fd=53 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=srem user=default
 id=40 addr=10.0.25.9:44226 fd=54 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=59 addr=10.0.25.8:38846 fd=74 name= age=25 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61472 events=r cmd=hset user=default
 id=60 addr=10.0.25.9:60562 fd=75 name= age=25 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61472 events=r cmd=hset user=default
 id=41 addr=10.0.25.9:44228 fd=55 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=hget user=default
 id=42 addr=10.0.25.9:44230 fd=56 name= age=37 idle=20 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=43 addr=10.0.25.9:44234 fd=57 name= age=37 idle=20 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=6387 oll=0 omem=0 tot-mem=20504 events=r cmd=subscribe user=default
 id=44 addr=10.0.25.9:44236 fd=58 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=srem user=default
 id=56 addr=10.0.25.9:56608 fd=71 name= age=28 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61472 events=r cmd=hset user=default
 id=45 addr=10.0.25.9:44238 fd=59 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=83 qbuf-free=32685 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=61464 events=r cmd=brpoplpush user=default
 id=64 addr=10.0.25.8:43534 fd=79 name= age=12 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=20488 events=r cmd=NULL user=default
 id=65 addr=10.0.25.8:43760 fd=80 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=20488 events=r cmd=NULL user=default
 
 ------ CURRENT CLIENT INFO ------
 id=33 addr=10.0.25.9:44182 fd=47 name= age=37 idle=12 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=16384 qbuf-free=16384 argv-mem=139 obl=66 oll=0 omem=0 tot-mem=61643 events= cmd=evalsha user=default
 argv[0]: 'evalsha'
 argv[1]: 'aa102f22e4bd254581ad75f64cb52ea1cc1aa128'
 argv[2]: '4'
 argv[3]: 'update:update:stallBlock'
 argv[4]: 'update:update:stalling'
 argv[5]: 'update:update:waiting'
 argv[6]: 'update:update:active'
 argv[7]: '5000'
 
 ------ REGISTERS ------
 1:22:M 28 Mar 2021 12:26:39.172 #
 RAX:0000000000000000 RBX:0000000000000839
 RCX:00007fda37d98257 RDX:0000000000000000
 RDI:0000000000000000 RSI:00007fda380758c0
 RBP:00005566abc26a50 RSP:00007fda17dfcdc0
 R8 :0000000000000000 R9 :00007fda17dff700
 R10:00000000ffffffd6 R11:0000000000000000
 R12:00005566abc26c11 R13:00005566abc27080
 R14:00007fda080043cc R15:00007fda080043c8
 RIP:00005566abb2380e EFL:0000000000010202
 CSGSFS:002b000000000033
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdcf) -> 00005566abaddeb6
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdce) -> 00007fda080043c8
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdcd) -> 00007fda080043cc
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdcc) -> 00005566abc27080
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdcb) -> 000000000000000f
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdca) -> ffffffffffffffd8
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc9) -> 00007fda22dfa300
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc8) -> 00007fda2ac80c78
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc7) -> f0370c00cf838e00
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc6) -> 00007fda328b4500
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc5) -> 00007fda3284d250
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc4) -> 0000000000000001
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc3) -> 00005566abaddd07
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc2) -> 000000000000000f
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc1) -> 0000000000000008
 1:22:M 28 Mar 2021 12:26:39.172 # (00007fda17dfcdc0) -> 00007fda22dfa300
 
 ------ MODULES INFO OUTPUT ------
 
 ------ FAST MEMORY TEST ------
 1:22:M 28 Mar 2021 12:26:39.173 # main thread terminated
 1:22:M 28 Mar 2021 12:26:39.173 # Bio thread for job type #0 terminated
 1:22:M 28 Mar 2021 12:26:39.173 # Bio thread for job type #1 terminated
 1:22:M 28 Mar 2021 12:26:39.173 # Bio thread for job type #2 terminated
 
 Fast memory test PASSED, however your memory can still be broken. Please run a memory test for several hours if possible.
 
 ------ DUMPING CODE AROUND EIP ------
 Symbol: _serverAssert (base: 0x5566abb23790)
 Module: keydb-server *:6379 (base 0x5566aba71000)
 $ xxd -r -p /tmp/dump.hex /tmp/dump.bin
 $ objdump --adjust-vma=0x5566abb23790 -D -b binary -m i386:x86-64 /tmp/dump.bin
 ------
 1:22:M 28 Mar 2021 12:26:39.173 # dump of function (hexdump of 254 bytes):
 488b05397c360041544989fc55534889f589d38b80bc33000085c07505e8cef9ffff488d35ab161100bf0300000031c0e89b0efaff488d35b11611004d89e089d94889eabf0300000031c0e8800efaff488b05e97b3600488d3532fe1000bf030000004c89a0a83300004889a8b03300008998b833000031c0e8520efaffc60425ffffffff785b5d415cc30f1f440000415541544989fc55534881ecb800000064488b04252800000048898424a800000031c0488b05867b36008bb8bc33000085ff0f8450010000488d35f1fd100031c0bf03000000e8f50dfaff498b9424c0000000488d351e16110031c0bf03000000e8da0dfaff498b7c24084889e6
 Function at 0x5566abac4660 is _Z9serverLogiPKcz
 
 === KEYDB BUG REPORT END. Make sure to include from START to END. ===
 
        Please report the crash by opening an issue on github:
 
            https://github.com/JohnSully/KeyDB/issues
 
   Suspect RAM error? Use keydb-server --test-memory to verify it.

To Reproduce
no, sorry :/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions