Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. 0 LibObject::lh_callback LibObject.cpp 53 0x46882a
  2. 1 LH_QtObject::callback LH_QtObject.h 65 0x15a60116
  3. 2 LH_QtSetupItem::refresh LH_QtSetupItem.h 65 0x15a4e4d3
  4. 3 LH_Qt_int::setMaximum LH_Qt_int.h 73 0x15a5e686
  5. 4 LH_Dial::changeSelectedNeedle LH_Dial.cpp 873 0x15a3cf1d
  6. 5 LH_Dial::addNeedle LH_Dial.cpp 180 0x15a37a82
  7. 6 LH_Dial::setNeedles LH_Dial.h 162 0x15a5c843
  8. 7 LH_MonitoringDial::updateNeedles LH_MonitoringDial.cpp 102 0x15a34d28
  9. 8 LH_MonitoringDial::changeItemSelection LH_MonitoringDial.h 33 0x15a51634
  10. 9 LH_MonitoringDial::qt_metacall moc_LH_MonitoringDial.cpp 92 0x15a463fe
  11. 10 LH_CoreTempDial::qt_metacall moc_LH_CoreTempDial.cpp 64 0x15a46888
  12. 11 QMetaObject::metacall qmetaobject.cpp 237 0x6a205ff8
  13. 12 QMetaObject::activate qobject.cpp 3278 0x6a2167b0
  14. 13 LH_QtSetupItem::changed moc_LH_QtSetupItem.cpp 122 0x15a44601
  15. 14 LH_QtSetupItem::setup_change LH_QtSetupItem.cpp 59 0x15a092a7
  16. 15 LH_Qt_QStringList::setup_change LH_Qt_QStringList.h 87 0x15a5195f
  17. 16 LH_QtObject::setup_change LH_QtObject.cpp 168 0x15a09c85
  18. 17 obj_setup_change LH_QtObject.cpp 65 0x15a0968c
  19. 18 LibObject::obj_setup_change LibObject.cpp 231 0x46a0a0
  20. 19 LibObject::event LibObject.cpp 519 0x46bc1e
  21. 20 LibInstance::event LibInstance.cpp 139 0x42cdb1
  22. 21 QApplicationPrivate::notify_helper qapplication.cpp 4462 0x1e6bd88
  23. 22 QApplication::notify qapplication.cpp 3862 0x1e696da
  24. 23 QCoreApplication::notifyInternal qcoreapplication.cpp 731 0x6a201540
  25. 24 QCoreApplication::sendEvent qcoreapplication.h 215 0x6a268258
  26. 25 QCoreApplicationPrivate::sendPostedEvents qcoreapplication.cpp 1372 0x6a2025eb
  27. 26 qt_internal_proc qeventdispatcher_win.cpp 497 0x6a2248e7
  28. 27 USER32!OffsetRect C:\Windows\syswow64\user32.dll 0 0x768462fa
  29. 28 ?? 0 0x49c04d6
  30. 29 USER32!IsWindow C:\Windows\syswow64\user32.dll 0 0x76846d3a
  31. 30 qt_fast_timer_proc qeventdispatcher_win.cpp 429 0x6a22467e
  32. 31 USER32!AnyPopup C:\Windows\syswow64\user32.dll 0 0x768477c4
  33. 32 ?? 0
  34.  
  35.  
  36. Analysis:
  37.  
  38. #18 is a obj_setup_change for "Core Temp Dial [2]", "Value Item"
  39.  
  40. I think somewhere in all that clearing, updating and changing needle data, it changes something, which in turn causes another obj_setup_change
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement