[fpc-pascal] re: thanks for major signal handling fix
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed May 20 22:11:38 CEST 2009
On 20 May 2009, at 22:01, Jonas Maebe wrote:
> The problem you have right now is that the program and each of your
> libraries each contain their own copy of the exception class, and
> therefore do not recognise (Pascal) exceptions raised by any of the
> others.
Well, that and the fact that moreover each library/program contains
its own exception stack rather than a single shared one (although that
could in theory already be solved by implementing eh-frame-based
exception handling. Not that this would be so much easier than
implementing packages support. Neither is particularly trivial.
Jonas
More information about the fpc-pascal
mailing list