Hi, I''m trying to be progressive and do all my driver debugging using dtrace. The problem I''m having is that when the driver panics, because my debug output was not being logged to the console, I cannot see it since the terminal I''m running dtrace in froze when the box panicked. Is there any way to dig out probe information post-mortem from within kmdb? Paul -- Paul Durrant http://www.linkedin.com/in/pdurrant
Paul, There is a chapter on postmortem tracing in the Solaris Dynamic Tracing Guide. Chip Paul Durrant wrote:> Hi, > > I''m trying to be progressive and do all my driver debugging using > dtrace. The problem I''m having is that when the driver panics, because > my debug output was not being logged to the console, I cannot see it > since the terminal I''m running dtrace in froze when the box panicked. > Is there any way to dig out probe information post-mortem from within > kmdb? > > Paul >
On 4/26/07, Chip Bennett <cbennett at laurustech.com> wrote:> > There is a chapter on postmortem tracing in the Solaris Dynamic Tracing > Guide. >Ah yes. Sorry - didn''t get that far through the manual. Guess I need to read it cover-to-cover :-) Paul -- Paul Durrant http://www.linkedin.com/in/pdurrant