Nate Thornton

Results 3 comments of Nate Thornton

If you're running on MacOSX; the simple example will not work as `daemon.SystemDaemon` is not supported. Try changing it to a different kind like `GlobalDaemon` https://github.com/takama/daemon/blob/496d69192531c6cb1004380a0be0fcf2031b06f4/daemon.go#L211-L232

Crash occurs in strmap_unset when the node to be removed has two children and `replacement == node->left`, which is the case when the right-most child of the node's left is...

I no longer experience the crash in strmap; but I am experiencing a hang after the broadcast is complete. I think that is a different issue which I can open...