[fpc-pascal] Re: fcl-passrc package question about source file and line number info
Seth Grover
sethdgrover at gmail.com
Mon Jul 16 23:42:59 CEST 2012
> I should have fixed both problems you found. Please test, rev 21922.
> Michael.
It did fix those problems, but there's still a problem in the release
given the following unit with a finalization section:
===========================================
unit testlib;
interface
implementation
finalization
if Assigned(hello) then begin
end;
end.
===========================================
Same sort of issue, it segfaults in the FreeAndNil of the TPasModule.
The problem with the double-parsed code in the except block appears to
be fixed now, though.
-SG
--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidental.
Seth Grover
More information about the fpc-pascal
mailing list