Click here to Skip to main content
15,879,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Pixels - char (difficult) Pin
Jim Crafton22-Apr-03 4:40
Jim Crafton22-Apr-03 4:40 
GeneralCrash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 3:39
dandy7222-Apr-03 3:39 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
Tim Smith22-Apr-03 3:53
Tim Smith22-Apr-03 3:53 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 4:28
dandy7222-Apr-03 4:28 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
Tim Smith22-Apr-03 4:42
Tim Smith22-Apr-03 4:42 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 5:10
dandy7222-Apr-03 5:10 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
Tim Smith22-Apr-03 6:19
Tim Smith22-Apr-03 6:19 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 8:13
dandy7222-Apr-03 8:13 
Yeah, the one entitled "rva+base". Given my crash address (0x00459113), here's what I have:

(...)
0001:00058080 __mbsrchr 00459080 f LIBC:mbsrchr.obj
0001:000580e0 _memcpy 004590e0 f LIBC:memcpy.obj
0001:00058415 __onexit 00459415 f LIBC:onexit.obj
(...)

...so the crash seems to occur in memcpy().

I understand the mapping back to the file/line number in Wouter's article...however in my case I don't have anything close to 0x00058113 (or close to that range) in the section where the .MAP file iterates through each source file (in the bottom half of the .MAP file). I'm wondering if there might be another offset I have to take into account that wasn't discussed in the article...my assumption is that I should be able to find an entry similar to:

nnn 0001:00058xxx

...where nnn is the line number in the source file being mapped.

I hope my description is a little clearer.

GeneralRe: Crash address, doesn't exist in .MAP file Pin
Tim Smith22-Apr-03 9:03
Tim Smith22-Apr-03 9:03 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 10:46
dandy7222-Apr-03 10:46 
Questionwhere can I find a tutorial about raw socket programming? Pin
George222-Apr-03 3:34
George222-Apr-03 3:34 
AnswerRe: where can I find a tutorial about raw socket programming? Pin
valikac22-Apr-03 9:05
valikac22-Apr-03 9:05 
GeneralRe: where can I find a tutorial about raw socket programming? Pin
George222-Apr-03 16:28
George222-Apr-03 16:28 
AnswerRe: where can I find a tutorial about raw socket programming? Pin
Phil Hamer22-Apr-03 12:50
Phil Hamer22-Apr-03 12:50 
GeneralRe: where can I find a tutorial about raw socket programming? Pin
George222-Apr-03 16:28
George222-Apr-03 16:28 
GeneralRe: where can I find a tutorial about raw socket programming? Pin
Phil Hamer22-Apr-03 17:14
Phil Hamer22-Apr-03 17:14 
GeneralC++ related Pin
John-theKing22-Apr-03 3:11
John-theKing22-Apr-03 3:11 
GeneralRe: C++ related Pin
Paul D'hertoghe22-Apr-03 3:39
professionalPaul D'hertoghe22-Apr-03 3:39 
GeneralRe: C++ related Pin
Jim Crafton22-Apr-03 4:41
Jim Crafton22-Apr-03 4:41 
GeneralOnWndMsg(),OnCommand(),OnCmdMsg() Pin
Member 25731522-Apr-03 2:31
Member 25731522-Apr-03 2:31 
GeneralRe: OnWndMsg(),OnCommand(),OnCmdMsg() Pin
David Crow22-Apr-03 5:26
David Crow22-Apr-03 5:26 
GeneralUnresolved Externals: Class Template Pin
yprog22-Apr-03 2:11
yprog22-Apr-03 2:11 
GeneralRe: Unresolved Externals: Class Template Pin
Hans Ruck22-Apr-03 3:35
Hans Ruck22-Apr-03 3:35 
GeneralProgrammatically click a CListCtrl row Pin
Snakebyte22-Apr-03 1:57
Snakebyte22-Apr-03 1:57 
GeneralRe: Programmatically click a CListCtrl row Pin
Rage22-Apr-03 5:14
professionalRage22-Apr-03 5:14 

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.