Re: What's this error mean
Re: What's this error mean
- Subject: Re: What's this error mean
- From: "Alastair J.Houghton" <email@hidden>
- Date: Wed, 30 Jul 2003 17:38:34 +0100
On Wednesday, July 30, 2003, at 04:47 pm, Fei Li wrote:
Hello all,
I have a strange problem. I have an application put in application
folder which runs very well before. But one day it can't run and give
a error message "Window Server[405]: ERROR!
execute(/Applications/Myapp.app/Contents/MacOS/Myapp) return, err =
22".
I'm trying to find what's the "err = 22" mean, but find nothing.
If anybody have any idea about this. By the way I'm always confused by
this kind of error messages. They always give the error code which I
don't know the meaning. If someone can direct me to some documentation
about this?
Try entering "man 2 intro" in Terminal. A lot of the error codes have
quite generalised meanings; if you call a BSD function and find errno
set to one of these values, the manual page for the function usually
gives a more specific explanation of what the error code in question
means in the context of that function. For example, 22 is EINVAL,
which means that someone passed an invalid argument to a function...
but it doesn't tell us any more than that.
Kind regards,
Alastair.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.