Re: [protobuf] tests.exe deleted random files on my computer (Win7 + VS2013)

2014-11-05 Thread Peter Wurstkopp
No problem, at least I'm glad it was not a virus and nothing too important got deleted. Windows was able to restore most but not all files. Could have been worse. Thanks for looking into it. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.

Re: [protobuf] tests.exe deleted random files on my computer (Win7 + VS2013)

2014-11-05 Thread 'Feng Xiao' via Protocol Buffers
I see the problem now. So the call to TestTempDir() in SetUp() thrown an exception because Comodo Defense+ denied the creation of the temporary directory and then temp_directory_ hadn't been assigned any value but instead left empty. After that the test framework ran TearDown() automatically which

Re: [protobuf] tests.exe deleted random files on my computer (Win7 + VS2013)

2014-11-05 Thread Peter Wurstkopp
Posting on this board is so frustrating... first time I got no information that my post was submitted and I have to wait, so I submitted it again and accidentally double posted and now it won't let me post a reply... "Post" button doesn't do anything, so I switch from Firefox to Chrome and inste

Re: [protobuf] tests.exe deleted random files on my computer (Win7 + VS2013)

2014-11-05 Thread 'Feng Xiao' via Protocol Buffers
Protobuf unit-tests will create/delete temporary files for testing purpose. For example: https://github.com/google/protobuf/blob/master/src/google/protobuf/compiler/command_line_interface_unittest.cc#L230 I couldn't think of how it could delete random files though. You can check whether this behav

[protobuf] tests.exe deleted random files on my computer (Win7 + VS2013)

2014-11-04 Thread Peter Wurstkopp
Hello, I am not a professional programmer, use Windows 7 and Visual Studio 2013 to program and I use my PC for everything, not just programming. So it has all kinds of stuff installed. Not sure if this matters and if this is even the right place to ask (if not, please tell me where to go), but