OpenSolaris

Printable Version Enter a New Search
Bug ID 6743399
Synopsis mdb_vwrite() is listed as interface, but unavailable
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:mdb
Keywords
Responsible Engineer Rod Evans
Reported Against snv_96
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_101
Fixed In snv_101
Release Fixed solaris_nevada(snv_101)
Related Bugs 6683064 , 6790576
Submit Date 1-September-2008
Last Update Date 22-October-2008
Description
In my mdb module, we try to use mdb_vwrite()

At link time, get 

Undefined                       first referenced
 symbol                             in file
mdb_vwrite                          dmod/qlc.o

Yet, this is listed in the Solaris Modular Debugger Guide as an available interface

If I read the make file correctly, I believe the problem is in
usr/src/cmd/mdb/common/modules/conf/mapfile-extern

mdb_vwrite is not listed as an exported interface
Work Around
N/A
Comments
N/A