Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. plg_vac.cpp:317
  2.  
  3. connect(m_client.data(), &Jreen::Client::secureDataMessage, this, &VacPluginImpl::onSecureDataMessage);
  4. _____________________________________________________________________________________________________________
  5. Console output:
  6.  
  7. HEAP[VACMultiIM.exe]: Invalid address specified to RtlValidateHeap( 01350000, 060B4F08 )
  8. Debug Assertion Failed!
  9.  
  10. Program: ...hat\VACMultiIM\src\VACMultiIM\VACMultiIM\debug\VACMultiIM.exe
  11. File: f:\dd\vctools\crt\crtw32\misc\dbgheap.c
  12. Line: 1322
  13. _____________________________________________________________________________________________________________
  14.  
  15. Call stack:
  16.  
  17. Expression: _CrtIsValidHeapPointer(pUserData)
  18.  
  19. 0 _free_dbg_nolock MSVCR120D 0x1e5d14d
  20. 1 _free_dbg MSVCR120D 0x1e5cffe
  21. 2 free MSVCR120D 0x1e5e57e
  22. 3 QArrayData::deallocate qarraydata.cpp 122 0x66778d14
  23. 4 QTypedArrayData<QObjectPrivate::ConnectionList>::deallocate qarraydata.h 222 0x66a7d150
  24. 5 QVector<QObjectPrivate::ConnectionList>::freeData qvector.h 484 0x66a7dfee
  25. 6 QVector<QObjectPrivate::ConnectionList>::reallocData qvector.h 561 0x66a7ffff
  26. 7 QVector<QObjectPrivate::ConnectionList>::resize qvector.h 382 0x66a809e6
  27. 8 QObjectPrivate::addConnection qobject.cpp 373 0x66a761e0
  28. 9 QObjectPrivate::connectImpl qobject.cpp 4634 0x66a767fd
  29. 10 QObject::connectImpl qobject.cpp 4576 0x66a750a3
  30. 11 QObject::connect<void (__thiscall Jreen::Client::*)(Jreen::JID,QByteArray),void (__thiscall vmim::vac::VacPluginImpl::*)(Jreen::JID,QByteArray)> qobject.h 239 0x830bcc6
  31. 12 vmim::vac::VacPluginImpl::VacPluginImpl plg_vac.cpp 317 0x82eea07
  32. 13 vmim::vac::VacPluginFactory::Create plg_vac.cpp 138 0x82d4c18
  33. 14 PluginsManager::connectUser pluginsManager.cpp 188 0xad4188
  34. 15 PluginsManager::connectUsers pluginsManager.cpp 91 0xad3a91
  35. 16 main main.cpp 276 0xa5c436
  36. 17 WinMain qtmain_win.cpp 112 0xbf421d
  37. 18 __tmainCRTStartup crtexe.c 618 0xbf1f3f
  38. 19 WinMainCRTStartup crtexe.c 466 0xbf1ced
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement