Error in Golang 1.7 sending emails with pickup directory

Dears, hi.

I have the problem when i configurate my emails using Maill Wizz and pickup directory with Golang 1.7.

The nohup always exit and i need to restart manually.

this is the error that happens. Need your help to fix this problem, please:

goroutine 13438 [runnable]:
syscall.Syscall(0x107, 0xffffffffffffff9c, 0xc821058ff0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.unlinkat(0xffffffffffffff9c, 0xc820e2f1d0, 0x4e, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:102 +0x8c
syscall.Unlink(0xc820e2f1d0, 0x4e, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_linux.go:81 +0x49
os.Remove(0xc820e2f1d0, 0x4e, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:286 +0x3b
_/root/programas/mdp-go/core.(*directoryPickup).worker.func1(0xc8200162c0, 0xc8275559c0)
/root/programas/mdp-go/core/directorypickup.go:70 +0x21c
created by _/root/programas/mdp-go/core.(*directoryPickup).worker
/root/programas/mdp-go/core/directorypickup.go:76 +0x86

The stack dump indicates you’re using mdp-go, which is a stand-alone binary, hence your question is not directly related to Go programming. Answering your question requires knowledge about the mdp-go tool. If there is noone in this forum who can help you resolving this, then I’d suggest these steps:

  • Verify if everything works fine if you call mdp-go without nohup. (See step 8 of the Quickstart sectionin the README.)
  • Go through the Notes section of the README and make sure you do everything as advised there.
  • Consider filing an issue on GitHub. The author of mdp-go surely is interested in improving the code and/or the README.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.