[fpc-devel]Version 1.0.6 Prerelease is out !
Klaus Hartnegg
klaus.hartnegg at zfn-brain.uni-freiburg.de
Thu Apr 4 18:39:51 CEST 2002
Some more dos106 problems (all in dos window of win98,
because I could not install it in plain dos):
ide does not save position of window with contents of debug/output
although auto save desktop is activated
this does not compile (incorrect error "duplicate identifier")
var
i : byte;
{$IFDEF DEBUG}
i : word;
{$ENDIF}
begin
writeln ('hello, world!');
end.
ide crashes about every second time I try to compile something,
or more precise when I try to jump to the position of a syntax error
when that's in another big file (unit),
here's another screen output that I could grab:
FPC double exception, exiting due to signal 000D
FPC General Protection Fault at eip=0015DCD2
eax=90909090 ebx=003F0000 ecx=00000000 edx=00000010 esi=003F939C
edi=90909090
ebp=0058D834 esp=0058D810 program=C:\PRG\FPC106\BIN\GO32V2\FP.EXE
cs: sel=00A7 base=83535000 limit=005AFFFF
ds: sel=00AF base=83535000 limit=005AFFFF
es: sel=00AF base=83535000 limit=005AFFFF
fs: sel=00CF base=00000000 limit=0010FFFF
gs: sel=00CF base=00000000 limit=0010FFFF
ss: sel=00AF base=83535000 limit=005AFFFF
sorry for the many bad news, but there's also a very
good one: an extremely complex source compiled perfect after
just a few tiny changes and produced the correct result,
so the base must be extremely good, there's just a few
things left to polish up a bit, then it's great,
but the many ide crashes are a nuisance, unfortunately
I can not find a clearly reproducable situation.
Klaus
More information about the fpc-devel
mailing list