 |
 |
Error log, what does this log message mean?
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2003
Location: United States
Status:
Offline
|
|
Hello,
I've been getting problems with some of the apps from starting, and they all have this same log message,
Sep 29 03:13:16 XOXO-XOXO-Computer WindowServer[445]: ERROR! execle(/Applications/mlMac.app/Contents/MacOS/mlMac) returned, err=22
What does this mean? anyway to fix this?
Thanks... I can't figure this out...
Ming
(Last edited by nobitacu; Sep 29, 2003 at 05:02 AM.
)
|
|
A Proud Mac User Since: 03/24/03
Apple Computer: MacBook 2.0GHz Intel Core 2 Duo, 3 GB Memory, 120 GB HD
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Feb 2002
Location: USA
Status:
Offline
|
|
Hugs and kisses 
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2003
Location: United States
Status:
Offline
|
|
Originally posted by sideus:
Hugs and kisses
Hehehe, yup.  I like my computer's name.
Ming
|
|
A Proud Mac User Since: 03/24/03
Apple Computer: MacBook 2.0GHz Intel Core 2 Duo, 3 GB Memory, 120 GB HD
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Dec 2001
Location: Atlanta, GA, USA
Status:
Offline
|
|
Originally posted by nobitacu:
Hello,
I've been getting problems with some of the apps from starting, and they all have this same log message,
Sep 29 03:13:16 XOXO-XOXO-Computer WindowServer[445]: ERROR! execle(/Applications/mlMac.app/Contents/MacOS/mlMac) returned, err=22
I'm not sure what error 22 is. According to the execle man page:
Code:
ERRORS
Execl(), execle(), execlp() and execvp() may fail and set errno for any
of the errors specified for the library functions execve(2) and
malloc(3).
I doubt your error is malloc() related (memory allocation), so the next place to look is execve man page 2. There I found this:
Code:
ERRORS
Execve() will fail and return to the calling process if:
[ENOTDIR] A component of the path prefix is not a directory.
[ENAMETOOLONG] A component of a pathname exceeded {NAME_MAX} charac-
ters, or an entire path name exceeded {PATH_MAX} char-
acters.
[ENOENT] The new process file does not exist.
[ELOOP] Too many symbolic links were encountered in translat-
ing the pathname.
[EACCES] Search permission is denied for a component of the
path prefix.
[EACCES] The new process file is not an ordinary file.
[EACCES] The new process file mode denies execute permission.
[EACCES] The new process file is on a filesystem mounted with
execution disabled (MNT_NOEXEC in <sys/mount.h>).
[ENOEXEC] The new process file has the appropriate access per-
mission, but has an invalid magic number in its
header.
[ETXTBSY] The new process file is a pure procedure (shared text)
file that is currently open for writing or reading by
some process.
[ENOMEM] The new process requires more virtual memory than is
allowed by the imposed maximum (getrlimit(2)).
[E2BIG] The number of bytes in the new process's argument list
is larger than the system-imposed limit. The limit in
the system as released is 20480 bytes (NCARGS in
<sys/param.h>).
[EFAULT] The new process file is not as long as indicated by
the size values in its header.
[EFAULT] Path, argv, or envp point to an illegal address.
[EIO] An I/O error occurred while reading from the file sys-
tem.
So, one of these is your error, but there is no mapping of codes to canonical names here. I suspect the problem is related to EACCES. Can you open a terminal and do the following:
Code:
ls -l /Applications/mlMac.app/Contents/MacOS/
Please post the result here. That may clear it right up.
|
|
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2003
Location: United States
Status:
Offline
|
|
Thanks so much for the info, I typed this in my terminal "ls -l /Applications/mlMac.app/Contents/MacOS/" and I got this back from it.
total 2304
-rw-r--r-- 1 ming staff 1179016 Sep 18 23:52 mlMac
Is this what you're looking for? because it doesn't make any sense to me.
Please help...
Thanks,
Ming
|
|
A Proud Mac User Since: 03/24/03
Apple Computer: MacBook 2.0GHz Intel Core 2 Duo, 3 GB Memory, 120 GB HD
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|