Re: [fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Jonas Maebe
On 20 May 2009, at 22:13, Micha Nelissen wrote: Jonas Maebe wrote: 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) exceptio

Re: [fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Marco van de Voort
In our previous episode, Micha Nelissen said: > Jonas Maebe wrote: > > 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 (Pasc

Re: [fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Micha Nelissen
Jonas Maebe wrote: 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

Re: [fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Jonas Maebe
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 more

[fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Seth Grover
Jonas, Thank you very much for the explanation. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.free

Re: [fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Jonas Maebe
On 20 May 2009, at 21:50, Seth Grover wrote: Imagine this scenario. I have an FPC-compiled executable (fpcprog) and two FPC-compiled shared object libraries (libfpc1.so and libfpc2.so). Each of which installs its own set of signal handlers: That's not possible. Per process, Unix only supports

[fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Seth Grover
Actually, looking closer at this fix (bug 12704, fixed in rev 13077), it might not be exactly what I was expecting it to be. Maybe somebody could clear up something I've been thinking about for a while now. Imagine this scenario. I have an FPC-compiled executable (fpcprog) and two FPC-compiled sha