]> git.saurik.com Git - wxWidgets.git/commit
Warn, don't assert, about unexpected inotify events.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2012 20:24:38 +0000 (20:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2012 20:24:38 +0000 (20:24 +0000)
commitaa29d293df42187e42aaa8b3cc5c0f74e8b2b604
treef55694975e0510b881a94d320394b9e2522b4ef8
parentba49d2acf95d53517719c4fd9ac2ad5aaa13540b
Warn, don't assert, about unexpected inotify events.

In practice we seem to be getting some unexpected inotify() events during
heavy IO activity. This shouldn't happen but it does, so at least don't
prevent the program from running by popping up the assertion dialog when it
happens.

Closes #14854.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/fswatcher_inotify.cpp