Memory View Causes Segfault Eclipse C/C++

Viewed 34

I'm having a really annoying issue with Eclipse C/C++. I'm trying to test out the built in memory viewer included with the debugger, but when I try to view the value at an address my program crashes.

For my example, I just made a basic integer x and a pointer to it, y.

enter image description here

As you can see, I then took the address of x and tried to view it in the memory viewer. As soon as But as soon as I hit OK, my program terminated.

enter image description here

-1073741819 exit code on my system is a Segfault. Anyone have an idea what's causing this?

0 Answers
Related