On 06/08/09 20:08, Paul B. Henson wrote:
On Mon, 8 Jun 2009, Eric Schrock wrote:

quite suspicious.  I would set a breakpoint in logpage_selftest_analyze()
in MDB and do something (after stepping over the pushl/movl to setup the
stack frame) like:

Hmm... I'm afraid I'm not too familiar with mdb. Looks like most of the
quick intro guides are more geared towards debugging kernel crash dumps.
I'll play with it and see if I can get what you're asking for.

Another thing you could do is set a breakpoint there and then run "::gcore" which should dump a core that I could then look at. You'd want to do:

$ mdb testprog
> ::bp logpage_selftest_analyze
> ::run <diskname>
-breakpoint hit-
> ::gcore

You can then send the core directly to me and I'll poke around.

- Eric

--
Eric Schrock, Fishworks                    http://blogs.sun.com/eschrock
_______________________________________________
fm-discuss mailing list
fm-discuss@opensolaris.org

Reply via email to