News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

i get Cannot access memory at address 0xffffffef when i try to use the debugger

Started by codinglexernewbie, December 27, 2021, 03:12:09 AM

Previous topic - Next topic

codinglexernewbie

I get Cannot access memory at address 0xffffffef when i try to use the debugger on a stack<int>.top(), is it impossible or just an error with my compiler setup?

BlueHazzard

Operating system? GDB version?

Does GDB/Codeblocks crash, or is this a valid error message from gdb?

What are you trying to debug?
Is the stack filled? Because if there are no items, top() will return an invalid reference, probably undefined behavior....