Looks like that assertion fails because the preceeding call to i_ddi_attach_pseudo_node() by the caller returned NULL. Looking at http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/os/devcfg.c#6311 there are two reasons why that could happen: failure to obtain the major number or failure to attach the pseudo node.
Unless there's a way to get a backtrace without a dump (and without kmdb or other neat tools, I presume), I suppose you get to sprinkle printf calls around until you find out what's happening. This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
