Since saturday can't make platformio compile my esp8266 project

Hi to all.

I was working with platformio and atom and was compiling one of my esp8266 projects. Friday, at the end of the day, I was abble to compile it without problems.
After that, saturday night, when I tried again to compile, the process starts but stops after a while without any erros or messages.
You can see the compiling process stays (It doesn’t hang) and I have to exit atom (killing the process otherwise if I return to it, it will tell that it’s already compiling if I click the build button).

I already uninstalled everything (platformio, atom), deleted all folders and reinstalled again from the start. The result is the same.
This is a capture screen of the processes used by atom/platformio:

781.3 s
platformio run

[11/20/17 08:26:21] Processing nodemcuv2 (platform: espressif8266; lib_deps: SHA-1 Hash; board: nodemcuv2; framework: arduino)

Verbose mode can be enabled via -v, --verbose option
Converting Esp8266Cancela.ino
Collected 33 compatible libraries
Looking for dependencies…
Library Dependency Graph

|-- v1.1.0
|-- v1.1.2
| |-- v1.0
| |-- v1.1.5
| |-- v1.0
|--
|-- v1.0
|-- v1.0
|-- v1.0
|-- v1.1.5
|-- v1.1.1
|-- v5.11.1
|-- v1.0
|-- v1.0
|-- v1.0
| |-- v1.0
|-- v2.3.2
Compiling .pioenvs\nodemcuv2\src\Esp8266Cancela.ino.o
Archiving .pioenvs\nodemcuv2\libFrameworkArduinoVariant.a
Compiling .pioenvs\nodemcuv2\FrameworkArduino\Esp.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\FS.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\HardwareSerial.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\IPAddress.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\MD5Builder.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\Print.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\Schedule.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\Stream.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\StreamString.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\Tone.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\Updater.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\WMath.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\WString.o
Compiling .pioenvs\nodemcuv2\FrameworkArduino\abi.o

I got it!

Everything was ok with platformio.

I had the folders already in my exclusion list for my anti-virus.
The problem was because the bank security add-on for the browser (Warsaw) had been installed and the problems started.
Now, as I can’t create exclusion list for that security add-on, I just uninstalled it and now will acces bank thru another machine.

Now the compiling is blazing fast and it works as before.

Sergio