=== REDIS BUG REPORT START: Cut & paste starting from here ===
5235:M 01 Feb 15:19:43.180 # ------------------------------------------------
5235:M 01 Feb 15:19:43.180 # !!! Software Failure. Press left mouse button to continue
5235:M 01 Feb 15:19:43.180 # Guru Meditation: "Redis aborting for OUT OF MEMORY" #redis.c:3560
5235:M 01 Feb 15:19:43.180 # (forcing SIGSEGV in order to print the stack trace)
5235:M 01 Feb 15:19:43.180 # ------------------------------------------------
5235:M 01 Feb 15:19:43.180 # Redis 3.0.5 crashed by signal: 11
5235:M 01 Feb 15:19:43.181 # Failed assertion: <no assertion failed> (<no file>:0)
5235:M 01 Feb 15:19:43.181 # --- STACK TRACE
/usr/local/bin/redis-server 127.0.0.1:6379(logStackTrace+0x33)[0x450f03]
/usr/local/bin/redis-server 127.0.0.1:6379(_redisPanic+0x7a)[0x44ffaa]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7f5d27a9c340]
/usr/local/bin/redis-server 127.0.0.1:6379(_redisPanic+0x7a)[0x44ffaa]
/usr/local/bin/redis-server 127.0.0.1:6379(redisOutOfMemoryHandler+0x2c)[0x41e32c]
/usr/local/bin/redis-server 127.0.0.1:6379(zrealloc+0xd1)[0x425b01]
/usr/local/bin/redis-server 127.0.0.1:6379[0x4242c0]
/usr/local/bin/redis-server 127.0.0.1:6379(sdscatlen+0x58)[0x4245a8]
/usr/local/bin/redis-server 127.0.0.1:6379[0x42b7e5]
/usr/local/bin/redis-server 127.0.0.1:6379(addReply+0xcf)[0x42b8ef]
/usr/local/bin/redis-server 127.0.0.1:6379(addReplyBulk+0x1c)[0x42c5fc]
/usr/local/bin/redis-server 127.0.0.1:6379(lrangeCommand+0x150)[0x43b3d0]
/usr/local/bin/redis-server 127.0.0.1:6379(call+0x83)[0x4205d3]
/usr/local/bin/redis-server 127.0.0.1:6379(processCommand+0x39f)[0x42331f]
/usr/local/bin/redis-server 127.0.0.1:6379(processInputBuffer+0x4f)[0x42d01f]
/usr/local/bin/redis-server 127.0.0.1:6379(readQueryFromClient+0xb2)[0x42d152]
/usr/local/bin/redis-server 127.0.0.1:6379(aeProcessEvents+0x250)[0x41b360]
/usr/local/bin/redis-server 127.0.0.1:6379(aeMain+0x2b)[0x41b59b]
/usr/local/bin/redis-server 127.0.0.1:6379(main+0x322)[0x41a2d2]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f5d276e8ec5]
/usr/local/bin/redis-server 127.0.0.1:6379[0x41a489]
5235:M 01 Feb 15:19:43.340 # --- INFO OUTPUT
5235:M 01 Feb 15:19:43.357 # # Server
redis_version:3.0.5
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:4d5b5b8902c0dc5b
redis_mode:standalone
os:Linux 3.13.0-32-generic x86_64
arch_bits:64
multiplexing_api:epoll
gcc_version:4.8.2
process_id:5235
run_id:cea02151ce0f56499edc695587c715646acfab89
tcp_port:6379
uptime_in_seconds:65
uptime_in_days:0
hz:10
lru_clock:11470606
config_file:/etc/redis/6379.conf
# Clients
connected_clients:23
client_longest_output_list:271685
client_biggest_input_buf:12749
blocked_clients:13
# Memory
used_memory:6065698552
used_memory_human:5.65G
used_memory_rss:5629136896
used_memory_peak:6065698552
used_memory_peak_human:5.65G
used_memory_lua:36864
mem_fragmentation_ratio:0.93
mem_allocator:jemalloc-3.6.0
# Persistence
loading:0
rdb_changes_since_last_save:147
rdb_bgsave_in_progress:0
rdb_last_save_time:1454311117
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:24
total_commands_processed:3957
instantaneous_ops_per_sec:292
total_net_input_bytes:230433
total_net_output_bytes:7249088
instantaneous_input_kbps:15.75
instantaneous_output_kbps:308.47
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:0
evicted_keys:0
keyspace_hits:3191
keyspace_misses:5
pubsub_channels:1
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:1.84
used_cpu_user:5.71
used_cpu_sys_children:0.00
used_cpu_user_children:0.00
# Commandstats
cmdstat_get:calls=10,usec=43,usec_per_call=4.30
cmdstat_psetex:calls=5,usec=30,usec_per_call=6.00
cmdstat_del:calls=17,usec=53,usec_per_call=3.12
cmdstat_exists:calls=5,usec=20,usec_per_call=4.00
cmdstat_lpush:calls=12,usec=70,usec_per_call=5.83
cmdstat_rpop:calls=12,usec=29,usec_per_call=2.42
cmdstat_brpop:calls=540,usec=2735,usec_per_call=5.06
cmdstat_lrange:calls=3163,usec=7462970,usec_per_call=2359.46
cmdstat_ltrim:calls=6,usec=33,usec_per_call=5.50
cmdstat_sadd:calls=18,usec=82,usec_per_call=4.56
cmdstat_zadd:calls=5,usec=51,usec_per_call=10.20
cmdstat_zrem:calls=6,usec=37,usec_per_call=6.17
cmdstat_zrangebyscore:calls=10,usec=160,usec_per_call=16.00
cmdstat_hset:calls=4,usec=12,usec_per_call=3.00
cmdstat_hmset:calls=12,usec=94,usec_per_call=7.83
cmdstat_incrby:calls=48,usec=265,usec_per_call=5.52
cmdstat_mset:calls=5,usec=28,usec_per_call=5.60
cmdstat_expire:calls=12,usec=66,usec_per_call=5.50
cmdstat_keys:calls=1,usec=84,usec_per_call=84.00
cmdstat_multi:calls=21,usec=49,usec_per_call=2.33
cmdstat_exec:calls=21,usec=235,usec_per_call=11.19
cmdstat_info:calls=2,usec=100,usec_per_call=50.00
cmdstat_subscribe:calls=1,usec=9,usec_per_call=9.00
cmdstat_watch:calls=11,usec=56,usec_per_call=5.09
cmdstat_unwatch:calls=10,usec=27,usec_per_call=2.70
# Cluster
cluster_enabled:0
# Keyspace
db0:keys=118,expires=3,avg_ttl=87872671954
hash_init_value: 1453522225
5235:M 01 Feb 15:19:43.357 # --- CLIENT LIST OUTPUT
5235:M 01 Feb 15:19:43.358 # id=3 addr=127.0.0.1:51405 fd=6 name= age=65 idle=5 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=5 oll=0 omem=0 events=rw cmd=brpop
id=4 addr=127.0.0.1:51406 fd=7 name= age=65 idle=5 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=5 oll=0 omem=0 events=rw cmd=brpop
id=20 addr=127.0.0.1:51422 fd=23 name= age=64 idle=5 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=5 oll=0 omem=0 events=rw cmd=brpop
id=21 addr=127.0.0.1:51423 fd=24 name= age=64 idle=5 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=5 oll=0 omem=0 events=rw cmd=brpop
id=24 addr=127.0.0.1:51443 fd=26 name= age=35 idle=35 flags=N db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=subscribe
id=25 addr=127.0.0.1:51444 fd=27 name= age=35 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=12749 qbuf-free=20021 obl=0 oll=271685 omem=6059850408 events=rw cmd=lrange
id=10 addr=127.0.0.1:51412 fd=13 name= age=64 idle=2 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=11 addr=127.0.0.1:51413 fd=14 name= age=64 idle=3 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=12 addr=127.0.0.1:51414 fd=15 name= age=64 idle=3 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=18 addr=127.0.0.1:51420 fd=21 name= age=64 idle=3 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=19 addr=127.0.0.1:51421 fd=22 name= age=64 idle=3 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=22 addr=127.0.0.1:51424 fd=25 name= age=61 idle=3 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=13 addr=127.0.0.1:51415 fd=16 name= age=64 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=14 addr=127.0.0.1:51416 fd=17 name= age=64 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=15 addr=127.0.0.1:51417 fd=18 name= age=64 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=16 addr=127.0.0.1:51418 fd=19 name= age=64 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=5 oll=0 omem=0 events=rw cmd=watch
id=17 addr=127.0.0.1:51419 fd=20 name= age=64 idle=4 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=5 addr=127.0.0.1:51407 fd=8 name= age=65 idle=4 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=6 addr=127.0.0.1:51408 fd=9 name= age=65 idle=4 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=7 addr=127.0.0.1:51409 fd=10 name= age=65 idle=4 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=2 addr=127.0.0.1:51404 fd=5 name= age=65 idle=4 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=8 addr=127.0.0.1:51410 fd=11 name= age=64 idle=4 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
id=9 addr=127.0.0.1:51411 fd=12 name= age=64 idle=5 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=brpop
5235:M 01 Feb 15:19:43.358 # --- CURRENT CLIENT INFO
5235:M 01 Feb 15:19:43.359 # Out Of Memory allocating 115 bytes!
5235:M 01 Feb 15:19:43.359 # ------------------------------------------------
5235:M 01 Feb 15:19:43.359 # !!! Software Failure. Press left mouse button to continue
5235:M 01 Feb 15:19:43.359 # Guru Meditation: "Redis aborting for OUT OF MEMORY" #redis.c:3560
5235:M 01 Feb 15:19:43.359 # (forcing SIGSEGV in order to print the stack trace)
5235:M 01 Feb 15:19:43.359 # --------------------
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.