Hi Eric, On 09/16/05 17:27, Eric Schrock wrote: > Gavin - > > MDB sets a number of internal breakpoints in rtld in order to catch > loading of libraries and such. See pt_rtld_event() and pt_post_attach() > in usr/src/cmd/mdb/common/mdb/mdb_proc.c. However, this is supposed to > be transparent: MDB should notice the new library, do whatever's > necessary, and then continue on without interrupting the user > experience. I'm not sure what's going on in this case, but it's > probably worth investigating. Does it also stop if you use ":c" to > continue over the dlopen() call?
Nope, with :c it storms through the dlopen and hits my next and expected breakpoint. Thanks Gavin