Re: check pending callouts

2012-07-28 Thread Ryan Stone
On Sat, Jul 28, 2012 at 2:15 AM, Jason Hellenthal wrote: > You should be able to dtrace that out and uncover whats going on with a > little intellect. > > The D language itself might take a little learning but it would be worth > your while to pick it up now instead of later. Actually, D isn't a

Re: check pending callouts

2012-07-27 Thread Jason Hellenthal
On Fri, Jul 27, 2012 at 02:59:37PM -0700, Adarsh Joshi wrote: > Hi, > > Is there a way to check pending callouts? > I mean, like a command or utility, or do I have to panic the kernel and check > it at the debugger prompt? > You should be able to dtrace that out and uncover whats going on with