tporadowski / redis

Native port of Redis for Windows. 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, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.
http://redis.io
Other
8.88k stars 1.09k forks source link

Stack trace from 5.0.14.1 #140

Open PhilHannent opened 2 years ago

PhilHannent commented 2 years ago

The machine is an Azure VM.

=== REDIS BUG REPORT START: Cut & paste starting from here === Redis version: 5.0.14.1 [7556] 15 Apr 07:49:55.467 # --- ABORT [7556] 15 Apr 07:49:55.471 # --- STACK TRACE redis-server.exe!StackTraceInfo((null):0)(0x00000016, 0x00001000, 0x1400DDD60, 0x1401B5750) redis-server.exe!AbortHandler((null):0)(0x00000016, 0x1400DDD60, 0x1400DDD60, 0x00001E3A) redis-server.exe!raise(minkernel\crts\ucrt\src\appcrt\misc\signal.cpp:547)(0x0014F201, 0x00000000, 0x00000000, 0x00001E3A) redis-server.exe!abort(minkernel\crts\ucrt\src\appcrt\startup\abort.cpp:71)(0x00000005, 0x1401A9160, 0x00001E3A, 0x0000005A) redis-server.exe!zmalloc_default_oom(D:\dev\GitHub\redis\src\zmalloc.c:108)(0x00000005, 0x00001E3A, 0x00000000, 0x00001E3A) redis-server.exe!zrealloc(D:\dev\GitHub\redis\src\zmalloc.c:176)(0x00000005, 0x00000002, 0x0EC00005, 0x1400EFBEF) redis-server.exe!sdsMakeRoomFor(D:\dev\GitHub\redis\src\sds.c:240)(0x0014F340, 0x7FE38880003B, 0x7FE382400120, 0x7FE38880003B) redis-server.exe!sdscatlen(D:\dev\GitHub\redis\src\sds.c:423)(0x10000000A, 0x005E59E0, 0x00000000, 0x0EC00005) redis-server.exe!loadServerConfig(D:\dev\GitHub\redis\src\config.c:962)(0x7FE3A1000000, 0x000001F4, 0x00B70000, 0x00000000) redis-server.exe!QForkChildInit(D:\dev\GitHub\redis\src\config.c:962)(0x00000238, 0x00000000, 0x00000238, 0x2AAAAAAAAAAAAAAB) redis-server.exe!main(D:\dev\GitHub\redis\src\config.c:962)(0x00000000, 0x00000000, 0x004F50A0, 0x00000000) redis-server.exe!__scrt_common_main_seh(d:\a01_work\12\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)(0x00000000, 0x00000000, 0x00000000, 0x00000000) KERNEL32.DLL!BaseThreadInitThunk(d:\a01_work\12\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)(0x00000000, 0x00000000, 0x00000000, 0x00000000) ntdll.dll!RtlUserThreadStart(d:\a01_work\12\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)(0x00000000, 0x00000000, 0x00000000, 0x00000000) ntdll.dll!RtlUserThreadStart(d:\a01_work\12\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)(0x00000000, 0x00000000, 0x00000000, 0x00000000) [7556] 15 Apr 07:49:55.524 # === REDIS BUG REPORT END. Make sure to include from START to END. ===