Víctor Ruiz Gómez

Results 4 issues of Víctor Ruiz Gómez

### Bug description Marian server (1.11.0) raises a yaml configuration error due to line [57 of src/config/config_validator.cpp](https://github.com/marian-nmt/marian/blob/f00d0621897ecf5dc947bba186d3d5fc8434fba2/src/common/config_validator.cpp#L57) no matter which command line arguments you specify. I know this because i...

bug

While using this queue implementation in one of my projects, i noticed that the memory consumption of my process was growing indefinitely. While doing some research by profilling my application,...

In the code example provided in `talk.md`, the data race condition is not fixed by changing `visitors++` statement with ```atomic.AddInt64(&visitors, 1)```. Also, ```go w.Write([]byte("Welcome!You are visitor number " + fmt.Sprint(visitors)...

bytesWritten counter is being reset, thus ignoring log rotation using the max file size parameter.