Mail Archives: djgpp/1999/03/28/08:28:10
On Sat, 27 Mar 1999, BartMan wrote:
> Call frame traceback EIPs:
> 0x0000b715 ___dj_movedata+33
> 0x00002b2b _VM_GetBack__FiiUsUsPUs+135, line 239 of cr_pm.cc
> 0x00004367 _main+123, line 162 of cr_pm.cc
> 0x00004957 ___crt1_startup+115
>
> D:\FLAKI\KOMP\GCC\WORK!\POINT>symify -o err p.exe
>
> (this General Prot. Fault isn't important, because this is a bug in my
> program, but it shows place of an error)
>
> !!!Hey! -> 0x00002b2b _VM_GetBack__FiiUsUsPUs+135, line 239 of
> cr_pm.cc
>
> A BUG! A procedure VM_GetBack() is in my video unit - cr_vm.cc file!
> Line number is correct, but file name is not correct.
> A cr_pm.cc file is main file, which is VM_GetBack() called from.
There's not enough info in your message to decide whether this is a
bug or not. For example, if `VM_GetBack' is an inline function, then
the traceback is correct. You need to disassemble the code to see how
GCC actually compiled that.
- Raw text -