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

qnetworkinterface_linux.cpp hits assert isDump == !!(hdr->nlmsg_flags & NLM_F_MULTI)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.11.1
    • Network
    • None
    • glibc-2.22, kernel 4.4.36-8-default
    • Linux/X11

    Description

      I randomly hit this assert:
      ASSERT: "isDump == !!(hdr->nlmsg_flags & NLM_F_MULTI)" in file /d/qt/5/kde/qtbase/src/network/kernel/qnetworkinterface_linux.cpp, line 182

      (in apps that are not related to network at all, like zanshin, and at that time I wasn't doing anything related to networking on the machine)

      hdr->nlmsg_flags is 0 at that point.
      Obviously it wasn't 0 in the first message, but well, this code loops around and reads other messages, so that assert seems to rely on consistency between messages?

      Let me know if there's anything I can do to provide more information; I'll try adding debug output but I fear it'll be noisy...

      Attachments

        1. ip_strace.txt
          4 kB
        2. zanshin_strace.txt
          1.74 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thiago Thiago Macieira
            dfaure_kdab David Faure
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes