simplefilewatcher icon indicating copy to clipboard operation
simplefilewatcher copied to clipboard

The official repository for SimpleFileWatcher formerly at code.google.com/p/simplefilewatcher

Results 5 simplefilewatcher issues
Sort by recently updated
recently updated
newest added

sometimes after removeWatch() was called, handleAction(...) triggered a segmentation fault. This is because in removeWatch the Watch* was deleted and removed from mWatches. In the update function mWatches[pevent->wd] is called...

``` I start some action and wait until some file is deleted afterwards. I think that I have missed the expected file delete event. Might be it is because file...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Open Cygwin console 2. Navigate in build/gmake folder 3. run "make" What is the expected output? What do you see instead? Program...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what...

Type-Defect
Priority-Medium
auto-migrated

``` In the current code, the select call has a timeout of 0, which makes the select return immediately. It might be better to use the blocking form of select...

Type-Defect
Priority-Medium
auto-migrated