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

QKqueueFileSystemWatcherEngine cannot monitor socket files

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes