[Adium-devl] Let's abandon disk images
Ofri Wolfus
ofri.wolfus at gmail.com
Sat Mar 31 21:42:40 UTC 2007
It doesn't seem so. exec just returns (in errno) ENOTSUP which means
(supposedly) "operation not supported". fork() on the other hand may
just cause you problems if you don't exec, as the new process might
still share some resources with its parent. Or at least that's what I
understood from your link :)
- Ofri
- - - - - - - - - - - - - - - - - - -
http://www.dpompa.com
- - - - - - - - - - - - - - - - - - -
On 01/04/2007, at 00:10, Evan Schoenberg wrote:
>
> On Mar 31, 2007, at 5:04 PM, Graham Booker wrote:
>
>> For some reason, OS X applications do not like you to do an exec.
>> If you already started running NSApplication, the exec tends to
>> just fail. You have to do a fork/exec instead. Annoying, but true.
>
> Perhaps you can't do just an exec() for the same reason you can't
> do just a fork()?
>
> http://lists.apple.com/archives/cocoa-dev/2005/Jan/msg00676.html
>
> -Evan
>
> _______________________________________________
> Adium-devl mailing list
> Adium-devl at adiumx.com
> http://adiumx.com/mailman/listinfo/adium-devl_adiumx.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20070401/92598396/attachment-0001.html>
More information about the devel
mailing list