codegangsta / gin

Live reload utility for Go web servers
MIT License
4.23k stars 317 forks source link

Error occured when saving files #101

Closed tkehayov closed 7 years ago

tkehayov commented 7 years ago

Gin was working perfectly since i got this message when i try to save file.

goroutine 1 [running]:                                                                                                       
runtime.systemstack_switch()
 /usr/local/go/src/runtime/asm_amd64.s:245 fp=0xc8200ad2b8 sp=0xc8200ad2b0                                            
runtime.mallocgc(0xf0, 0x438dc0, 0x0, 0xc820000180)  
/usr/local/go/src/cmd/compile/main.go:32 +0x395 fp=0xc8200adf40 sp=0xc8200ade68                                      
runtime.main()
...
stack continue

Thanx