[go-nuts] Re: Overwritten pointer value on channel

2017-03-28 Thread Danilo Cianfrone
solved the issue. Il giorno martedì 28 marzo 2017 16:32:45 UTC+2, dja...@gmail.com ha scritto: > > ok, 1st guess is wrong. > do you run your code with race enabled ? > > On Tuesday, March 28, 2017 at 4:08:17 PM UTC+3, Danilo Cianfrone wrote: >> >> Doesn't work, an

[go-nuts] Re: Overwritten pointer value on channel

2017-03-28 Thread Danilo Cianfrone
ngin.Job) { go func(){ m.OnJob(j); m.Done()}() }(job) > > Djadala > On Tuesday, March 28, 2017 at 3:27:34 PM UTC+3, Danilo Cianfrone wrote: >> >> I'm experiencing a weird bug. >> I have a microservice that uses FBP architecture, with a structure >> *graph* a

[go-nuts] Overwritten pointer value on channel

2017-03-28 Thread Danilo Cianfrone
I'm experiencing a weird bug. I have a microservice that uses FBP architecture, with a structure *graph* as main graph and *multiplexer* as first component. The code is the following: type graph struct { loggable fetchable multiplexer fetcher nodeEvaluator joiner treeEvaluator closed atomic.