Sorry for the long response time and for any deficiencies in the earlier posts (was in a hurry).

I did a dump of debug and it turns out that the problem occurs in place where an object of type QColor in StyleHelper is creating.

Backtrace:
Qt Code:
  1. Thread 1 (Thread 3884.0xf8c):
  2. #0 QColor::QColor (this=0x447040) at c:/Qt/4.8.5/include/QtGui/../../src/gui/painting/qcolor.h:280
  3. No locals.
  4. #1 0x00416fb5 in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at ..\Source\3rdParty\stylehelper.cpp:71
  5. No locals.
  6. #2 0x00416fdb in _GLOBAL__sub_I__ZN5Utils11StyleHelper15sidebarFontSizeEv () at ..\Source\3rdParty\stylehelper.cpp:248
  7. No locals.
  8. #3 0x0041cb2a in __do_global_ctors ()
  9. No symbol table info available.
  10. #4 0x00000094 in ?? ()
  11. RGB_MASK = 16777215
  12. #5 0x0022fef8 in ?? ()
  13. No symbol table info available.
  14. #6 0x7c817067 in RegisterWaitForInputIdle () from C:\WINDOWS\system32\kernel32.dll
  15. No symbol table info available.
  16. #7 0x00000000 in ?? ()
  17. No symbol table info available.
  18. warning: (Internal error: pc 0x93 in read in psymtab, but not in symtab.)
  19.  
  20. warning: (Internal error: pc 0x93 in read in psymtab, but not in symtab.)
  21.  
  22. warning: (Internal error: pc 0x93 in read in psymtab, but not in symtab.)
To copy to clipboard, switch view to plain text mode