Re: Bizarre out of memory bug
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Gallatin