Crash report

Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context.

Hi,

I am encountering this crash with redis time series module on raspberry pi 3b+... I ran: redis-server --test-memory 4096 and the result was good. Below is a report from the crash :

=== REDIS BUG REPORT START: Cut & paste starting from here ===
606:M 21 Aug 2021 18:07:49.057 # Redis 5.0.3 crashed by signal: 11
606:M 21 Aug 2021 18:07:49.057 # Accessing address: (nil)
606:M 21 Aug 2021 18:07:49.057 # Failed assertion: <no assertion failed> (<no file>:0)

------ STACK TRACE ------
redis-server *:6379(logStackTrace+0x3c)[0x7ac90]
redis-server *:6379(sigsegvHandler+0x8c)[0x7b3d8]
/lib/arm-linux-gnueabihf/libc.so.6(__default_rt_sa_restorer+0x0)[0x76cf9130]

------ INFO OUTPUT ------
# Server
redis_version:5.0.3
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:94145a25ce04923
redis_mode:standalone
os:Linux 5.10.52-v7+ armv7l
arch_bits:32
multiplexing_api:epoll
atomicvar_api:atomic-builtin
gcc_version:8.3.0
process_id:606
run_id:f3396f4e0a1c1b73a9b4b09069113a40b2477db7
tcp_port:6379
uptime_in_seconds:0
uptime_in_days:0
hz:10
configured_hz:10
lru_clock:2172117
executable:/home/tepochtli/redis-server
config_file:

# Clients
connected_clients:0
client_recent_max_input_buffer:0
client_recent_max_output_buffer:0
blocked_clients:0

# Memory
used_memory:606616
used_memory_human:592.40K
used_memory_rss:0
used_memory_rss_human:0B
used_memory_peak:606616
used_memory_peak_human:592.40K
used_memory_peak_perc:inf%
used_memory_overhead:603584
used_memory_startup:603584
used_memory_dataset:3032
used_memory_dataset_perc:100.00%
allocator_allocated:0
allocator_active:0
allocator_resident:0
total_system_memory:1020002304
total_system_memory_human:972.75M
used_memory_lua:37888
used_memory_lua_human:37.00K
used_memory_scripts:0
used_memory_scripts_human:0B
number_of_cached_scripts:0
maxmemory:3221225472
maxmemory_human:3.00G
maxmemory_policy:noeviction
allocator_frag_ratio:nan
allocator_frag_bytes:0
allocator_rss_ratio:nan
allocator_rss_bytes:0
rss_overhead_ratio:nan
rss_overhead_bytes:0
mem_fragmentation_ratio:nan
mem_fragmentation_bytes:0
mem_not_counted_for_evict:0
mem_replication_backlog:0
mem_clients_slaves:0
mem_clients_normal:0
mem_aof_buffer:0
mem_allocator:libc
active_defrag_running:0
lazyfree_pending_objects:0

# Persistence
loading:0
rdb_changes_since_last_save:0
rdb_bgsave_in_progress:0
rdb_last_save_time:1629562069
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

# Stats
total_connections_received:0
total_commands_processed:1
instantaneous_ops_per_sec:0
total_net_input_bytes:0
total_net_output_bytes:0
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
expired_stale_perc:0.00
expired_time_cap_reached_count:0
evicted_keys:0
keyspace_hits:0
keyspace_misses:0
pubsub_channels:0
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

# Replication
role:master
connected_slaves:0
master_replid:7da4f6df11eaae4a0bef3d03936e2b068bd81f14
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:0.000000
used_cpu_user:0.023062
used_cpu_sys_children:0.000000
used_cpu_user_children:0.000000

# Commandstats
cmdstat_info:calls=1,usec=60,usec_per_call=60.00

# Cluster
cluster_enabled:0

# Keyspace

------ CLIENT LIST OUTPUT ------

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

------ FAST MEMORY TEST ------
606:M 21 Aug 2021 18:07:49.065 # Bio thread for job type #0 terminated
606:M 21 Aug 2021 18:07:49.065 # Bio thread for job type #1 terminated
606:M 21 Aug 2021 18:07:49.065 # Bio thread for job type #2 terminated
*** Preparing to test memory region ed000 (49152 bytes)
*** Preparing to test memory region 57e000 (536576 bytes)
*** Preparing to test memory region 74fb9000 (8192 bytes)
*** Preparing to test memory region 74ffd000 (4096 bytes)
*** Preparing to test memory region 74fff000 (8388608 bytes)
*** Preparing to test memory region 75800000 (8388608 bytes)
*** Preparing to test memory region 76001000 (8716288 bytes)
*** Preparing to test memory region 76e17000 (12288 bytes)
*** Preparing to test memory region 76e42000 (8192 bytes)
*** Preparing to test memory region 76f9a000 (4096 bytes)
*** Preparing to test memory region 76fe5000 (8192 bytes)
*** Preparing to test memory region 76ff1000 (8192 bytes)
.O.O.O.O.O.O.O.O.O.O.O.O
Fast memory test PASSED, however your memory can still be broken. Please run a memory test for several hours if possible.

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

Additional information

  1. OS distribution and version
  2. Steps to reproduce (if any)

Comment From: oranagra

@mano8 i think you should open it in https://github.com/RedisTimeSeries/RedisTimeSeries Nothing here looks familiar so I assume that's something with the module. @danni-m

Comment From: mano8

ok sorry, yes that's for the module, it seem not arm compatible, i think