Arkady Miasnikov

Results 12 comments of Arkady Miasnikov

Thanks - this was a great tip. Specifically https://github.com/boxcutter/windows/blob/master/floppy/cygwin.bat I ma definitely not alone. The following was encouraging ``` :: Force CYGWIN_ARCH to 32-bit - 64-bit seems to crash a...

The patch solved the problem for me as well. Thanks. @eiximenis , how did you figure out that the component name is "Microsoft-Windows-International-Core" etc? I will appreciate any tip related...

I expect this to fix the problem for Windows 8 ``` diff --git a/answer_files/81/Autounattend.xml b/answer_files/81/Autounattend.xml index 047df95..80f9b73 100644 --- a/answer_files/81/Autounattend.xml +++ b/answer_files/81/Autounattend.xml @@ -233,8 +233,13 @@ Disable Hibernation Mode -...

Confirmed - happens in my setup as well Works fine for win 8, takes lot of time, but eventually exists. In case of win 10 probably never exists. I tried...

What was the problem? Here is a theory: while MarshalToSizedBuffer() is performing it's magic the structure is being modified in another thread .

@003random Make sure that the data is not being modified while the MarshalToSizedBuffer() performs serialization. The most likely reason is that one thread called MarshalToSizedBuffer(data) and another thread in the...

I suggest to close the issue. This is not a problem with the protobuf serialization.

> When I wrote the issue, I used serialization in one thread. And I did not expect this kind of problem. > > But issue is not actual for me,...

This is a POC which demonstrates 40ns/log https://github.com/larytet/binlog

The patch is not intended to be a production code. I tried to explain what I am missing in the API. The production system could introduce a configuration flag and...