Panteleev16s
New member
- Joined
- Jun 25, 2007
- Messages
- 4
- Reaction score
- 0
**Crashing on C++: Fixing that gnarly segmentation fault**
Hey folks, so I'm working on a C++ project and I'm stuck on this one bug that's driving me crazy - it's a segmentation fault and I have no idea why it's happening. I've tried debugging, checked my code for null pointers, and even looked at the stacktrace, but I just can't nail down what's causing it. Anyone else encounter this and have some tips to share?
Hey folks, so I'm working on a C++ project and I'm stuck on this one bug that's driving me crazy - it's a segmentation fault and I have no idea why it's happening. I've tried debugging, checked my code for null pointers, and even looked at the stacktrace, but I just can't nail down what's causing it. Anyone else encounter this and have some tips to share?