Click here to Skip to main content
15,896,915 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow does the Windows Explorer status bar know file details? Pin
Xiphias323-Nov-08 7:42
Xiphias323-Nov-08 7:42 
Questionconverting float[][] to float** in function params Pin
Chesnokov Yuriy23-Nov-08 5:04
professionalChesnokov Yuriy23-Nov-08 5:04 
QuestionRe: converting float[][] to float** in function params Pin
CPallini23-Nov-08 8:23
mveCPallini23-Nov-08 8:23 
AnswerRe: converting float[][] to float** in function params Pin
Chesnokov Yuriy23-Nov-08 19:22
professionalChesnokov Yuriy23-Nov-08 19:22 
QuestionCheck windows workstation is locked or not Pin
masaniparesh22-Nov-08 22:25
masaniparesh22-Nov-08 22:25 
AnswerRe: Check windows workstation is locked or not Pin
fantasy121522-Nov-08 23:34
fantasy121522-Nov-08 23:34 
AnswerRe: Check windows workstation is locked or not [modified] Pin
Jijo.Raj23-Nov-08 1:00
Jijo.Raj23-Nov-08 1:00 
Questionaccess violation exception dump debug Pin
George_George22-Nov-08 17:31
George_George22-Nov-08 17:31 
Hello everyone,

I am debugging an access violation exception dump (code xxxxxxxx access violation for memory address, exception code 0x00000005). It is 32-bit x86 code release version. I have used the command dd to examine the memory address (not code address) which reports access violaton. The content of the address is displayed as ???????? in debugger.

I double checked for the memory, it does not belong to any stack (using thread window to iterate all thread stack address space) memory address space, does not belong to any binary code (using load model window to verify).

My question is, for memory address which reports access violation and which content is ????????,

1. is it the memory address not allocated (or reserved) in current process virtual memory space?
2. or the memory address deleted? I have made some test that for the memory deleted on heap, its content will be marked with 0xfe, not ?. But I am not sure whether when the heap memory is recycled by OS memory mamagement system, it will be remarked as ????????
3. Or something else possible?


thanks in advance,
George
AnswerRe: access violation exception dump debug Pin
Hamid_RT22-Nov-08 18:13
Hamid_RT22-Nov-08 18:13 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 18:30
George_George22-Nov-08 18:30 
GeneralRe: access violation exception dump debug Pin
Hamid_RT22-Nov-08 18:39
Hamid_RT22-Nov-08 18:39 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 19:43
George_George22-Nov-08 19:43 
GeneralRe: access violation exception dump debug Pin
Hamid_RT22-Nov-08 20:29
Hamid_RT22-Nov-08 20:29 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 20:34
George_George22-Nov-08 20:34 
GeneralRe: access violation exception dump debug Pin
Hamid_RT22-Nov-08 21:23
Hamid_RT22-Nov-08 21:23 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 22:01
George_George22-Nov-08 22:01 
GeneralRe: access violation exception dump debug Pin
Hamid_RT23-Nov-08 3:25
Hamid_RT23-Nov-08 3:25 
GeneralRe: access violation exception dump debug Pin
Cedric Moonen22-Nov-08 21:54
Cedric Moonen22-Nov-08 21:54 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 22:03
George_George22-Nov-08 22:03 
GeneralRe: access violation exception dump debug Pin
Cedric Moonen22-Nov-08 22:11
Cedric Moonen22-Nov-08 22:11 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 22:19
George_George22-Nov-08 22:19 
GeneralRe: access violation exception dump debug Pin
Cedric Moonen22-Nov-08 22:35
Cedric Moonen22-Nov-08 22:35 
GeneralRe: access violation exception dump debug Pin
Code-o-mat23-Nov-08 1:17
Code-o-mat23-Nov-08 1:17 
AnswerRe: access violation exception dump debug Pin
Stephen Hewitt23-Nov-08 1:39
Stephen Hewitt23-Nov-08 1:39 
QuestionCTreeCtrl's expand button become small Pin
throne88822-Nov-08 16:50
throne88822-Nov-08 16:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.