Access violation at the end of the program
- From: Hunter <Igal.Hunter@xxxxxxxxx>
- Date: Tue, 28 Aug 2007 13:50:51 -0000
Hi all,
I got this str-r-r-range problem, at the end of my program I get an
access violation. Not, while the AV itself isn't a strange thig,
what's strange is WHEN i get it. It get it after the last RETURN is
executed. I mean, the program runs, and does exactly what it's
supposed to, but crushes at the very end of it. Using the debugger, I
found that after the cpoletion of it's last line, which is the exiting
"return" the execution jumps to some strange locatin, where all the
memory slots are full of ??, and that's when the exception pop-up
jumps.
The pop-up says: "The instruction at "0x00007478" referenced memory at
"0x00007478". The memory could not be "read".
Does anyone have any idea about "why" that could happen and how can I
fix it?
Also, if it would help, I could just post here the whole program, it's
not big, about 2 pages of text.
Thanks.
.
- Follow-Ups:
- Re: Access violation at the end of the program
- From: Hunter
- Re: Access violation at the end of the program
- Prev by Date: Re: Real time clock with millisecond resolution <newb>
- Next by Date: Re: Access violation at the end of the program
- Previous by thread: fstream "write" faster than Windows "WriteFile"
- Next by thread: Re: Access violation at the end of the program
- Index(es):
Relevant Pages
|