[fpc-devel] access vialoation while rebuilding compiler
Florian Klaempfl
florian at freepascal.org
Sun Jan 10 14:23:58 CET 2010
dmitry boyarintsev schrieb:
> Hello All
>
> I've been trying to modify the patch:
> http://bugs.freepascal.org/view.php?id=15163
> so it can be accepted.
>
> But I've ran into a strange bug.
>
> I'm using r14593 compiler + int_asm_darwin.patch applied (from the link above).
> Go to ogbase.pas and comment or erase "indirect : string;"(line 152)
>
> after that "make OS_TARGET=i386" or building a lazarus pp.lpr project.
> fails with the following backtrace:
>
> Compiling symdef.pas
> Fatal: Compilation aborted
> An unhandled exception occurred at $00011F85 :
> EAccessViolation : Access violation
> $00011F85
> $00070FD4
> $00085A10
> $000B495E
> $0005ECB8
> $0005F693
> $000B4BB5
> $000B604D
> $000AC629
> $000AC758
> $000AC784
> $00146C4A
> $00149573
> $001471AF
> $0014B520
> $0014B531
> $0014B531
>
> Any suggestions?
Could you use a compiler with line info?
More information about the fpc-devel
mailing list