Re: close() hangs when closing a kqueue in 10.5 only
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com
Thank you, Graham. But I've been clicking and clacking for 10 minutes but still can't find the source code for close() in libsystem or xnu. If anyone could take my hand for the first couple steps in finding this I'd appreciate it.
At least in 10.6.x, you want ${XNU}/bsd/kern/kern_descrip.c. Although I think you might find that there are enough levels involved that tracking down the core issue might be difficult. If it was up to me ... well, I might consider attaching a kernel debugger to the system in question and seeing what the process was hanging on, but I can understand why you might not want to go to that much trouble. --Ken _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Ken Hornstein