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

it report a STACK TRACE bug in windows7-64bit,how should i do? #558

Open yinjinquan opened 6 years ago

yinjinquan commented 6 years ago

=== REDIS BUG REPORT START: Cut & paste starting from here === [7080] 31 Jul 01:58:52.168 # --- ABORT [7080] 31 Jul 01:58:52.169 # --- STACK TRACE redis-server.exe!LogStackTrace(c:\release\redis\src\win32_interop\win32_stacktra ce.cpp:95)(0x00000016, 0x40150880, 0x00000000, 0x00000001) redis-server.exe!AbortHandler(c:\release\redis\src\win32_interop\win32_stacktrac e.cpp:206)(0x00000016, 0xADCDD1D0, 0x40133210, 0x773780AA) redis-server.exe!raise(f:\dd\vctools\crt\crtw32\misc\winsig.c:587)(0x00000001, 0 x00000000, 0x00000040, 0x00000030) redis-server.exe!abort(f:\dd\vctools\crt\crtw32\misc\abort.c:82)(0x00000001, 0x4 0038E36, 0x40133210, 0x0012F588) redis-server.exe!dlmalloc(c:\release\redis\src\win32_interop\win32_dlmalloc.c:46 38)(0x00000030, 0x00000009, 0x00000003, 0x40133210) redis-server.exe!zmalloc(c:\release\redis\src\zmalloc.c:143)(0x0012F610, 0x00000 009, 0x4013C918, 0x00000006) redis-server.exe!rdbSaveRio(c:\release\redis\src\rdb.c:681)(0x40133210, 0x035B00 00, 0x00000000, 0x045B275C) redis-server.exe!rdbSave(c:\release\redis\src\rdb.c:760)(0xF9BC0000, 0x59772088, 0x035B0000, 0x00000084) redis-server.exe!QForkChildInit(c:\release\redis\src\win32_interop\win32_qfork.c pp:307)(0xFFFFFFFF, 0x00000000, 0xFFFFFFFF, 0x00000005) redis-server.exe!QForkStartup(c:\release\redis\src\win32_interop\win32_qfork.cpp :751)(0x00000006, 0x00000000, 0x002BB6E0, 0x00000000) redis-server.exe!main(c:\release\redis\src\win32_interop\win32_qfork.cpp:1362)(0 x00000000, 0x00000000, 0x00000000, 0x00000000) redis-server.exe!__tmainCRTStartup(f:\dd\vctools\crt\crtw32\startup\crt0.c:255)( 0x00000000, 0x00000000, 0x00000000, 0x00000000) kernel32.dll!BaseThreadInitThunk(f:\dd\vctools\crt\crtw32\startup\crt0.c:255)(0x 00000000, 0x00000000, 0x00000000, 0x00000000) ntdll.dll!RtlUserThreadStart(f:\dd\vctools\crt\crtw32\startup\crt0.c:255)(0x0000 0000, 0x00000000, 0x00000000, 0x00000000) ntdll.dll!RtlUserThreadStart(f:\dd\vctools\crt\crtw32\startup\crt0.c:255)(0x0000 0000, 0x00000000, 0x00000000, 0x00000000) [7080] 31 Jul 01:58:52.208 # === REDIS BUG REPORT END. Make sure to include from START to END. ===

   Please report this bug by following the instructions at:

 http://github.com/MSOpenTech/redis/wiki/Submitting-an-Issue