microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

Redis(3.2.100) Error On Windows Server 2012 x64 #513

Closed zhuowa closed 7 years ago

zhuowa commented 7 years ago

=== REDIS BUG REPORT START: Cut & paste starting from here === Redis version: 3.2.100 [4084] 19 Oct 09:28:22.819 # --- EXCEPTION_ACCESS_VIOLATION [4084] 19 Oct 09:28:22.819 # --- STACK TRACE redis-server.exe!((null):0)(0x00A1E880, 0x00A1FF90, 0x00000001, 0x4013A7F8) redis-server.exe!((null):0)(0x00000000, 0x00000000, 0x00000000, 0xE944746B) KERNELBASE.dll!UnhandledExceptionFilter((null):0)(0x00000000, 0xF0DD1DA0, 0x00000000, 0x00000000) ntdll.dll!memset((null):0)(0x00A1F4B0, 0xFFFFFFFF, 0x401409E8, 0x00000000) ntdll.dll!_C_specific_handler((null):0)(0x00000000, 0x00A1E9F0, 0x00A1F4B0, 0x00A1F4B0) ntdll.dll!_chkstk((null):0)(0x00000001, 0xF3840000, 0x00000000, 0xF397409C) ntdll.dll!RtlRaiseException((null):0)(0x00002000, 0x00040019, 0x0080C480, 0x00100008) ntdll.dll!KiUserExceptionDispatcher((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000) redis-server.exe!KiUserExceptionDispatcher((null):0)(0x0080D100, 0x00000006, 0x0080C480, 0x00000000) redis-server.exe!KiUserExceptionDispatcher((null):0)(0x00000003, 0x0080C480, 0x00000000, 0x00000138) redis-server.exe!KiUserExceptionDispatcher((null):0)(0x5806CBCB, 0x00000000, 0x0025D9C0, 0x00000004) redis-server.exe!KiUserExceptionDispatcher((null):0)(0x00250380, 0x5806CBCA, 0x0025DD90, 0x00000004) redis-server.exe!KiUserExceptionDispatcher((null):0)(0x00000014, 0xFFFFFFFF, 0x00000014, 0x00000000) redis-server.exe!KiUserExceptionDispatcher((null):0)(0x4000B610, 0x00000000, 0x00000000, 0x00000000) KERNEL32.DLL!BaseThreadInitThunk((null):0)(0xF35813B0, 0x00000000, 0x00000000, 0x00000000) ntdll.dll!RtlUserThreadStart((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000) ntdll.dll!RtlUserThreadStart((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000) [4084] 19 Oct 09:28:22.819 # --- INFO OUTPUT

Server

redis_version:3.2.100 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dd26f1f93c5130ee redis_mode:standalone os:Windows
arch_bits:64 multiplexing_api:WinSock_IOCP process_id:4084 run_id:52fb111f9437047e1fd4ddde87b71ce6cab52935 tcp_port:919 uptime_in_seconds:108 uptime_in_days:0 hz:10 lruclock:445494 executable:**\3.2\redis-server.exe" configfile:**_\3.2*_*.conf

Clients

connected_clients:213 client_longest_output_list:0 client_biggest_input_buf:0 blocked_clients:0

Memory

used_memory:5073720 used_memory_human:4.84M used_memory_rss:5072696 used_memory_rss_human:4.84M used_memory_peak:5073720 used_memory_peak_human:4.84M total_system_memory:0 total_system_memory_human:0B used_memory_lua:37888 used_memory_lua_human:37.00K maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction mem_fragmentation_ratio:1.00 mem_allocator:jemalloc-3.6.0

Persistence

loading:0 rdb_changes_since_last_save:120 rdb_bgsave_in_progress:0 rdb_last_save_time:1476840394 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:214 total_commands_processed:121 instantaneous_ops_per_sec:0 total_net_input_bytes:12059 total_net_output_bytes:653 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 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:0.08 used_cpu_user:0.05 used_cpu_sys_children:0.00 used_cpu_user_children:0.00

Commandstats

cmdstat_hincrby:calls=120,usec=1505,usec_per_call=12.54 cmdstat_auth:calls=1,usec=10,usec_per_call=10.00

Cluster

cluster_enabled:0

Keyspace

db0:keys=13,expires=0,avg_ttl=0 [4084] 19 Oct 09:28:22.819 # === REDIS BUG REPORT END.