<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><br>
Open the file again in gdb, but do not run it,<br>
<br>
For each of the addresses from the trace do<br>
<br>
info line *0x100222C11<br>
<br>
should (hopefully return something like)<br>
Line 692 of "../win/sysutils.pp" starts at address 0x428421
<CONVERTERAYEARSTRING+97><br>
and ends at 0x428431 <CONVERTERAYEARSTRING+113>.<br>
<br>
and also do (this time no "*")<br>
info symbol 0x100222C11<br>
<br>
which might give an anvwer like<br>
FORMS_TSCREEN_$__MONITORFROMRECT$RECT$TMONITORDEFAULTTO$$TMONITOR
+ 48 in section .text<br>
<br>
<br>
<blockquote type="cite"> $0000000100222C11<br>
$00000001000776AC<br>
$0000000100001787<br>
$00000001001B6FBE<br>
$00000001000027F4<br>
$0000000100007208<br>
</blockquote>
<br>
<br>
On 10/02/2015 18:58, FreeMan wrote:<br>
</div>
<blockquote cite="mid:54DA54E9.2050301@delphiturkiye.com"
type="cite">I attached results
<br>
<br>
On 10.02.2015 19:33, Mattias Gaertner wrote:
<br>
<blockquote type="cite">On Tue, 10 Feb 2015 19:17:06 +0200
<br>
FreeMan<a class="moz-txt-link-rfc2396E" href="mailto:freeman35@delphiturkiye.com"><freeman35@delphiturkiye.com></a> wrote:
<br>
<br>
<blockquote type="cite">>I attached results
<br>
</blockquote>
Please try this:
<br>
<br>
gdb lazbuild
<br>
break FPC_RAISEEXCEPTION
<br>
run <your params>
<br>
..
<br>
bt
<br>
<br>
Mattias
<br>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
</blockquote>
<br>
</body>
</html>