Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-61802

QKqueueFileSystemWatcherEngine cannot monitor socket files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.7.1
    • Core: I/O
    • None
    • FreeBSD 12-current, Qt-5.7.1

      The  QKqueueFileSystemWatcherEngine uses qt_safe_open on the paths given to get an fd for kqueue/kevent.

      However according to open (2)

           [EOPNOTSUPP]       An attempt was made to open a socket (not currently implemented).

       

      So for example the tests for kwayland seem to fail as they wait for a notification that the socket file has gone awaay.

       

      I'm not sure what the best approach would be the monitor socket files.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            tberner Tobias C. Berner
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes