what means bytes in the stack trace of c++ application

0

i got a crash dump and a stack trace for an app on windows 2012 r2 and the stack trace line ends up with function + N bytes. What bytes / offset means? Could it be used to identify the line in the source code of the function that crashed? For example below what means 6092 bytes? It is not the line number

I see that in other application crash the offset is in hexal base.

app.exe caused exception C0000005 (EXCEPTION_ACCESS_VIOLATION) at 000000009067B6BC

Register dump:

Crash dump successfully written to file 'C:\Program Files\App\appcrash.dmp'

Stack Trace: 0x000000009067B6BC (0xA95C44A0 0xA86FCE60 0xA95C44A0 0x00000008) app.exe, appFunction1()+6092 bytes

c++
windows
windbg
asked on Stack Overflow Oct 11, 2019 by TonyI • edited Oct 11, 2019 by Jabberwocky

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0