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

tst_QRawFont::fromFont() hangs on Fedora 17 x86_64

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.0 Beta 2
    • 5.0.0
    • GUI: Font handling
    • None
    • Fedora 17
      x86_84
    • a89eae8cb4675188707a850650f664e7be9fa292

    Description

      tst_QRawFont::fromFont() hangs for every single attempt to run it on Fedora 17 x86_64.

      my last successful sha1 for qtbase is 6cf322910556b8a9c907d4cc2c7716521e4ba704 so this problem was introduced after that.

      The error after killing the process looks like:

      FAIL!  : tst_QRawFont::fromFont(/var/lib/jenkins/jobs/Qt5Base_master_Tests/workspace/tests/auto/gui/text/qrawfont/testfont.ttf, hintingPreference=1, writingSystem=5) Received a fatal error.
      

      Running it with "strace" it gets stuck in:

      stat("/home/sahumada/GIT/qtbase/lib/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
      openat(AT_FDCWD, "/home/sahumada/GIT/qtbase/lib/fonts", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
      --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x100000027} ---
      futex(0x378edb0720, FUTEX_WAIT_PRIVATE, 2, NULL) = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
      --- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---                                                                                                                
      futex(0x378edb0720, FUTEX_WAIT_PRIVATE, 2, NULL
      

      Attachments

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

        Activity

          People

            ritt.ks Konstantin Ritt
            seahumad [BB] Sergio Ahumada (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes