> Is there a way in mdb to specify the library path (similar to pathmap in dbx) > so I can open the application core on target systems that doesn't have to be > running at the same patch level as the system where the application core > dumped..
MDB does not presently have such a pathmap feature. However, in Solaris 10 we provided a much better solution to this problem in that by default, all of the library content (text section etc.) is included directly in the application core files, and MDB will process it from there as opposed to looking externally in the filesystem. Thus no pathmap is ever needed. (for those interested in this feature, you can tune the corefile content manually using the coreadm utility -- see coreadm(1M) for more information) -Mike -- Mike Shapiro, Solaris Kernel Development. blogs.sun.com/mws/