Václav Haisman

Results 212 comments of Václav Haisman

> Kinda embarrassed to ask this of you, but can you please sign one last time. We improved the pipeline so that now the process doesn't depend on one person...

It seems that GCC 4.8 does support C++11 (https://gcc.gnu.org/projects/cxx-status.html#cxx11). So, in theory, even log4cplus 2.1.1 could work. But I have not tested it. The "Platform Support" list in the readme...

The Moby project has encountered it, too: https://github.com/moby/moby/issues/27537

> Hi [@wilx](https://github.com/wilx), thanks for your feedback. Is this reproducible constantly to you? Does the restart of the application work? It is reproducible always. Restarting the application does not help....

> I do not have rights to see the video I have updated the description with a link to YouTube video instead.

I wonder this could be implemented using the [FORM FEED](https://en.wikipedia.org/wiki/Page_break#Form_feed) character for textual output formats.

Try adding `configDebug=true` into the configuration properties file. Does it print anything interesting related to the locking? Win32 should be using `LockFileEx`. Can you see it being called when you...

Try specifying the `LockFile` explicitly. I can't see how the locking could be failing to be exclusive, unless both apps are actually using a different locking file.

I don't know. I can't see why this would not work. Either it is running on some remote file system that does not really support locking? Or is it really...