brad-sp / cuckoomon-modified

Modified edition of cuckoomon
GNU General Public License v3.0
23 stars 15 forks source link

Monitored process "chcp.com" stuck #8

Closed MerX1030 closed 9 years ago

MerX1030 commented 9 years ago

I don't know the proper term, but it seems like the process "chcp.com" was not monitored correctly and got stuck somewhere. I also tried it in KillerInstinct's setup and had the same results: -http://cuckoo.killerinstinct.me/analysis/1297

brad-sp commented 9 years ago

Yes, it's a known issue that I'm still working on debugging. I need to build up a bit more testing infrastructure so I can debug the exact same circumstances.

brad-sp commented 9 years ago

It took a little while, but this should now be fixed. I've overhauled the logging system to not depend on complex behaviors or separate logging threads, so any issues involving deadlocks should now be avoided (tested with the sample you provided).