[Lazarus] another fatal eror

Martin Frb lazarus at mfriebe.de
Tue Feb 10 20:16:45 CET 2015


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<freeman35 at delphiturkiye.com>  wrote:
>>
>>> >I attached results
>> Please try this:
>>
>> gdb lazbuild
>> break FPC_RAISEEXCEPTION
>> run <your params>
>> ..
>> bt
>>
>> Mattias
>
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20150210/2edee213/attachment-0003.html>


More information about the Lazarus mailing list