[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with ffi/forwardInvocation and exception handling on OpenSol
From: |
Saso Kiselkov |
Subject: |
Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris |
Date: |
Mon, 28 Jun 2010 17:12:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The reason is that I didn't want to litter my code with legacy
constructs like NS_DURING/NS_HANDLER/NS_ENDHANDLER. I'm working on a
commercial multi-server video streaming system which is inteded to be
portable, and clean code is very important. From a purely practical
standpoint, I could try and go back to legacy exceptions, however, I
don't think that that's a very good strategy in the long run, if I plan
to continue support for Solaris in the future. I'd also like Solaris to
be a fully supported platform on GNUstep in the future, so that's why
I'd rather have this problem sorted out earlier than later.
BR,
- --
Saso
On 06/28/2010 04:58 PM, Richard Frith-Macdonald wrote:
>
> On 28 Jun 2010, at 15:48, Saso Kiselkov wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Do you think that it would be possible to use a different/newer libobjc
>> on Solaris? At this point I'm desperate for any solution, short of
>> rewriting my code to not use DO at all.
>
> Is there a reason why you are using native exceptions? If not, then the easy
> workaround is simply to disable them and use the normal exception handling
> mechanism.
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkwou/cACgkQRO8UcfzpOHCr7QCghTqcAbBgf1SrguV7ZIjS1O1c
pwMAn2qtNquXaOg1M4gVwplMyCUQA2wM
=TfbX
-----END PGP SIGNATURE-----
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, (continued)
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, Saso Kiselkov, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, David Chisnall, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, Saso Kiselkov, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, David Chisnall, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, Saso Kiselkov, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, David Chisnall, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, Saso Kiselkov, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, Saso Kiselkov, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, Saso Kiselkov, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris, Richard Frith-Macdonald, 2010/06/28
- Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris,
Saso Kiselkov <=