Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. What did I get in the call stack???

What did I get in the call stack???

Scheduled Pinned Locked Moved C / C++ / MFC
data-structuresquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chaos Lawful
    wrote on last edited by
    #1

    When I was debugging a multi-threaded program, it generated a unhandled exception and I got the following call stack: NTDLL! 77fcbaac() KERNEL32! 77e665d6() CNoTrackObject::operator new(unsigned int 4) line 84 + 12 bytes CThreadLocal<_AFX_CTL3D_THREAD>::CreateObject() line 190 + 34 bytes CThreadLocalObject::GetData(CNoTrackObject * (void)* 0x5f496dc0 CThreadLocal<_AFX_CTL3D_THREAD>::CreateObject(void)) line 404 + 3 bytes CThreadLocal<_AFX_CTL3D_THREAD>::GetData() line 173 + 13 bytes CThreadLocal<_AFX_CTL3D_THREAD>::operator _AFX_CTL3D_THREAD *() line 183 + 15 bytes AfxInitThread() line 272 + 10 bytes _AfxThreadEntry(void * 0x0235fc78) line 73 _threadstartex(void * 0x1ab86af8) line 212 + 13 bytes KERNEL32! 77e6758a() Could anyone tell me why it got into those functions?:confused: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups