Skip to content
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

Redis 3.2.11 crash by signal: 11 #4369

Closed
jm252409 opened this issue Oct 12, 2017 · 1 comment
Closed

Redis 3.2.11 crash by signal: 11 #4369

jm252409 opened this issue Oct 12, 2017 · 1 comment

Comments

@jm252409
Copy link

jm252409 commented Oct 12, 2017

Hello, the following issue occurs when running any programs using redis on our ARM 9 processor, custom linux distribution. Is there any help you can provide based on the information below?

Any information you need that I can provide I will gladly provide.

Below is an example of the bug occurring while running the redis-benchmark utility.

Edit1: Note: we ran the redis server memory test tool (as suggested at the bottom of the bug report) and it passed.

Thanks

./redis-server&

2722:C 08 Oct 19:45:56.586 # Warning: no config file specified, using the default config. In order to specify a config file use ./redis-serv er /path/to/redis.conf

2722:M 08 Oct 19:45:56.643 * Increased maximum number of open files to 10032 (it was originally set to 1024).
2722:M 08 Oct 19:45:56.646 # Warning: 32 bit instance detected but no memory limit set. Setting 3 GB maxmemory limit with 'noeviction' policy now.
.
.-__ ''-._ _.- . . ''-._ Redis 3.2.11 (00000000/0) 32 bit
.- .-```. ```\/ _.,_ ''-._ ( ' , .-` | `, ) Running in standalone mode |`-._`-...-` __...-.-.|'_.-'| Port: 6379 | -. ._ / _.-' | PID: 2722 -._ -._ -./ .-' .-'
|-._-.
-.__.-' _.-'_.-'| | -.
-._ _.-'_.-' | http://redis.io -._ -._-..-'.-' .-'
|-._-.
-.__.-' _.-'_.-'| | -.
-._ _.-'_.-' | -._ -._-.
.-'_.-' _.-'
-._ -..-' _.-'
-._ _.-' -.
.-'

2722:M 08 Oct 19:45:56.657 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the low er value of 128.
2722:M 08 Oct 19:45:56.658 # Server started, Redis version 3.2.11
2722:M 08 Oct 19:45:56.658 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
2722:M 08 Oct 19:45:56.659 * DB loaded from disk: 0.001 seconds
2722:M 08 Oct 19:45:56.659 * The server is now ready to accept connections on port 6379

ls

dump.rdb redis-check-aof redis-check-rdb redis-cli.2.6.11 redis-server.2.6.11
redis-benchmark redis-check-dump redis-cli redis-server redis.conf

./redis-benchmark

====== PING_INLINE ======
10000 requests completed in 6.21 seconds
50 parallel clients
3 bytes payload
keep alive: 1

0.01% <= 2 milliseconds
0.03% <= 3 milliseconds
0.04% <= 4 milliseconds
0.10% <= 5 milliseconds
0.23% <= 6 milliseconds
0.72% <= 7 milliseconds
1.48% <= 8 milliseconds
2.66% <= 9 milliseconds
4.13% <= 10 milliseconds
5.50% <= 11 milliseconds
6.76% <= 12 milliseconds
8.51% <= 13 milliseconds
11.30% <= 14 milliseconds
14.54% <= 15 milliseconds
20.44% <= 16 milliseconds
28.32% <= 17 milliseconds
36.06% <= 18 milliseconds
41.81% <= 19 milliseconds
45.37% <= 20 milliseconds
48.03% <= 21 milliseconds
50.62% <= 22 milliseconds
53.48% <= 23 milliseconds
56.44% <= 24 milliseconds
59.29% <= 25 milliseconds
62.60% <= 26 milliseconds
65.88% <= 27 milliseconds
69.25% <= 28 milliseconds
72.05% <= 29 milliseconds
74.26% <= 30 milliseconds
76.03% <= 31 milliseconds
77.72% <= 32 milliseconds
80.92% <= 33 milliseconds
85.12% <= 34 milliseconds
87.60% <= 35 milliseconds
89.15% <= 36 milliseconds
90.26% <= 37 milliseconds
91.50% <= 38 milliseconds
92.59% <= 39 milliseconds
94.09% <= 40 milliseconds
95.24% <= 41 milliseconds
95.80% <= 42 milliseconds
96.24% <= 43 milliseconds
96.99% <= 44 milliseconds
97.43% <= 45 milliseconds
97.69% <= 46 milliseconds
97.79% <= 47 milliseconds
97.93% <= 48 milliseconds
98.10% <= 49 milliseconds
98.32% <= 50 milliseconds
98.61% <= 51 milliseconds
98.70% <= 52 milliseconds
98.78% <= 53 milliseconds
98.86% <= 54 milliseconds
99.00% <= 55 milliseconds
99.06% <= 56 milliseconds
99.09% <= 57 milliseconds
99.15% <= 58 milliseconds
99.23% <= 59 milliseconds
99.31% <= 60 milliseconds
99.35% <= 61 milliseconds
99.36% <= 62 milliseconds
99.38% <= 63 milliseconds
99.48% <= 64 milliseconds
99.50% <= 69 milliseconds
99.52% <= 71 milliseconds
99.56% <= 72 milliseconds
99.57% <= 73 milliseconds
99.61% <= 74 milliseconds
99.68% <= 84 milliseconds
99.69% <= 85 milliseconds
99.74% <= 86 milliseconds
99.78% <= 89 milliseconds
99.79% <= 90 milliseconds
99.85% <= 91 milliseconds
99.90% <= 92 milliseconds
99.96% <= 93 milliseconds
100.00% <= 94 milliseconds
1611.34 requests per second

====== PING_BULK ======
10000 requests completed in 6.16 seconds
50 parallel clients
3 bytes payload
keep alive: 1

0.01% <= 2 milliseconds
0.04% <= 3 milliseconds
0.14% <= 4 milliseconds
0.31% <= 5 milliseconds
0.93% <= 6 milliseconds
1.84% <= 7 milliseconds
2.87% <= 8 milliseconds
4.38% <= 9 milliseconds
6.28% <= 10 milliseconds
8.07% <= 11 milliseconds
9.61% <= 12 milliseconds
11.90% <= 13 milliseconds
15.03% <= 14 milliseconds
19.61% <= 15 milliseconds
26.52% <= 16 milliseconds
33.89% <= 17 milliseconds
40.97% <= 18 milliseconds
46.00% <= 19 milliseconds
49.71% <= 20 milliseconds
53.37% <= 21 milliseconds
56.96% <= 22 milliseconds
60.47% <= 23 milliseconds
63.87% <= 24 milliseconds
67.25% <= 25 milliseconds
70.24% <= 26 milliseconds
72.96% <= 27 milliseconds
75.31% <= 28 milliseconds
77.06% <= 29 milliseconds
78.97% <= 30 milliseconds
80.74% <= 31 milliseconds
81.95% <= 32 milliseconds
83.77% <= 33 milliseconds
85.38% <= 34 milliseconds
86.87% <= 35 milliseconds
88.22% <= 36 milliseconds
89.36% <= 37 milliseconds
90.52% <= 38 milliseconds
91.58% <= 39 milliseconds
92.88% <= 40 milliseconds
94.06% <= 41 milliseconds
94.59% <= 42 milliseconds
95.07% <= 43 milliseconds
95.75% <= 44 milliseconds
96.47% <= 45 milliseconds
96.84% <= 46 milliseconds
97.06% <= 47 milliseconds
97.22% <= 48 milliseconds
97.50% <= 49 milliseconds
97.91% <= 50 milliseconds
98.40% <= 51 milliseconds
98.58% <= 52 milliseconds
98.64% <= 53 milliseconds
98.67% <= 54 milliseconds
98.72% <= 55 milliseconds
98.75% <= 56 milliseconds
98.82% <= 57 milliseconds
98.91% <= 58 milliseconds
99.05% <= 59 milliseconds
99.16% <= 60 milliseconds
99.24% <= 61 milliseconds
99.31% <= 62 milliseconds
99.41% <= 63 milliseconds
99.46% <= 64 milliseconds
99.48% <= 65 milliseconds
99.51% <= 66 milliseconds
99.52% <= 67 milliseconds
99.53% <= 71 milliseconds
99.55% <= 72 milliseconds
99.59% <= 73 milliseconds
99.62% <= 74 milliseconds
99.66% <= 75 milliseconds
99.69% <= 76 milliseconds
99.74% <= 77 milliseconds
99.77% <= 78 milliseconds
99.79% <= 79 milliseconds
99.88% <= 80 milliseconds
99.98% <= 81 milliseconds
100.00% <= 81 milliseconds
1622.06 requests per second

=== REDIS BUG REPORT START: Cut & paste starting from here ===
2722:M 08 Oct 19:46:19.737 # === ASSERTION FAILED OBJECT CONTEXT ===
2722:M 08 Oct 19:46:19.737 # Object type: 0
2722:M 08 Oct 19:46:19.738 # Object encoding: 8
2722:M 08 Oct 19:46:19.738 # Object refcount: 1
2722:M 08 Oct 19:46:19.738 # Object raw string len: 21
2722:M 08 Oct 19:46:19.738 # Object raw string content: "foo:rand:000000000000"
2722:M 08 Oct 19:46:19.738 # === ASSERTION FAILED ===
2722:M 08 Oct 19:46:19.738 # ==> db.c:843 'dictFind(db->dict,key->ptr) != NULL' is not true
2722:M 08 Oct 19:46:19.739 # (forcing SIGSEGV to print the bug report.)
2722:M 08 Oct 19:46:19.739 # Redis 3.2.11 crashed by signal: 11
2722:M 08 Oct 19:46:19.739 # Crashed running the instuction at: 0x51d1c
2722:M 08 Oct 19:46:19.739 # Accessing address: 0xffffffff
2722:M 08 Oct 19:46:19.739 # Failed assertion: dictFind(db->dict,key->ptr) != NULL (db.c:843)

------ STACK TRACE ------
EIP:
./redis-server *:6379(_serverAssert+0x5c)[0x51d1c]

Backtrace:

------ INFO OUTPUT ------

Server

redis_version:3.2.11
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:57f949756dabc7d6
redis_mode:standalone
os:Linux 2.6.332.6.33 armv5tejl
arch_bits:32
multiplexing_api:epoll
gcc_version:4.7.3
process_id:2722
run_id:3eedcdda5da0d80d323a42d17999310a2846f88e
tcp_port:6379
uptime_in_seconds:23
uptime_in_days:0
hz:10
lru_clock:14319755
executable:/redis/./redis-server
config_file:

Clients

connected_clients:50
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0

Memory

used_memory:1496316
used_memory_human:1.43M
used_memory_rss:2719744
used_memory_rss_human:2.59M
used_memory_peak:3102312
used_memory_peak_human:2.96M
total_system_memory:129433600
total_system_memory_human:123.44M
used_memory_lua:27648
used_memory_lua_human:27.00K
maxmemory:3221225472
maxmemory_human:3.00G
maxmemory_policy:noeviction
mem_fragmentation_ratio:1.82
mem_allocator:libc

Persistence

loading:0
rdb_changes_since_last_save:0
rdb_bgsave_in_progress:0
rdb_last_save_time:1507491956
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:-1
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:150
total_commands_processed:20000
instantaneous_ops_per_sec:1603
total_net_input_bytes:200050
total_net_output_bytes:140000
instantaneous_input_kbps:21.93
instantaneous_output_kbps:10.99
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:0
evicted_keys:0
keyspace_hits:0
keyspace_misses:0
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec:0
migrate_cached_sockets: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:4.55
used_cpu_user:1.71
used_cpu_sys_children:0.00
used_cpu_user_children:0.00

Commandstats

cmdstat_ping:calls=20000,usec=336962,usec_per_call=16.85

Cluster

cluster_enabled:0

Keyspace

db0:keys=1,expires=0,avg_ttl=0
hash_init_value: 1506994716

------ CLIENT LIST OUTPUT ------
id=102 addr=127.0.0.1:57863 fd=6 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=set
id=103 addr=127.0.0.1:57864 fd=7 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=104 addr=127.0.0.1:57865 fd=8 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=105 addr=127.0.0.1:57866 fd=9 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=106 addr=127.0.0.1:57867 fd=10 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=107 addr=127.0.0.1:57868 fd=11 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=108 addr=127.0.0.1:57869 fd=12 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=109 addr=127.0.0.1:57870 fd=13 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=110 addr=127.0.0.1:57871 fd=14 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=111 addr=127.0.0.1:57872 fd=15 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=112 addr=127.0.0.1:57873 fd=16 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=113 addr=127.0.0.1:57874 fd=17 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=114 addr=127.0.0.1:57875 fd=18 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=115 addr=127.0.0.1:57876 fd=19 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=116 addr=127.0.0.1:57877 fd=20 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=117 addr=127.0.0.1:57878 fd=21 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=118 addr=127.0.0.1:57879 fd=22 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=119 addr=127.0.0.1:57880 fd=23 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=120 addr=127.0.0.1:57881 fd=24 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=121 addr=127.0.0.1:57882 fd=25 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=122 addr=127.0.0.1:57883 fd=26 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=123 addr=127.0.0.1:57884 fd=27 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=124 addr=127.0.0.1:57885 fd=28 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=125 addr=127.0.0.1:57886 fd=29 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=126 addr=127.0.0.1:57887 fd=30 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=127 addr=127.0.0.1:57888 fd=31 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=128 addr=127.0.0.1:57889 fd=32 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=129 addr=127.0.0.1:57890 fd=33 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=130 addr=127.0.0.1:57891 fd=34 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=131 addr=127.0.0.1:57892 fd=35 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=132 addr=127.0.0.1:57893 fd=36 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=133 addr=127.0.0.1:57894 fd=37 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=134 addr=127.0.0.1:57895 fd=38 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=135 addr=127.0.0.1:57896 fd=39 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=136 addr=127.0.0.1:57897 fd=40 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=137 addr=127.0.0.1:57898 fd=41 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=138 addr=127.0.0.1:57899 fd=42 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=139 addr=127.0.0.1:57900 fd=43 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=140 addr=127.0.0.1:57901 fd=44 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=141 addr=127.0.0.1:57902 fd=45 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=142 addr=127.0.0.1:57903 fd=46 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=143 addr=127.0.0.1:57904 fd=47 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=144 addr=127.0.0.1:57905 fd=48 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=145 addr=127.0.0.1:57906 fd=49 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=146 addr=127.0.0.1:57907 fd=50 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=147 addr=127.0.0.1:57908 fd=51 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=148 addr=127.0.0.1:57909 fd=52 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=149 addr=127.0.0.1:57910 fd=53 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=150 addr=127.0.0.1:57911 fd=54 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL
id=151 addr=127.0.0.1:57912 fd=55 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL

------ CURRENT CLIENT INFO ------
id=102 addr=127.0.0.1:57863 fd=6 name= age=0 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=set
argv[0]: 'SET'
argv[1]: 'foo:rand:000000000000'
argv[2]: 'xxx'

------ REGISTERS ------

------ FAST MEMORY TEST ------
2722:M 08 Oct 19:46:19.767 # Bio thread for job type #0 terminated
2722:M 08 Oct 19:46:19.770 # Bio thread for job type #1 terminated
*** Preparing to test memory region b2000 (3047424 bytes)
*** Preparing to test memory region 40020000 (20480 bytes)
*** Preparing to test memory region 40121000 (8192 bytes)
*** Preparing to test memory region 4025d000 (339968 bytes)
*** Preparing to test memory region 402b1000 (8384512 bytes)
*** Preparing to test memory region 40ab1000 (8384512 bytes)
OET: 0.00000.00
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: 0x51cc0)
Module: ./redis-server *:6379 (base 0x8000)
$ xxd -r -p /tmp/dump.hex /tmp/dump.bin
$ objdump --adjust-vma=0x51cc0 -D -b binary -m i386:x86-64 /tmp/dump.bin

2722:M 08 Oct 19:46:29.504 # dump of function (hexdump of 220 bytes):
73402de90240a0e10060a0e10150a0e188ffffeb0300a0e344109fe5583fffeb0520a0e10430a0e10300a0e334109fe500608de5523fffeb2cc09fe50300a0e328109fe57c688ce580588ce584488ce54b3fffeb7820a0e30030e0e30020c3e57c80bde84 aa8090063a8090010b60b007ea80900f8402de918509de5000050e30140a0e10270a0e10360a0e10000000aa0ffffeb000054e30100000a0400a0e192ffffeb0700a0e10610a0e10520a0e1f840bde8d1ffffeaf04f2de90010a0e3f4d04de21420a0e300 80a0e10060a0e31927ffeb210100ea2820a0e3

=== REDIS BUG REPORT END. Make sure to include from START to END. ===

   Please report the crash by opening an issue on github:

       http://github.com/antirez/redis/issues

Suspect RAM error? Use redis-server --test-memory to verify it.

Error: Server closed the connection
[1]+ Segmentation fault ./redis-server

@oranagra
Copy link
Member

looks like a dup of #3892 closing since we haven't seen any similar reports in recent versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants