You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a docker with the redis unstable branch and neural redis installed in it. I ran it on an AWS t2.micro instance, and tried to create a neural network just to play with. The docker crashed with the below bug report. The machine is just too small to work with it?
=== REDIS BUG REPORT START: Cut & paste starting from here ===
1:M 14 Oct 15:05:57.557 # Redis 999.999.999 crashed by signal: 4
1:M 14 Oct 15:05:57.557 # Crashed running the instuction at: 0x7fd4aaff730c
1:M 14 Oct 15:05:57.557 # Failed assertion: (:0)
------ REGISTERS ------
1:M 14 Oct 15:05:57.576 #
RAX:0000000000000040 RBX:0000000000000003
RCX:00000000017ea530 RDX:0000000000000003
RDI:00000000017e8500 RSI:00000000017ea4b0
RBP:00000000017e8500 RSP:00007ffde85eabc0
R8 :00007fd4ad2850e8 R9 :00007fd4ad285120
R10:00007ffde85eabe0 R11:00000000017ecf00
R12:0000000000000003 R13:00007ffde85eacc0
R14:00000000000001f4 R15:00007fd4ab1fbbd0
RIP:00007fd4aaff730c EFL:0000000000010202
CSGSFS:0000000000000033
1:M 14 Oct 15:05:57.577 # (00007ffde85eabcf) -> 00007fd4ab1fbaf8
1:M 14 Oct 15:05:57.577 # (00007ffde85eabce) -> 000000000000000c
1:M 14 Oct 15:05:57.577 # (00007ffde85eabcd) -> 00007fd4ad005a10
1:M 14 Oct 15:05:57.577 # (00007ffde85eabcc) -> 00007fd4aca23080
1:M 14 Oct 15:05:57.577 # (00007ffde85eabcb) -> 00007ffde85eacc0
1:M 14 Oct 15:05:57.577 # (00007ffde85eabca) -> 000003e8e85eada0
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc9) -> 00007fd4aaff17cf
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc8) -> 0000000000000003
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc7) -> 00007fd4acb30000
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc6) -> 00007ffde85eac50
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc5) -> 000000000000000c
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc4) -> 0000000000000088
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc3) -> 00007fd4aaff7738
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc2) -> 00007fd4ab1fbbd0
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc1) -> 00000000000001f4
1:M 14 Oct 15:05:57.577 # (00007ffde85eabc0) -> 00007ffde85eacc0
------ FAST MEMORY TEST ------
1:M 14 Oct 15:05:57.577 # Bio thread for job type #0 terminated
1:M 14 Oct 15:05:57.578 # Bio thread for job type #1 terminated
1:M 14 Oct 15:05:57.578 # Bio thread for job type #2 terminated
*** Preparing to test memory region 744000 (94208 bytes)
*** Preparing to test memory region 17de000 (135168 bytes)
*** Preparing to test memory region 7fd4ab1fc000 (4096 bytes)
*** Preparing to test memory region 7fd4ab1fe000 (8388608 bytes)
*** Preparing to test memory region 7fd4ab9ff000 (8388608 bytes)
*** Preparing to test memory region 7fd4ac200000 (12582912 bytes)
*** Preparing to test memory region 7fd4ad287000 (16384 bytes)
*** Preparing to test memory region 7fd4ad4a4000 (16384 bytes)
*** Preparing to test memory region 7fd4adbc4000 (16384 bytes)
*** Preparing to test memory region 7fd4adbc9000 (16384 bytes)
*** Preparing to test memory region 7fd4adbcf000 (4096 bytes)
.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.
1:M 14 Oct 15:05:57.690 # dump of function (hexdump of 156 bytes):
8b470483f8010f8eb40100004c8d5424084883e4e083e80248c1e006c4e27d18c841ff72f8554889e54154415253488b5720488d7a784c8d8c02b800000066908b57880faf57c885d20f8e57010000488b0f4889c883e01f48c1e80248f7d883e00739d00f47c283fa0a0f8f5801000089d083f801c5fa11010f846101000083f802c5fa1141040f84d301000083f803c5fa1141080f84b501000083
=== REDIS BUG REPORT END. Make sure to include from START to END. ===
I created a docker with the redis unstable branch and neural redis installed in it. I ran it on an AWS t2.micro instance, and tried to create a neural network just to play with. The docker crashed with the below bug report. The machine is just too small to work with it?
Dockerfile largely copied from the standard redis 3.2 dockerfile:
The text was updated successfully, but these errors were encountered: