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

Qt crashes on qt_memfill32

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.15.0
    • Build System, GUI: Painting
    • None
    • Linux/X11

    Description

      Qt segfaults in qdrawhelper_p.h:932

      930│ template<> inline void qt_memfill(quint32 *dest, quint32 color, qsizetype count)
       931│ {                                                               
       932├───> qt_memfill32(dest, color, count);
       933│ }
      (gdb) x/3i $pc
      => 0x7ffff7587271 <blend_color_argb(int, QSpan const*, void*)+896>:     movzwl 0x2(%rbx),%edx
         0x7ffff7587275 <blend_color_argb(int, QSpan const*, void*)+900>:     mov    %r12d,%esi
         0x7ffff7587278 <blend_color_argb(int, QSpan const*, void*)+903>:     callq  *0x2f5a7a(%rip)        # 0x7ffff787ccf8 <qt_memfill32>
      
      (gdb) stepi 3
      0x0000000000000000 in ?? ()

      Happend in 5.14.2 also. Did work in 5.12.3.

      Any idea what's going on here?

      Attachments

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

        Activity

          People

            kkohne Kai Köhne
            ase a b
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes