machinebox / issues

Machine Box issues, bugs and feature requests
2 stars 0 forks source link

facebox crashes #52

Closed dlashua closed 5 years ago

dlashua commented 5 years ago

Attempting to run the first task of the "demo" (identifying faces in the beatles image).

Facebox crashes with a VERY long output that begins with:

[INFO]     box ready
SIGILL: illegal instruction
PC=0xb80b7a m=17 sigcode=2

goroutine 0 [idle]:
runtime: unknown pc 0xb80b7a
stack: frame={sp:0x7f7cb1fed550, fp:0x0} stack=[0x7f7cb17fdef0,0x7f7cb1ffdaf0)
00007f7cb1fed450:  0000000000000000  0000000000000000
00007f7cb1fed460:  0000000000000000  00007f7ce02a8ce8
00007f7cb1fed470:  0000000000020f90  00000000002e8330
00007f7cb1fed480:  0000000000000fff  00007f7c98000000
00007f7cb1fed490:  0000000000001000  0000000000600000 <encoding/base64.init+48>
00007f7cb1fed4a0:  0000000000338000  000000000000005d

Facebox similarly crashes when attempting to learn an image or use any of the "interactive console" actions.

I am running in Docker on Ubuntu 18.04.2 LTS. Machine is a 6 core AMD II X6 1055T with 12GB of Ram.

dahernan commented 5 years ago

The CPU is not supported. Have a look to this thread #47