Open the file again in gdb, but do not run it,

For each of the addresses from the trace do

info line  *0x100222C11

should (hopefully return something like)
Line 692 of "../win/sysutils.pp" starts at address 0x428421 <CONVERTERAYEARSTRING+97>
   and ends at 0x428431 <CONVERTERAYEARSTRING+113>.

and also do  (this time no "*")
info symbol 0x100222C11

which might give an anvwer like
FORMS_TSCREEN_$__MONITORFROMRECT$RECT$TMONITORDEFAULTTO$$TMONITOR + 48 in section .text


 $0000000100222C11
  $00000001000776AC
  $0000000100001787
  $00000001001B6FBE
  $00000001000027F4
  $0000000100007208


On 10/02/2015 18:58, FreeMan wrote:
I attached results

On 10.02.2015 19:33, Mattias Gaertner wrote:
On Tue, 10 Feb 2015 19:17:06 +0200
FreeMan<[email protected]>  wrote:

>I attached results
Please try this:

gdb lazbuild
break FPC_RAISEEXCEPTION
run <your params>
..
bt

Mattias



--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to