Re: Bizarre out of memory bug
Re: Bizarre out of memory bug
- Subject: Re: Bizarre out of memory bug
- From: Andrew Gallatin <email@hidden>
- Date: Wed, 25 May 2005 17:00:46 -0400 (EDT)
Can you run ktrace on it?
I'd do this:
1) Login via the Bonjour name. Don't type any commands.
2) Login via the IP address.
3) Find the PID of the login from Bonjour.
You can use the 'tty' command to exclude the current session combined
with 'ps ax | grep tcsh' in the ssh session coming from the IP.
4) Ktrace the tsch shell from the Bonjour login:
ktrace -di $PID_OF_TSCH_FROM_BONJOUR
5) type "ls" in the Bojour tcsh shell.
6) Use kdump to find what operation failed.
Run kdump | less and search for the "out of memory" string.
Drew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden