Skip to content

Instantly share code, notes, and snippets.

@mranney
Created August 22, 2012 19:18
Show Gist options
  • Select an option

  • Save mranney/3428529 to your computer and use it in GitHub Desktop.

Select an option

Save mranney/3428529 to your computer and use it in GitHub Desktop.
9961] 18 Aug 07:03:22 # === REDIS BUG REPORT START: Cut & paste starting from here ===
[9961] 18 Aug 07:03:22 # === ASSERTION FAILED ===
[9961] 18 Aug 07:03:22 # ==> t_zset.c:79 '!isnan(score)' is not true
[9961] 18 Aug 07:03:22 # (forcing SIGSEGV to print the bug report.)
[9961] 18 Aug 07:03:22 # Redis 2.4.10 crashed by signal: 11
[9961] 18 Aug 07:03:22 # Failed assertion: !isnan(score) (t_zset.c:79)
[9961] 18 Aug 07:03:22 # --- STACK TRACE
[9961] 18 Aug 07:03:22 # [0x6]
[9961] 18 Aug 07:03:22 # /lib/amd64/libc.so.1'call_user_handler+0x2a4 [0xfffffd7fff27a09c]
[9961] 18 Aug 07:03:22 # /opt/local/bin/redis-server'_redisAssert+0x73 [0x43b7d3]
[9961] 18 Aug 07:03:22 # /opt/local/bin/redis-server'zslInsert+0x258 [0x42ec88]
[9961] 18 Aug 07:03:22 # /opt/local/bin/redis-server'rdbLoadObject+0x1cb [0x4295fb]
[9961] 18 Aug 07:03:22 # /opt/local/bin/redis-server'rdbLoad+0x154 [0x429d14]
[9961] 18 Aug 07:03:22 # /opt/local/bin/redis-server'main+0x176 [0x43ef16]
[9961] 18 Aug 07:03:22 # /opt/local/bin/redis-server'_start+0x6c [0x41690c]
[9961] 18 Aug 07:03:22 # --- INFO OUTPUT
[9961] 18 Aug 07:03:22 # redis_version:2.4.10
redis_git_sha1:7b11afa5
redis_git_dirty:0
arch_bits:64
multiplexing_api:evport
gcc_version:4.6.1
process_id:9961
uptime_in_seconds:574
uptime_in_days:0
lru_clock:309554
used_cpu_sys:28.94
used_cpu_user:544.52
used_cpu_sys_children:0.02
used_cpu_user_children:0.01
connected_clients:0
connected_slaves:0
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0
used_memory:7934757816
used_memory_human:7.39G
used_memory_rss:7934757816
used_memory_peak:0
used_memory_peak_human:0B
mem_fragmentation_ratio:1.00
mem_allocator:libc
loading:1
aof_enabled:0
changes_since_last_save:0
bgsave_in_progress:0
last_save_time:1345272828
bgrewriteaof_in_progress:0
total_connections_received:0
total_commands_processed:0
expired_keys:0
evicted_keys:0
keyspace_hits:0
keyspace_misses:0
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec:0
vm_enabled:0
role:master
loading_start_time:1345272828
loading_total_bytes:3686452156
loading_loaded_bytes:9
loading_loaded_perc:0.00
loading_eta_seconds:235113725819
db0:keys=107,expires=0
[9961] 18 Aug 07:03:22 # --- CLIENT LIST OUTPUT
[9961] 18 Aug 07:03:22 #
[9961] 18 Aug 07:03:22 # === REDIS BUG REPORT END. Make sure to include from START to END. ===
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment