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

Crash when creating a cursor in a slot for QTextDocument::contentsChange(int,int,int)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • 5.1.0 RC1
    • GUI: Text handling
    • None
    • Qt MinGW 32-bit
      Windows 7 64-bit

    Description

      Steps to reproduce:
      1. Open the example at widgets/richtext/textedit or qtquickcontrols/examples/quick/controls/text;
      2. Connect a slot to contentsChange of the main QTextDocument (textEdit->document() or m_doc, respectively);
      3. In the slot set up a cursor as follows:
      QTextCursor cursor(textEdit->document()); // or QTextCursor cursor(m_doc);
      cursor.setPosition(a);
      4. Run the example and go to the heading of "Tables";
      5. Place the cursor at the beginning of the line and press enter.

      Expected results:
      A new line appears in the document.

      Actual results:
      The application crashes with:

      Thread 6 (Thread 2276.0x12c8):
      #0 0x77771f26 in ntdll!LdrQueryProcessModuleInformation () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #1 0x77771f26 in ntdll!LdrQueryProcessModuleInformation () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #2 0x777a3352 in ntdll!RtlCreateTagHeap () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #3 0x00000188 in ?? ()
      qt_meta_stringdata_QAnimationGroup = {data = ref = {atomic = {_q_value = -1, size = 15, alloc = 0, capacityReserved = 0, offset = 16, static shared_null = ref = {atomic = {_q_value = -1, size = 0, alloc = 0, capacityReserved = 0, offset = 16, static shared_null = <same as static member of an already seen type>}, {ref = {atomic = {_q_value = 0}}, size = 0, alloc = 0, capacityReserved = 0, offset = 0, static shared_null = <same as static member of an already seen type>}}}}, stringdata = "QAnimationGroup\000"}
      qt_meta_data_QAnimationGroup =

      {7, 0 <repeats 14 times>}
      QAnimationGroup::staticMetaObject = {d = {superdata = 0x6ba633bc, stringdata = 0x6ba64c20, data = 0x6ba64c60, static_metacall = 0x6b78790c <QAnimationGroup::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}
      #4 0x1498fedc in ?? ()
      No symbol table info available.
      #5 0x772033aa in KERNEL32!BaseCleanupAppcompatCacheSupport () from C:\Windows\syswow64\kernel32.dll
      No symbol table info available.
      #6 0x1498ffd4 in ?? ()
      No symbol table info available.
      #7 0x77789ef2 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #8 0x005c8ab0 in ?? ()
      No symbol table info available.
      #9 0x77789ec5 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #10 0x777a3e45 in ntdll!RtlSidIsHigherLevel () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #11 0x005c8ab0 in ?? ()
      No symbol table info available.
      #12 0x00000000 in ?? ()
      No symbol table info available.

      Thread 3 (Thread 2276.0xbd8):
      #0 0x77771f26 in ntdll!LdrQueryProcessModuleInformation () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #1 0x77771f26 in ntdll!LdrQueryProcessModuleInformation () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #2 0x777a3352 in ntdll!RtlCreateTagHeap () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #3 0x00000168 in ?? ()
      qt_meta_stringdata_QAnimationGroup = {data = ref = {atomic = {_q_value = -1, size = 15, alloc = 0, capacityReserved = 0, offset = 16, static shared_null = ref = {atomic = {_q_value = -1, size = 0, alloc = 0, capacityReserved = 0, offset = 16, static shared_null = <same as static member of an already seen type>}, {ref = {atomic = {_q_value = 0}}, size = 0, alloc = 0, capacityReserved = 0, offset = 0, static shared_null = <same as static member of an already seen type>}}}}, stringdata = "QAnimationGroup\000"}
      qt_meta_data_QAnimationGroup = {7, 0 <repeats 14 times>}

      QAnimationGroup::staticMetaObject = {d = {superdata = 0x6ba633bc, stringdata = 0x6ba64c20, data = 0x6ba64c60, static_metacall = 0x6b78790c <QAnimationGroup::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}
      #4 0x1269fedc in ?? ()
      No symbol table info available.
      #5 0x772033aa in KERNEL32!BaseCleanupAppcompatCacheSupport () from C:\Windows\syswow64\kernel32.dll
      No symbol table info available.
      #6 0x1269ffd4 in ?? ()
      No symbol table info available.
      #7 0x77789ef2 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #8 0x005c7a48 in ?? ()
      No symbol table info available.
      #9 0x77789ec5 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #10 0x777a3e45 in ntdll!RtlSidIsHigherLevel () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #11 0x005c7a48 in ?? ()
      No symbol table info available.
      #12 0x00000000 in ?? ()
      No symbol table info available.

      Thread 2 (Thread 2276.0x133c):
      #0 0x7777013d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #1 0x7777013d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #2 0x777a2f51 in ntdll!RtlWeaklyEnumerateEntryHashTable () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #3 0x00000003 in ?? ()
      RGB_MASK = 16777215
      #4 0x005c8898 in ?? ()
      No symbol table info available.
      #5 0x772033aa in KERNEL32!BaseCleanupAppcompatCacheSupport () from C:\Windows\syswow64\kernel32.dll
      No symbol table info available.
      #6 0x1249ffd4 in ?? ()
      No symbol table info available.
      #7 0x77789ef2 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #8 0x005c8868 in ?? ()
      No symbol table info available.
      #9 0x77789ec5 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #10 0x777a2e25 in ntdll!RtlWeaklyEnumerateEntryHashTable () from C:\Windows\system32\ntdll.dll
      No symbol table info available.
      #11 0x005c8868 in ?? ()
      No symbol table info available.
      #12 0x00000000 in ?? ()
      No symbol table info available.

      Thread 1 (Thread 2276.0x524):
      #0 0x6b991998 in abort () from C:\Qt\Qt5.1.0\5.1.0-rc1\mingw48_32\bin\Qt5Cored.dll
      No symbol table info available.
      #1 0x6b78e16c in qt_message_fatal (context=..., message=...) at global\qlogging.cpp:944
      No locals.
      #2 0x6b78c16e in QMessageLogger::fatal (this=0x2898cc, msg=0x6ba65c00 "ASSERT failure in %s: \"%s\", file %s, line %d") at global\qlogging.cpp:360
      message = {static null =

      {<No data fields>}, d = 0x13847be8}
      ap = 0x2898a8 "ª$\021\002—$\021\002`$\021\002f\001"
      #3 0x6b78a426 in qt_assert_x (where=0x21124aa "QVector<T>::operator[]", what=0x2112497 "index out of range", file=0x2112460 "..\\..
      include/QtCore/../../src/corelib/tools/qvector.h", line=358) at global\qglobal.cpp:2020
      _PRETTY_FUNCTION_ = "void qt_assert_x(const char*, const char*, const char*, int)"
      #4 0x02091d3e in QVector<QScriptItem>::operator[] (this=0x13887828, i=-1) at ../../include/QtCore/../../src/corelib/tools/qvector.h:358
      No locals.
      #5 0x01e5e487 in QTextEngine::justify (this=0x13722ba8, line=...) at text\qtextengine.cpp:1859
      end = 6
      a = 0x23e0
      nItems = 327416864
      minKashida = {val = 301245448}
      need = {val = 301245320}
      nPoints = 326249384
      leading = {val = 301245384}
      maxJustify = 6
      line_length = 31843163
      firstItem = 300649084
      justificationPoints = {a = 2670232, s = 31843398, ptr = 0x1f, {array = "Šò\001Žš(\000r\231(\000\002\000\002\000\002\000\002\000¨+r\023\002\000b\000 ¶\034\025Ð6ö\021\001\000\000\000Ð6ö\021\000\000\000\000¸\231(\000\021Œò\001ÿÿÿÿ\036\000\000\000\036\000\000\000hS\025\002\000\000\002\000\000\000\000\000À\231(\000¸\231(\000©Ì\b\002Ô\231(\000Ø\231(\000\016Þ\r\002\b\000\000\000à#\000\000¨+r\023ûÂå\001\000\000\000\000¸“‰\023ð\231(\000è\231(\000©Ì\b\002\004š(\000\bš(\000\016Þ\r\002\b\000\000\000à#\000\000¨+r\023¨+r\023\000\000\000\000¸“‰\023X¿(\000Fäå\001\037\000\000\000\002\000\002\000\002\000\002\000¨+r\023\002\000\002\000€“‰\023@š(\000\070š(\000©Ì\b\002Tš(\000Xš(\000\016Þ\r\002\b\000\000\000(x\210\023\070¾(\000 Ãå\001\000\000\000\000¸“‰\023¨¿(\000¨+r\023\037\000\000\000\002\000\002\000\000\000\000\000\000\000ð?\000\000\000\000\000„@\000\000\000\000¨+r\023\000\000\000\000€“‰\023x¾(\000 Ãå\001c\004ÿ\023e\000\001\000c\004ÿ\023¨+r\023Þ‰\023(x\210\023\230¾(\000 Ãå\001Т‰\023°¬‰\023p²‰\023¨+r\023ð½‰\023à‰\023‡\000\000\000\002\000\000\000\002\000\002\000€“‰\023Ⱦ(\000¨+r\023\064¸‰\023ô½‰\023â‰\023¨+r\023\002\000\000\000\002\000\002\000ࢉ\023¸¬‰\023x²‰\023€“‰\023ø¾(\000 Ãå\001…\000\000\000\004\000\000\000ŽWzw¨+r\023¼¬‰\023|²‰\023<¸‰\023¨+r\023æ‰\023€“‰\023(¿(\000¨+r\023", '\000' <repeats 13 times>, "+r\023\000\020\000\000\006\000\000\000`›(\000 Ãå\001\002\000\002\000\002\000\002\000\002\000\002\000¨+r\023D¸‰\023\004¾‰\023ê‰\023¨+r\023\004\000\000\000¸{n\023\000£‰\023¨+r\023\210²‰\023H¸‰\023\b¾‰\023ì‰\023\000\000\000\000$\000\000\000\000\000\000\000\b£‰\023̬‰\023€“‰\023¨¿(\000 Ãå\001î‰\023hS\025\002\000\000\000\000¨+r\023\000\000\000\000\036\000\000\000\036\000\000\000!\000\000\000 \000\000\000\036\000\000\000\036\000\000\000\004\000\000\000Ã<xw\030£‰\023Ô¬‰\023”²‰\023T¸‰\023\024¾‰\023ò‰\023~\000\000\000\002\000\000\000\000\000\000\000 £‰\023ج‰\023\230²‰\023X¸‰\023\030¾‰\023\006\000\000\000\r±}w\020(\000ŽWzwÃ<xwkK<v\024\000\000\000\000\000\000\000\000\000n\020P\001n\020,\000\000\000\000\000\000\000P\001n\020 \000\000\000t\001n\020ŽWzw\000\000\000\000\004\000\000\000P\001n\020\006\000\000\000 n?\024\004K<v\006\000\000\000 \000\000\000\006\000\000\000P\001n\020 \000\000\000\036\000\000\000@À€\023\000\000\000\000\002\000\004\006\b–}\023\006\000\004\002\000\000\000\000\002\000\004\006\000\000\000\000\177\000\000\000Y¬}w\003 \004' ", '\000' <repeats 11 times>, "c\001\000P\034\000\000\000 À€\023 À€\023\033À€\023\000\000\000\000ÈÒì\000\000\000n\020ÃÒì\003@œ(\000\177\000\000\000Н(\000Õq|w\v\036c\001þÿÿÿÃ<xwî<xw\024\000\000\000\060\000\000\000\032À€\023\030À€\023\024\000\000\000\000\000n\020\001\000\000\000ÀÒì\021,\000\000\000\v\000\000\000\r±}w ž(\000ŽWzwÃ<xw[H<v<\000\000\000\000\000\000\000\000\000n\020P\001n\020@Ž|\023\230(\000v\a‚w\000\000n\020\000\000\000\000\024\000\000\000\000\000n\020\001\000\000\000\004\000\000\000\000\000\000\000\030À€\023\000\000\000\000\000\000n\020à(\000ú\017‚w8\001n\020Þ\017‚w›K<v\000\000\000\000\000\000\000\000\000\000n\020\230\\ì\021\000\000\000\000 À€\023\000\000n\001¨(\000\177\000\000\000´ž(\000Õq|w;\006c\001þÿÿÿÞ\017‚w~®}w\000\000n\020c\001\000PÃ<xw¿H<v\000\000\000\000\000\000\000\000\000\000n\020¯H<\003P(\000\000\000\000\000àž(\000Õq|w\v\036c\001þÿÿÿÃ<xwî<xw<\000\000\000X\000\000\000\"x\210\023 x\210\023<\000\000\000\000\000n\020\001\000\000\000tž(\000v\a‚w\000\000n\020\000\000\000\000\000\000\000\000\060Ž|\023ʸww0Ž|\023\000\000\000\000\000\000n\020\000\000\000\000\060Ž|\023¸ž(\000¨ž(\000v\a‚w\000\000\000\000\000\000\000\000b\000\000@\000\000n\020\001", '\000' <repeats 21 times>, "n\020ðž(\000ô(\000\070\001n\020\210Ý(\000Õq|w\v\036c\001þÿÿÿÃ<xwî<xw\024", '\000' <repeats 11 times>, "8Ÿ(\000\000\000\000\000\024\000\000\000Fàww;\006c\001þÿÿÿÞ\017‚w~®}w\000\000n\020c\001\000PÃ<xw¯I<v\000\000\000\000\000\000\000\000\000\000n\020\000\000\000\000xŸ(\000\000\000\000\000\020\000\000\000DŸ(\000HŸ(\000.Í¢k\002\000\000\000¬Ÿ(\000\004", '\000' <repeats 11 times>, "dŸ(\000hŸ(\000.Í¢k\000\000\000\000̟(\000\024\000\000\000\000\000\000\000\001\000\000\000œŸ(\000¸Ÿ(\000%„yk\001\000\000\000¬Ÿ(\000ȟ(\000\000\000\000\000\001\000\000\000\020\000\000\000\000\000\000\000K\a\002\002\000\000\000\000@¦¦k¸Ÿ(\000Ž\231k0À€\023@¦¦k؟(\000Ïj¡k(x\210\023ø\fð\021؟(\000bß\f\002‡\000\000\000\004\000\000\000\002\000\000\000ø\fð\021\000\000\000\000ø\fð\001øŸ(\000t§\005\002\020å÷\021\020å÷\021\b (\000\020å÷\021\033\000\000\000\020å÷\021( (\000þ1\f\002àŸ(\000l (\000( (\000\020å÷\021ø\fð\021‡\000\000\000P¦¦k\002\000\000\000( (\000<G\004\002H (\000\065ø\b\002ø\fð\021@¦¦k\000\000\000\000X (\000\177²\016\002@¦¦kx (\000×1\f\002| (\000@¦¦kx (\000@¦¦k`x\210\023¸ (\000€ (\000x (\000UÈ\b\002” (\000\230 (\000HÕ\r\002\000\000\000\000À (\000¨ (\000¸ (\000\000\000\000\000¼ (\000Ø (\000üÁå\001\002\000\000\000\000\000\000\001È (\000¨+r\023P÷n\020\071 \000\000@¦¦k\000\000\000\000\000\000\000\000ÀÿÿÿÀÿÿÿÀÿÿÿÀÿÿÿ`x\210\023ÈÄ(\000AÃå\001\000\000\000\000\001\000\000\000\b¡(\000¨+r\023\000\000\000\000\006\000\000\000XÓõ\021\060¤(\000\000\000\000\000\000\000\000\000øÄ(\000ZÍå\001HÄ(\000\006\000\000\000\000\000\000\000¨+r\023\000\000\000\000\002\000\000\000\000\001\000\000\006\000\000\000\070¡(\000\000\000\000\000\003\003\003\003\003\003\016\001\000\000\000\000\000\000\000\000¸¡(\000\"å\001Œ¡(\000\020¥(\000x¡(\000(Å(\000XÓõ\021\\Óõ\021\230¡(\000XÓõ\021\006\000\000\000\000\000\000\001\230¡(\000ƒ…\005\002P÷n\020\071 \000\000¨¡(\000\000\000\000\000\002\000\000\000Àÿÿÿ\000\000\000\000\000؍@Àÿÿÿ\000\000\000\000\006\000\000\000\230¡(\000È¡(\000ú»xk\000\000\000\000\230¢(\000\000\000\000\000d»=\024\a\004\000\000N\000\000\000xë‰\023\030\067=\024\002\000\000\000 \000\000\000\000\004\000\000ü\r:\024\000\000\000\000\000؍@\000_„\023xú‰\023\006\000\000\000\002\000\000\000\000\000\000\000€\r:\024(¢(\000\006\000\000\000¸0ó\021\230¢(\000x7‡\023H§(\000X§(\000¸0ó\021(°(\000xVò\001\006\000\000\000H£(\000X§(\000¸0ó\021H§(\000(?ì\021€¤‰\023\210­‰\023\070Eò\001\000؍@Ⱦ‰\023x7‡\023Q\000\000\000\002\000\000\000Àÿÿÿ\210¤‰\023Œ­‰\023L³‰\023\f\271‰\023̾‰\023NÉ\023P\000\000\000\002\000\000\000\000\000\000\000&‹ò\001Ð6ö\021\000\000\000\000\000\000ð?", '\000' <repeats 22 times>, "ð?\000\000\000\000\000\000\024@\000\000\000\000\000`@", '\000' <repeats 22 times>, "ð?!°‰\023\rð­ºØ¾‰\023TÉ\023M\000\000\000\002\000\000\000\030£(\000¨¤‰\023œ­‰\023`:\024\032§}wp:\024\060\037\000\000îþîþK\003\000\000\bd:\024\000\000n\020 :\024`³‰\023 \271‰\023ྉ\023\000\000\000\000\000\001\000\000\006\000\000\000H£(\000K\003\000\000\067\000\000\000D\000\000\000E\000\000\000O\000\000\000H\000\000\000V\000\000\000G\000\000\000L\000\000\000W\000\000\000\003\000\000\000F\000\000\000D\000\000\000Q\000\000\000/¥Eu\020¥EuŒ\031\001Ë`\000\000\000\004¥(\000à\001š\020J\000\000\000\000\000d\004\000\000\000\000\000\000c\004¼£(\000”ÕÖr@¤(\000\036 …\001\000\000\000\000È£(\000\066ÚÖr<¦(\000ÜÙÖrŒ\031\001Ë`\000\000\000D¤(\000¦(\000”\002š\020\034ÚÖrÓ\000\000\000\034\000\000\000ø\000\000\000@\000\000\000\000\000\000\000N\000\000\000\a\000\000\000h\000\000\000Ø\001š\020¦(\000”§(\000\000\000\000\000Ó\000\000\000\034\000\000\000ø\000\000\000@", '\000' <repeats 20 times>, "\020\000\000\006\000\000\000@¤(\000\001\000\000\000\002\000\002\000\002\000\002\000\002\000\002\000Œ\031\001ËÓ\000\000\000\034\000\000\000ø\000\000\000\000\000\000\000\001\000\000\000|¤(\000”ÕÖr\000¥(\000\036 …\001\000\000\000\000\210¤(\000\066ÚÖrü¦(\000ÜÙÖrŒ\031\001Ë`\000\000\000\004¥(\000P§(\000”\002š\020\034ÚÖrø\000\000\000\034\000\000\000\035\001\000\000@", '\000' <repeats 11 times>, "\a\000\000\000\032\000\000\000Ø\001š\020P§(\000T¨(\000\000\000\000\000ø\000\000\000\034\000\000\000\035\001\000\000@\000\000\000È1&\022\004¥(\000\b¥(\000\002Ú‘b\000\000\000\000”¥(\000\000\000\000\000\024¦(\000\b¥(\000\aþ‘b\210¥(\000ÿ'…b\024¦(\000\000\000\000\000\002\000\002\000@\000\000\000\001\000\000\000\036 …\001 \000\000\000¸0ó\021\034\000\000\000\035\001\000\000@", '\000' <repeats 11 times>, "\a\000\000\000\032\000\000\000\000\000\000\000\003\000\000\000¸©(\000\r\000\000\000¨¥(\000û¥}w¨¥(\000\210¥(\000·3\006\002\006\000\000\000\000\000\000\000 \000\000\000¨¥(\000\020\016l\023\024¦(\000\bª(\000Ý4ä\001¸©(\000\000\000\000\000¦(\000\000\000n\020Y¬}w\b_„\023\000\001\000\000(\000\000\000¸¥(", '\000' <repeats 53 times>, "7\000\000\000D\000\000\000E\000\000\000O\000\000\000H\000\000\000V\000\000\000@\004\000\000\000\004\000\000@\004\000\000\000\002\000\000\000\004\000\000€\003", '\000' <repeats 67 times>, "_„\023¨=„\023j\000\000\000\000\000\000\000\230¦\000\001\000\000\000\000j\000\000\000ÕV\000\000°¥(\000@W€wè¦(\000´¦(\000v\a‚w\000\000n\020\000\000\000\000\000\000n\020ø^„\023ʸwwø^„\023\000\000n\020\000\000n\020ʸwwø^„\023ø¦(\000 \027‚w8\001n\020\004\027‚wƒp<v\000\000n\020\000\000n\020\000\000\000\000\000\000n\020X\000\000\000à\001\001\001Ħ(\000\000\000\000\000ܧ(\000Õq|wë\006c\001þÿÿÿ¸&yw{~<v\000\000n\020\030\000\000\000àe„\023—q<v\000\000\000\000\000\000n\020\000_„\023P§(\000\000\000\000\000@§(\000\000\000€?\000\000€?T¨(\000Œ\031\001ËØ\001š\020È1&\022\000\000n\020\003\000\000\000\000\001\000\000\006\000\000\000X§(\000\034\000\000\000@\001\000\000\000\006\001\000€\005\000\000\000\006\001\000€ \000\000\000\006\001\000À\r\000\000\000\006\001\000À\017\000\000\000\006\001\000À\023\000\000\000\006\001\000¨+r\023ûÂå\001\000\000\000\000¸“‰\023èÌ(\000Fäå\001\037\000\000\000\000\000\000\000ȧ(\000\026\021\006\002\000Ïn\020\000\000n\020ا(\000¨+r\023Øe„\023ße„\023\030\000\000\000P÷n\020\006\000\000\000\060\000\000\000Øe„\023H¨(\000\000\000n\020c\001\000Pü¦(\000š8xw´¨(\000Õq|w\v\033c\001þÿÿÿ¸&ywo%ywàe„\023\030\000\000\000\000\000n\020Øe„\023t¸wwÚ\230XuԜ­\036\001\000\000\000\001\000\000\000Ö´ñ\001\210\067‡\023\030\000\000\000Øe„\023ÕV€wøe„\023\001\000\000\000h¨(\000ú­î\001\024f\024\025\000\000\000ÿ\001\000\000\000è\016:\024Øe„\023\000f\000\001\b©(\000¨+r\023\024f\024\025\000\000\000ÿ\001\000\000\000!\000\000\000\003\000\000\000ðÂî\001\000\000\000\000ب(\000´Ùî\001€“‰\023\210Ì(\000 Ãå\001hAt\023\000\000\000\000Ȩ(\000¨+r\023\020At\023V\000\000\000\b©(\000\002‡ò\001à¨(\000ب(\000H©(\000¨+r\023\fAt\023V\000\000\000\n\000\000\000\001\000\000\000\006\000\000\000\005\000\000\000\001þ\000\000\001\000\000\000\005\000\000\000€“‰\023èÌ(\000 Ãå\001\001\000\000\000(Ôì\021X±(\000¨+r\023ÿÿÿÿDª(\000Ha„\023Œ²(\000<±(\000ß\000\000\000\000\001\000\000\000\000\000\000ÿÿ\000\000\bAt\023¸¬r\023\005\000\001\000ý\003ÿ\023\005\000\001\000þ\003ÿ\000\005\000\001\000ÿ\003ÿ\000\005\000\001\000\000\004ÿ\023\005\000\001\000\001\004ÿ\000\005\000\001\000\002\004ÿ\000\005\000\001\000\003\004ÿ\023\005\000\001\000\004\004ÿ\004\005\000\001\000\005\004ÿ\000\005\000\001\000\006\004ÿ\000\005\000\001\000\a\004ÿ\000\005\000\001\000\b\004ÿ\000\005\000\001\000 \004ÿ\000\005\000\001\000\n\004ÿ\023\005\000\001\000\v\004ÿ\000\005\000\001\000\f\004ÿ\000\005\000\001\000\r\004ÿ\000\005\000\001\000\016\004ÿ\000\005\000\001\000\017\004ÿ\000\005\000\001\000\020\004ÿ\023\005\000\001\000\021\004ÿ\000\005\000\001\000\022\004ÿ\000\005\000\001\000\023\004ÿ\023\005\000\001\000\024\004ÿ\023\005\000\001\000\025\004ÿ\021\005\000\001\000\026\004ÿ\000\005\000\001\000\027\004ÿ\021\005\000\001\000\030\004ÿ\000\005\000\001\000\031\004ÿ\000\005\000\001\000\032\004ÿÿ\005\000\001\000\033\004ÿ\000\005\000\001\000\034\004ÿÿ\005\000\001\000\035\004ÿ\000\002\000\000\000\002\000\000\000\030ÿt\023ø«(\000@¬(\000èª(\000\bÀ‡kø«(\000¸¬r\023\000\000\000\000\030ÿt\023\000\000\000\000\000\000\000\000¨ª(\000\001Ró\021\000\000\003\000ÿÿ\000\000\002\000\003\000\001\000\000\000\026\000\000\000\003\000\000\000\001\000\000\000ÿÿ\000\000\f…s\000PHó\021èª(\000ÿ¾‡kÿq\023\030ÿt\023\000\000\000\000\005\000\000\000x¢ô\021\b¤ô\021\006\000\000\000ÿÿ\000\000àe„\023X“‰\023PHó\021@×ì\021ø«(\000@¬(\000\030«(\000E³‡kø«(\000\006\000\000\000\001\000\000\000K<\004\002! \000\000D«(\001s\000\000\000\006\000\000\000ØÞõ\021\f1ó\021h«(\000’lä\001ø«(\000¨Þë\021h«(\000“£å\001¨Þë\021\006\000\000\000¤²(\000¸0ó\021\004\000\000\000d«(\000h«(\000\210³(\000h«(\000\000\000\000\000”“‰\023@¬(\000ÿÿÿÿP®(\000H´(\000P\271å\001|²(\000\000\000\000\000\000\000\000\000@×ì\021\000\000\000\000\000\000\000\000Уë\021¤Ä(\000\f\000\000\000\004\000\001\000\000\000\000\000\004\000\000\000b\000\000@\000\000\000\000\000\000\000\000¨+r\023¨Þë\021\006\000\000\000\000\000\000\000\006", '\000' <repeats 31 times>, "\006", '\000' <repeats 27 times>, "¨Þë\021\006\000\000\000\000\000\000\000\006", '\000' <repeats 11 times>, " 2ó\021PHó\021\000\000\000\000\000\000\000\000\006\000\000\000\006\000\000\000\b£ô\021\b¤ô\021H£ô\021\210¢ô\021x¢ô\021\000\000\000\000\000\001\000\000\000\000\000\000P¬(\000\210¬(\000\004\000\000\000 ×ì\021\210¬(\000/q\016\002€¬(\000€\001\000\000Ȭ(\000 ×ì\021\000\000\000\000\020\000\000\000\230¬(\000K\a\002\002Ȭ(\000°±Xu¨¬(\000 ×ì\021H£ô\021\210£ô\021¸¬(\000o\021\004\002\020\000\000\000\210¢ô\021ج(\000 ×ì\021\210¢ô\021\210¢ô\021ج(\000‡\021\004\002\f…Ýkþÿÿÿè¬(\000K\a\002\002\210¢ô\021\000\000\000\000ø¬(\000\230Þë\021\000\000\000\000\006\000\000\000\000\000\000\000\000G\004\002p\000\000\000j\000\000\000(­(\000\230Þë\021\000\000\000\000\001\000\000\000\000\000\000\000P­(\000\b\000\000\000\020\000\000\000\001\000\000\000X­(\000\000\000\000\000\006\000\000\000\210µ(\000L¾å\001¨Þë\021\006\000\000\000`­(\000\001\000\000\000p¢ô\021\031\000\000\000p¢ô\021¨+r\023\000\001\000\000\001\000\000\000`­(\000\031úó\b\000\000\000\000\002\000\000\000\210­(\000À‘²k$Ên\020\066\000\000\000¸­(\000\060‰\020wº‰\020wB\020\000\000\000\000\000\000\f¯(\000\000\000\000\000\f¯(\000\001\000\000\000þô÷\b%’²kÀ‘²kÈ­(\000Ž\231kÇ>¡kÀ‘²kè­(\000Ïj¡kl®(\000ŸnÖrè­(\000À‘²k\f¯(\000,®(\000\b®(\000ÿÿÿÿÀ‘²k\001\000\000\000\b®(\000ý‘\231k@®(\000\001\000\000\000\037®(\000,®(\000è­(\000#\000\000\000\070®(\000[ëk,®(\000`Ž²k\004\000\000\000\031úó\b\000\000\000\000D®(\000H®(\000\002Ú‘b\000\000\000\000Ô®(\000x®(\000T¯(\000H®(\000\aþ‘bÈ®(\000ÿ'…bT¯(\000\000\000\000\000`®(\000ß®(\000\000\000\000\000\000\000\000\000\000¯(\000¸0ó\021Ç>¡k\000¯(\000\230®(\000œ®(\000\\ä\r\002P\000\000\000´®(\000\000\000\000\000\020b\020wø²(\000¸®(\000è®(\000\000\000\000\000è®(\000È®(\000·3\006\002\006\000\000\000\000\000\000\000 \000\000\000è®(\000P\000\000\000T¯(\000H³(\000Ý4ä\001ø²(\000\000\000\000\000ø®(\000Gù\r\002$Ên\020\000\000\000\000\000\001\000\000(\000\000\000ø®(\000\030\016ë\021", '\000' <repeats 48 times>, "7\000\000\000D\000\000\000E\000\000\000O\000\000\000H\000\000\000V\000\000\000@\004\000\000\000\004\000\000@\004\000\000\000\002\000\000\000\004\000\000€\003", '\000' <repeats 66 times>, "¸¯(\000XÓõ\021Ðý(\000\030\016ë\021\000\000\000\000P\000\000\000ð±(\000XÉ(\000د(\000\230°(\000\b\000\000\000²Tò\001è¯(\000iùæ\001ð¯(\000ô¯(\000†Ä\b\002\230°(\000\000\000\000\000\004°(\000\b°(\000ï\n\004\002€\003\000\000\004°(\000.Ò\r\002\230°(\000\034°(\000(°(\000(°(\000.³\002\002\000\000\000\000\000؍@\000\000\000\000€°(\000ð±(\000Ô°(\000x±(\000\a¶ó\001XÉ(\000¨·(\000¸&yw;g<v\000\000n\020\030\000\000\000àe„\023\000\000V@ð±(\000\000\230$\002x°(\000K\a\002\002\000\000\000\000\\Óõ\001\230°(\000ØTô\021\000\000\000\000\000\000\000\000\230°(\000P\022l\023€\001\000\000À\006\000\000\000\026\000\000\000\000\000\000\000\000\000\000ÜЦkXÓõ\021¸°(\000ã·\016\002ÜЦkØ°(\000×1\f\002\210¢ô\021ÜЦkØ°(\000ÜЦk$,r\023\034±(\000H±(\000\030\000\000\000P\001n\020XÉ(\000\006\000\000\000M÷ó\001$,r\023\000\000\000\000\b±(\000(_„\023XÉ(\000\000\000n\020\bÔì\021\000f„\023Øe„\023ße„\023\030\000\000\000M÷ó\001\006\000\000\000\060\000\000\000Øe„\023(_„\000\000\000n\020c\001\000P<°(\000\bÔì\021ô±(\000Õq|w\v\033c\001þÿÿÿ¸&ywo%ywàe„\023\030\000\000\000\000\000n\020Øe„\023t¸wwòÅõ\001\bÔì\021\000\000\000\000\002\000\000\000\034¸(\000\000\001\000\000\030\000\000\000Øe„\023ÕV€wøe„\023@W€w\b\000\000\000¼±(\000v\a‚wV\000n\020\000\000\000\000\000\000n\020Øe„\023\000f\000\000\000\000\000\000\230Ló\021\000\000\000\000\000\000\000\000è±(\000.œ‡k8Ló\021V\000\000\000\032²(\000\030²(\000\000\000n\020V\000„\023Øe\000\000\000\000\000\000hAt\023\000\000\000\000\b²(\000Ð’‡k\020At\023V\000\000\000R²(\000V\000\002\000þÿÿÿƒ\024‚w\210²(\000³\003‡k\fAt\023V\000\000\000R²(\000N²(\000\000\000n\020H\000\000\000ÿÿ(\000\000\004†k(Ló\021V\000\000\000\\\000r\023\000\001‡kœVó\021H\000\000\001\000\000\000\000H\000\002\000\000\000\000\000\000\000^@¸²(\000¼}†k(Ló\021V\000r\023\000\001\000\000\000\000\000\000ÿÿ\000\000\bAt\023¸¬r\023Ð’‡k\020ín\023\030ÿt\023ز(\000\035k‡k\\³(\000\bAt\023\030ÿt\023\000\004\000\000ÿÿ\000\000\001\000\000\000ÿÿ(\000\017\000(\000\bAt\023\006\000\000\000ÿÿ\000\004äºn\023ÿ+\000¸¬r\023\002\000\001\000ÿÿ\000\000ÿÿ\000\000ÿÿ\000\000(³(\000Ïm‡k\\³(\000\017\000\000\000\030ÿt\023ÿÿ\000\000\001\000\000\000\070µ(\000ø®(\000(¯(\000@¯(\000X¯(\000(³(\000\025U* \006\000\000\000¸¬r\023\070³(\000<³(\000Ì\210, \001\000\000\000H³(\000\025U* \030ÿt\023Ôý(\000X³(\000|Šë\021\\³(\000d³(\000h³(\000†¥, \034\000\000\000\000\000\000\000\001\000\000\000xŠë\021\034\000\000\000\210³(\000\210³(\000Ãä, €³(\000xŠë\021p®ë\021xŠë\021Ç\000\000\000\032\000\000\000ȳ(\000°³(\000œ³(\000t®ë\021¨³(\000ìòì\bûo, ´³(\000ȳ(\000œÂö\001P‘ì\021\000\000\000\000\000\000\000\000$\000\000\000#\000\000\000\bÐ\006 8´(\000u\025í\b\024¯ë\021\000´(\000ø³(\000ü³(\000\034ä, \000\000\000\000\000ý(\000¸5ô\021ø\000\000\000\034\000\000\000\034\001\000\000?", '\000' <repeats 11 times>, "$\000\000\000#\000\000\000\bÐ\006 ø\000\000\000\070´(\000逑b", '\000' <repeats 12 times>, "ܜn\020$\000\000\000´Øò\021X´(\000ڞ„bd´(\000p®ë\021\000\000\000\000؜n\020ØÞõ\021\f1ó\021x´(\000X±Ú\001\070µ(\000\000\000\000\000\000\000\000\000؜n\020#\000\000\000\034›n\020\230´(\000ž¸Ú\001#\000\000\000\000\000\000\000%\000\000\000\034›n\020\bÐ\006 0½(\000È´(\000ø´(\000p®ë\021Á€\000\000È´(\000å&\" \001\000\000\000\000\000\000\000\b\000\000\000ø´(\000\006\000\000\000p®ë\021(µ(\000Óâï\bø´(\000\001\000\000\000\000\000\000\000p®ë\021t®ë\021à#\000\000\bµ(\000p®ë\021hÛì\021t®ë\021¨_\025\002\n€\000\000p®ë\021ÿÿÿÿ\001\000\000\000\000\000\000\000\001", '\000' <repeats 11 times>, " ®ë\021\000\000\000\000\bÐ\006 Xµ(\000‚®û\bt¼(\000\000\000\000\000Xµ(\000p®ë\021t®ë\021\006\000\000\000\000\000\000\000 ®ë\021 2ó\021t¼(\000\230µ(\000âÐ\006 t¼(\000t®ë\021xµ(\000p®ë\021H£ô\021,±ì\b\230µ(\000p®ë\021\000\000\000\000\000\000\000\000µ(\000 ®ë\021\004\000\000\000\bÐ\006 ø¶(\000’Ûï\bt¼(\000€\001\000\000\b¶(\000ÈÒì\021\000\000\000\000t®ë\021ȵ(\000p®ë\021\b¶(\000,±ì\bèµ(\000¦ç, \000\000\000\000\210£ô\021øµ(\000p®ë\021,±ì\b0½(\000H·(\000&âï\bÀ¼(\000\210¢ô\021\030¶(\000‡\021\004\002\f…Ýkþÿÿÿ(¶(\000p®ë\021\210¢ô\021\000\000\000\000\070¶(\000XÛì\021\000\000\000\000\006\000\000\000\000\000\000\000\000G\004\002p\000\000\000j\000\000\000h¶(\000XÛì\021\000\000\000\000\001\000\000\000\000\000\000\000¶(\000\b\000\000\000\020\000\000\000x¶(\000\025U* \000\000\000\000\006\000\000\000\210¶(\000t®ë\021,±ì\bD\004ë\021\210¶(\000è¼÷\b\037\000\000\000\031\000\000\000¨¶(\000›w\037 D\004ë\021t®ë\021¨¶(\000@\004ë\021\000\000\000\000@\004ë\021\030·(\000 øö\bp®ë\021t¼(\000œ\rë\021p®ë\021,±ì\b\034}ªkœ\rë\021p®ë\021i¡k ®ë\021ø¶(\000¦ç, \000\000\000\000t®ë\021ø¶(\000p®ë\021,±ì\b0½(\000(·(\000.¦û\bt¼(\000,·(\000x\rë\021p®ë\021ë ¢k°Bn\020X·(\000|©kp®ë\021,±ì\bX·(\000žå\006 t¼(\000`·(\000X·(\000p®ë\021t®ë\021\060½(\000\070þ(\000p®ë\021,±ì\b0½(\000\210·(\000‰Úì\bt¼(\000t¼(\000\210·(\000°Bn\020<þ(\000,±ì\001\000\000\000\000p®ë\021\060½(\000,±ì\bø»(\000\020Ùì\bp®ë\021t¼(\000\070þ(\000p®ë\021,±ì\b0½(\000Ø·(\000‰Úì\bÀ¼(\000À¼(\000Ø·(\000°Bn\020<þ(\000 ¸(\000\000\000\000\000p®ë\021\060½(\000,±ì\bH¼(\000\020Ùì\bp®ë\021À¼(\000x“‰\023P\001n\020\070\000\000\000t\001n\020\b¸(\000\000\000\000\000\004“‰\023P\001n\020 \000\000\000 n?\024œ\016ð\021 \000\000\000\000\000n\020 \000\000\000\000\000\000\000\000\000n\020X¸(\000\070þ(\000\000\000\000\000\002\000\004\006\030àô\021\a\000\000\000\r±}w \271(\000ŽWzwÃ<xw[o<v\034\000\000\000\000\000\000\000\000\000n\020P\001n\020c\001\000P\034\000\000\000P\001n\020(\000\000\000t\001n\020ŽWzw8þ(\000\004o<vP\001n\020\a\000\000\000 n?\024P\001n\020\a\000\000\000\v\036c\001\a\000\000\000 \000\000\000t\001n\020,\000\000\000Hÿq\023\000\000\000\000\002\000\004\006\000½€\023\a\000\004\003\001\000\000\000\006\000\000\000\000\000\000\000\177\000\000\000\030\000\000\000\003 \004'(", '\000' <repeats 11 times>, "c\001\000P\034\000\000\000 ÿq\023 ÿq\023\033ÿq\023\000\000\000\000\177\000\000\000\000\000n\020\003 \004\003P¸(\000\000\000\000\000à\271(\000Õq|w\v\036c\001þÿÿÿÃ<xwî<xw\034\000\000\000\070\000\000\000\032ÿq\023\030ÿq\023\034\000\000\000\000\000n\020\001\000\000\000Õq|w\v\036c\001þÿÿÿÃ<xwî<xwPº(\000\000\000n\020\000\000n\020(Á€\023\000\000\000\000?\000\a8+l<v\000\000\000\000¨\271(\000v\a‚w\000\000n\020\000\000\000\000€º(\000\000\000n\020Y¬}w8Á€\023(\000\000\000š8xwûl<v\000\000\000\000\000\000n\020\060Á€\023\a\000\004\003Þ\017‚w\002\000\004\006\000\000\000\000\003 \004'\000\000n\020\000\000\000\000\000\000\000\000P\001n\020\000\000n\020¸\271(\000P\001n\020\230Þë\021Õq|w;\006c\001þÿÿÿÞ\017‚w~®}w\000\000n\020\a\000\000\000\004\000\000\000¯l<v\000\000\000\000\000\000\000\000 n?\024 À€\023\070\000\000\000\a\000\000\000\006\000\000\000\a\000\004\003\a\000\000\000t\001n\020\006\000\000\000\000\000\000\000p\271(\000P\001n\020¨º(\000\060Á€\023v\a‚w\230Þë\021\a\000\000\000\000\000\000\000\030À\000\001\230Þë\021\a\000\000\000ÕV\000\000 \271(\000@W€wغ(\000¤º(\000v\a‚w\000\000n\020\000\000\000\000\000\000n\020(Á€\023ʸww(Á€\023\000\000n\020\000\000n\020ʸww(Á€\023èº(\000 \027‚w8\001n\020\004\027‚w“l<v\000\000n\020\000\000n\020\000\000\000\000\000\000n\020Õq|w\v\036\001\001´º(\000Ã<xwÌ»(\000Õq|wë\006c\001þÿÿÿ\004\027‚wš«}w\000\000n\020c\000\000Pš8xw§m<v\000\000\000\000\000\000n\020\060Á€\023\030", '\000' <repeats 11 times>, "x»(\000\000\000\000\000\030\000\000\000FàwwX»(\000\004\000\000\000\000\000n\020\000\000\000\000X»(\000È5ô\021t®ë\021h»(\000\004", '\000' <repeats 11 times>, "t»(\000x»(\000\004\000\000\000\000\000\000\000Ü»(\000\034\000\000\000\000\000\000\000\001\000\000\000¬»(\000È»(\000°Bn\020\001\000\000\000¤»\000\001ŒðÆk.Í¢k\000\000\000\000̺(\001ŒðÆk¨»(\000\000\000\000\000\060½(\000È»(\000Ù«xk\000\000\000\000l—ë\021È»(\000ë?ð\b\001\000\000\000t®ë\021è»(\000÷æ, l—ë\021t®ë\021ø»(\000h—ë\021t®ë\021 ðÆk\030¼(\000ƒ\022ð\b0½(\000\024¼(\000\070¼(\000h—ë\021p®ë\021\000\000\000\000\n\000\000\000Кë\021Xo\003 \000\000\000\000\070¼(\000ªå, *\000\000\000\000\000\000\000X¼(\000h—ë\021\034ä, Xo\003 ¨¼(\000ª\nð\b*\000\000\000t¼(\000\000\000\000\000t¼(\000\177ç, t¼(\000\000¼(\000h—ë\021p®ë\021t¼(\000\000¼(\000 ®ë\021 ÿq\023l—ë\021Dœë\021h—ë\021\027\036- Xo\003 ¨¼(\000Êç, \017\000\000\000 ®ë\021p®ë\021h—ë\021\000\000\000\000HÄ(\000\070½(\000Ãt\003 *\000\000\000\000\000\000\000ؼ(\000Ó\230& Ô¡ë\021\000\000\000\000¸\000üÿh—ë\021\000\000\000\000\000\000\000\000(½(\000‰ä\006 \000\000\000\000\000\000\000\000\006\000\000\000p®ë\021,½(\000t®ë\021 ²ë\021 ÿq\023اë\021l—ë\021\030½(\000h—ë\021t®ë\021,±ì\b8½(\000Кë\021\000\000\000\000p®ë\021h½(\000Xo\003 \000\000\000\000\000\000\000\000\230¾(\000ìßï\bHÄ(\000,±ì\bh½(\000p®ë\021\000\000\000\000\000\000\000", q_for_alignment_1 = 11428933777132189, q_for_alignment_2 = 6.8431393787369017e-308}}
      #6 0x01e6243f in QTextEngine::alignLine (this=0x13722ba8, line=...) at text\qtextengine.cpp:2843
      x = {val = 0}
      #7 0x01e6cff1 in QTextLine::cursorToX (this=0x28c548, cursorPos=0x28c530, edge=QTextLine::Leading) at text\qtextlayout.cpp:2554
      line = @0x1383fc30: {descent = {val = 384}, ascent = {val = 1728}, leading = {val = 0}, x = {val = 0}, y = {val = 0}, width = {val = 120896}, textWidth = {val = 5632}, textAdvance = {val = 5632}, from = 0, trailingSpaces = 0, length = 6, justified = 0, gridfitted = 1, hasTrailingSpaces = 0, leadingIncluded = 1}
      logClusters = 0x28c4e8
      glyph_pos = 0
      itm = 2671912
      reverse = 19
      lastItem = 9184
      visualOrder = {a = 2670648, s = 0, ptr = 0x11f2bf04, {array = "\a\000\000\000 n?\024\000\000\000\000\a\000\000\000\000\000\000\000\a\000\000\000è¿ò\021è¿ò\021\000\001\000\000ø¨ë\021\000\000\000\000\002\000\004\006\000½€\023\a\000\004\003\r±}w0Á(\000\000\000\000\000\177\000\000\000K\027<v\003 \004'(\000\000\000\000\000\000\000P\001n\020c\001\000P\030\000\000\000Шë\021Шë\021˨ë\021\000\000\000\000\000\000\000\000\000\000n\020P\001n\003à¿(\000 n?\024pÁ(\000Õq|w\v\036c\001\005\000\000\000\r±}wÁ(\000ŽWzwÃ<xwë\027<v\f\000\000\000\000\000\000\000\000\000n\020P\001n\020\000\000\000\000\000\000\000\000P\001n\020\030\000\000\000t\001n\020\070\000\000\000\000\000\000\000\004–- P\001n\020\005\000\000\000 n?\024(9„\023\005\000\000\000\070Á(\000\005\000\000\000\000\000n\020\000\000\000\000 \000\000\000PŽ|\023\000\000\000\000\002\000\004\006\210ûƒ\023\005\000\004\001\000\000\000\000\000\000n\020\000\000\000\000\177\000\000\000\070\001n\020\003 \004'\030", '\000' <repeats 11 times>, "c\001\000P\034\000\000\000\070Ž|\023\070Ž|\023\063Ž|\023\000\000\000\000\020öï\000\000\000n\020Õq|\003ÀÀ(\000þÿÿÿPÂ(\000Õq|w\v\036c\001þÿÿÿÃ<xwî<xw\f\000\000\000(\000\000\000\062Ž|\023\060Ž|\023\f\000\000\000\000\000n\020\001\000\000\000\000\000n\020\000Â(\000ú\017‚w8\001n\020Þ\017‚w{\024<v\000\000\000\000\000\000\000\000\000\000n\020\bÂ(\000\000\000\000\000(9„\023Lìï\021øÁ(\000)Nyk\000\000n\020\000\000\000\000\030Â(\000s՞kLìï\021\004\000\000\000\000\000\000\000\070ôï\021\006\000\000\000\000\000\000\000ØÂ(\000ÎE“k\006\000\000\000ÀÒì\021\000\000\000\000\b\000\000\000\r±}w\020Ã(\000ŽWzwÃ<xwk\025<v(\000\000\000\000\000\000\000\000\000n\020P\001n\020ÐÒì\021\070\000\000\000P\001n\020\060\000\000\000t\001n\020\000\000n\020\000\000\000\000\004\000\004\rP\001n\020\b\000\000\000 n?\024\003 \004'\b\000\000\000\000\000n\020\b\000\000\000P\001n\020\000\000n\020¸Â(\000€k>\024\000\000\000\000\002\000\004\006à\fl\023\b\000\004\f`’²\001\001\000\000\000\000\000\000\000\177\000\000\000XþÆk\003 \004'0\000\000\000\000\000\000\000\000\000\000\001c\001\000P\030\000\000\000Pk>\024Pk>\024Kk>\024\000\000\000\000)Ny\000\000\000n\020\000\000\000\003@Â(\000s՞kÐÃ(\000Õq|w\v\036c\001þÿÿÿÃ<xwî<xw(\000\000\000@\000\000\000Jk>\024Hk>\024(\000\000\000\000\000n\020\001\000\000\000ØÃ(\000XÃ(\000ýÜ\231k\000\000\000\000\000£ë\021XÃ(\000°Bn\020\000\000\000\000\000£ë\021ŒðÆk/q\016\002Hìï\021ÄÃ(\000\230Ã(\000v\a‚w\000\000n\020\000\000\000\000(\000\000\000\000\000n\020\001\000\000\000\004\000\000\000\000\000\000\000Hk>\024\000\000\000\000\000\000n\020àÃ(\000ú\017‚w8\001n\020Þ\017‚w›\025<v\000\000\000\000\000\000\000\000\000\000n\020ØÃ(\000\000\000\000\000Pk>\024äÃ(\001¨Ã(\000\005\000\000\000´Ä(\000Õq|w;\006c\001þÿÿÿÞ\017‚w~®}w\000\000n\020c\001\000PÃ<xw¿\022<v\000\000\000\000\000\000\000\000\000\000n\020\000\000. (Ä(\000¨ŒÜ\001Сë\021HÄ(", q_for_alignment_1 = 1459005888009338887, q_for_alignment_2 = 3.7344776315568005e-211}}
      lastLine = true
      lineEnd = 29622385
      si = 0x28c4f8
      firstItem = 326249384
      nItems = 27
      x = {val = 0}
      pos = 31875423
      attributes = 0x1e6610f <QTextLayout::lineAt(int) const+49>
      glyphs = {offsets = 0x1, glyphs = 0x28c468, advances_x = 0x6b9b253f <QBasicAtomicPointer<QMutexData>::testAndSetRelease(QMutexData*, QMutexData*)+63>, advances_y = 0x6bc6fd54, justifications = 0x1, attributes = 0x1, numGlyphs = 1808203092}
      l = 0
      levels = {a = 2670360, s = 300655056, ptr = 0x28bf3c "°Bn\020<þ(", {array = "(¿(\000ò¤, l—ë\021\000\000\000\000\070þ(\000Сë\021,±ì\b,±ì\bX¿(\000‰Úì\bHÄ(\000HÄ(\000X¿(\000°Bn\020<þ(\000\067\000\000\000\000\000\000\000Сë\021\000\000\000\000,±ì\bÈÃ(\000+´ì\bСë\021HÄ(\000lÆ(\000è¿(\000\001\000\000\000\000\000\000\000ÿÿÿÿè¿ò\021\000\000\000\000\070Æò\021ÿÿÿÿ \022ë\021", '\000' <repeats 22 times>, "@\000\000\000\000\000\000\"@\000\000\000\000\000€@@@¦¦kyþè\001\000\000\000\000\001\000\000\000\001\000\000\000\a\000\000\000\r±}w°À(\000ŽWzwÃ<xwË\026<v \000\000\000\000\000\000\000\000\000n\020P\001n\020\001\000\000\000`\fð\021\070þ(\000(\000\000\000t\001n\020", q_for_alignment_1 = 661084604608331560, q_for_alignment_2 = 1.7766926307057251e-264}}
      #8 0x020e6eb1 in QTextLine::cursorToX (this=0x28c548, cursorPos=0, edge=QTextLine::Leading) at text/qtextlayout.h:233
      No locals.
      #9 0x01e9eb6f in QTextCursorPrivate::setX (this=0x143e6b50) at text\qtextcursor.cpp:146
      block = {p = 0x11f00c60, n = 27}
      layout = 0x137cba88
      pos = 0
      line = {index = 0, eng = 0x13722ba8}
      #10 0x01ea1d19 in QTextCursor::setPosition (this=0x28c5cc, pos=2361, m=QTextCursor::MoveAnchor) at text\qtextcursor.cpp:1174
      _PRETTY_FUNCTION_ = "void QTextCursor::setPosition(int, QTextCursor::MoveMode)"
      #11 0x00402221 in TextEdit::contentsChanged (this=0x28fdd0, a=2361, b=0, c=1) at ..\textedit\textedit.cpp:152
      cursor = {d = {d = 0x143e6b50}}
      #12 0x00408643 in TextEdit::qt_static_metacall (_o=0x28fdd0, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x28c710) at debug\moc_textedit.cpp:146
      _t = 0x28fdd0
      #13 0x6b934b3c in QMetaObject::activate (sender=0x11f00c40, signalOffset=3, local_signal_index=0, argv=0x28c710) at kernel\qobject.cpp:3479
      receiverInSameThread = true
      sw = {receiver = 0x28fdd0, previousSender = 0x0, currentSender = {sender = 0x11f00c40, signal = 3, ref = 1}, switched = true}
      callFunction = 0x4085e0 <TextEdit::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
      receiver = 0x28fdd0
      method_relative = 0
      c = 0x11f2cf18
      last = 0x11f2cf18
      locker = {val = 1808203092}
      connectionLists = {connectionLists = 0x11f2cc00}
      list = 0x11f2cd58
      signal_index = 3
      empty_argv = {0x0}
      currentThreadId = 0x524
      _PRETTY_FUNCTION_ = "static void QMetaObject::activate(QObject*, int, int, void**)"
      #14 0x6b9344de in QMetaObject::activate (sender=0x11f00c40, m=0x20f385c, local_signal_index=0, argv=0x28c710) at kernel\qobject.cpp:3354
      No locals.
      #15 0x01ff567f in QTextDocument::contentsChange (this=0x11f00c40, _t1=2361, _t2=0, _t3=1) at .moc\debug_shared\moc_qtextdocument.cpp:334
      _a = {0x0, 0x28c730, 0x28c734, 0x28c738}
      #16 0x01e85376 in QTextDocumentPrivate::finishEdit (this=0x11f00c60) at text\qtextdocument_p.cpp:1219
      q = 0x11f00c40
      changedCursors = p = {static shared_null = {ref = {atomic = {_q_value = -1, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x20f385c}, d = 0x20f385c}}
      #17 0x01e852ae in QTextDocumentPrivate::endEditBlock (this=0x11f00c60) at text\qtextdocument_p.cpp:1203
      No locals.
      #18 0x01ea3f7d in QTextCursor::insertBlock (this=0x11f00ba0, format=..., _charFormat=...) at text\qtextcursor.cpp:2052
      charFormat = {<QTextFormat> = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x214d1c0, data = 0x214dda0, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x11efa200}, format_type = 2}, <No data fields>}
      #19 0x01ea3eaf in QTextCursor::insertBlock (this=0x11f00ba0, format=...) at text\qtextcursor.cpp:2029
      charFmt = {<QTextFormat> = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x214d1c0, data = 0x214dda0, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x11ec98d8}, format_type = 2}, <No data fields>}
      #20 0x01ea3e58 in QTextCursor::insertBlock (this=0x11f00ba0) at text\qtextcursor.cpp:2014
      No locals.
      #21 0x0907bdd8 in QWidgetTextControlPrivate::keyPressEvent (this=0x11f00b58, e=0x28db50) at widgets\qwidgettextcontrol.cpp:1252
      q = 0x11f00b38
      #22 0x0907a9a9 in QWidgetTextControl::processEvent (this=0x11f00b38, e=0x28db50, matrix=..., contextWidget=0x11efeba0) at widgets\qwidgettextcontrol.cpp:962
      d = 0x11f00b58
      #23 0x0907a8c1 in QWidgetTextControl::processEvent (this=0x11f00b38, e=0x28db50, coordinateOffset=..., contextWidget=0x11efeba0) at widgets\qwidgettextcontrol.cpp:922
      m = {_m11 = 1, _m12 = 0, _m21 = 0, _m22 = 1, _dx = 0, _dy = 0}
      #24 0x092069be in QTextEditPrivate::sendControlEvent (this=0x11eff438, e=0x28db50) at widgets/qtextedit_p.h:99
      No locals.
      #25 0x0905e069 in QTextEdit::keyPressEvent (this=0x11efec48, e=0x28db50) at widgets\qtextedit.cpp:1286
      d = 0x11eff438
      tif = {i = 19}
      #26 0x08efd265 in QWidget::event (this=0x11efec48, event=0x28db50) at kernel\qwidget.cpp:7907
      k = 0x28db50
      res = false
      d = 0x11eff438
      #27 0x08ffb74e in QFrame::event (this=0x11efec48, e=0x28db50) at widgets\qframe.cpp:534
      result = 17
      #28 0x09071c3d in QAbstractScrollArea::event (this=0x11efec48, e=0x28db50) at widgets\qabstractscrollarea.cpp:1116
      d = 0x11eff438
      #29 0x0905d4c5 in QTextEdit::event (this=0x11efec48, e=0x28db50) at widgets\qtextedit.cpp:1049
      d = 0x11eff438
      #30 0x08ecda89 in QApplicationPrivate::notify_helper (this=0x106e42b0, receiver=0x11efec48, e=0x28db50) at kernel\qapplication.cpp:3442
      consumed = false
      #31 0x08ecb62c in QApplication::notify (this=0x28fe38, receiver=0x11efec48, e=0x28db50) at kernel\qapplication.cpp:2882
      w = 0x1
      gw = 0x1
      isWidget = true
      key = 0x28db50
      def = true
      pr = {wp = {d = 0x11effec0, value = 0x11efec48}}
      isGraphicsWidget = false
      d = 0x106e42b0
      _PRETTY_FUNCTION_ = "virtual bool QApplication::notify(QObject*, QEvent*)"
      res = false
      #32 0x6b90a742 in QCoreApplication::notifyInternal (this=0x28fe38, receiver=0x11efec48, event=0x28db50) at kernel\qcoreapplication.cpp:871
      threadData = 0x106e78c0
      loopLevelCounter = {threadData = 0x106e78c0}
      result = false
      cbdata = {0x11efec48, 0x28db50, 0x28d557}
      d = 0x11eff438
      #33 0x092053f9 in QCoreApplication::sendSpontaneousEvent (receiver=0x11efec48, event=0x28db50) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:235
      No locals.
      #34 0x08f1430d in QWidgetWindow::handleKeyEvent (this=0x11ec4f90, event=0x28db50) at kernel\qwidgetwindow.cpp:501
      receiver = 0x11efec48
      #35 0x08f131e6 in QWidgetWindow::event (this=0x11ec4f90, event=0x28db50) at kernel\qwidgetwindow.cpp:151
      No locals.
      #36 0x08ecda89 in QApplicationPrivate::notify_helper (this=0x106e42b0, receiver=0x11ec4f90, e=0x28db50) at kernel\qapplication.cpp:3442
      consumed = 119
      #37 0x08ecb42b in QApplication::notify (this=0x28fe38, receiver=0x11ec4f90, e=0x28db50) at kernel\qapplication.cpp:2845
      d = 0x106e42b0
      _PRETTY_FUNCTION_ = "virtual bool QApplication::notify(QObject*, QEvent*)"
      res = false
      #38 0x6b90a742 in QCoreApplication::notifyInternal (this=0x28fe38, receiver=0x11ec4f90, event=0x28db50) at kernel\qcoreapplication.cpp:871
      threadData = 0x106e78c0
      loopLevelCounter = {threadData = 0x106e78c0}
      result = false
      cbdata = {0x11ec4f90, 0x28db50, 0x28dad7}
      d = 0x11f81868
      #39 0x02049175 in QCoreApplication::sendSpontaneousEvent (receiver=0x11ec4f90, event=0x28db50) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:235
      No locals.
      #40 0x01dbab2e in QGuiApplicationPrivate::processKeyEvent (e=0x11ec6ef0) at kernel\qguiapplication.cpp:1557
      window = 0x11ec4f90
      ev = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x2158908, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bb8a300, data = 0x6bb8b740, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 6, posted = 0, spont = 1, m_accept = 1, reserved = 5}, modState = {i = 0}, ts = 108410}, txt = {static null = {<No data fields>}

      , d = 0x137cba58}, k = 16777220, nScanCode = 28, nVirtualKey = 13, nModifiers = 0, c = 0, autor = 0}
      #41 0x01db9c4d in QGuiApplicationPrivate::processWindowSystemEvent (e=0x11ec6ef0) at kernel\qguiapplication.cpp:1268
      _PRETTY_FUNCTION_ = "static void QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)"
      #42 0x01db0760 in QWindowSystemInterface::sendWindowSystemEventsImplementation (flags=...) at kernel\qwindowsysteminterface.cpp:581
      event = 0x11ec6ef0
      nevents = 1
      #43 0x01db06ed in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at kernel\qwindowsysteminterface.cpp:561
      No locals.
      #44 0x6285ca79 in QWindowsGuiEventDispatcher::sendPostedEvents (this=0x106e9cf8) at qwindowsguieventdispatcher.cpp:86
      No locals.
      #45 0x6b950168 in qt_internal_proc (hwnd=0x190c9a, message=1025, wp=0, lp=0) at kernel\qeventdispatcher_win.cpp:429
      localSerialNumber = 635
      msg = {hwnd = 0x190c9a, message = 1025, wParam = 0, lParam = 0, time = 1804927980, pt = {x = 0, y = 0}}
      q = 0x106e9cf8
      dispatcher = 0x106e9cf8
      result = 0
      d = 0x106e9658
      #46 0x771062fa in USER32!OffsetRect () from C:\Windows\syswow64\user32.dll
      No symbol table info available.
      #47 0x00190c9a in ?? ()
      No symbol table info available.
      #48 0x00000401 in ?? ()
      (anonymous namespace)::qt_free_tls_dtor_instance_ =

      {<No data fields>}

      qt_adopted_qthreads =

      {d = 0x6ba6a640}
      qt_current_thread_data_tls_index = 31
      qt_adopted_thread_watcher_mutex = {<QBasicMutex> = {d_ptr = {_q_value = 0x0}}, <No data fields>}
      qt_adopted_thread_watcher_id = 0
      qt_adopted_thread_wakeup = 0x0
      qt_adopted_thread_handles = {d = 0x6ba6a640}

      #49 0x00000000 in ?? ()
      No symbol table info available.
      warning: (Internal error: pc 0x187 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x187 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x187 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x187 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x167 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x167 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x167 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x167 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x167 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x1f in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x1 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x1 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x1 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x1 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x1 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x400 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x400 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x400 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x400 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x400 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            ddobrev Dimitar Dobrev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes