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.

[28818] 21 Mar 16:05:20.683 # === REDIS BUG REPORT START: Cut & paste starting from here ===
[28818] 21 Mar 16:05:20.684 #     Redis 2.8.19 crashed by signal: 10
[28818] 21 Mar 16:05:20.684 #     Failed assertion: <no assertion failed> (<no file>:0)
[28818] 21 Mar 16:05:20.684 # --- STACK TRACE
0   redis-server-2.8.19.app             0x00000001009b3197 logStackTrace + 103
1   libsystem_platform.dylib            0x00007fff20365430 _platform_memset$VARIANT$Rosetta + 108
2   libsystem_platform.dylib            0x00007fff20362d7d _sigtramp + 29
3   ???                                 0x00007f891943cef0 0x0 + 140226811121392
4   ???                                 0x2e322d7265767265 0x0 + 3328773043932000869
[28818] 21 Mar 16:05:20.684 # --- INFO OUTPUT
[28818] 21 Mar 16:05:20.684 # # Server
redis_version:2.8.19
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:eb33e7d0f77a29c1
redis_mode:standalone
os:Darwin 20.1.0 x86_64
arch_bits:64
multiplexing_api:kqueue
gcc_version:4.2.1
process_id:28818
run_id:b65c42fc199c5a1b0d5bba4f6601244e16456165
tcp_port:52955
uptime_in_seconds:0
uptime_in_days:0
hz:10
lru_clock:0
config_file:
client_longest_output_list:0
client_biggest_input_buf:0
used_memory:970448
used_memory_human:947.70K
used_memory_rss:0
used_memory_peak:970448
used_memory_peak_human:947.70K
used_memory_lua:35840

Aditional information

  1. OS distribution and version
  2. Mac OS X
  3. Chip Apple M1
  4. OS Version: 10.16
  5. Arch: x86_64
  6. JDK: 11.0.9
  7. Steps to reproduce (if any) It's very easy to reproduce
public static void main(String... args) throws Exception {
    RedisServer server = new RedisServer(52955);
    server.start();
}

Who can help me?

Comment From: oranagra

this is likely to be same as #8062 please upgrade to a more recent version (at the very least 5.0.11)