Re: single machine debugging?/advice for noob on OS X panic analysis
(Catching up on mailing lists....) In article <mailman.16700.1099335141.424.darwin-kernel@lists.apple.com>, Eric R Johnson <ericrjohnson@mac.com> wrote:
I'm trying to lend a hand in troubleshooting a persistent kernel panic problem that's associated with the open source p2p bittorrent client, Azureus. In the past, I've done a little crash analysis on Solaris but I'm new to OS X and have alot of questions. If you're going to be annoyed by noob questions, please delete. Thanks in advance to anyone that can help.
Azureus is written in Java and uses direct memory access for some of its networking and disk functions.
Try running it with the java.nio.preferSelect property set to true. When that property is false (the default), Java uses kqueue rather than select for certain operations and may (rarely) run into problems like the one you're seeing. Hope this helps, Eric _______________________________________________ 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)
-
Eric Albert