> 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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to