Dennis Clarke wrote:
> as I suspected .. a type casting problem.
> 
> Looks like there is a fix and there is an engineer but the other bugid
> is not updated with the info. Or the two bugids are unrelated. Not
> likely .. that looks to be the issue right there.
> 
> I'll try a build .. or .. no .. how the heck do I build a new kernel
> in OpenSolaris 200805 ?

IIRC, you must use SXCE to compile the onnv-gate bits.

I guess a quick hack is to use (x)emacs, edit the
32-bit files /kernel/kmdb/genunix and /usr/lib/mdb/kvm/genunix.so
and overwrite the string "Free (freelist)  %16llu"
with "Free (freelist)  %16lu ".  I've not tried this, but
I think it should work. Should mess up the alignment
because on 'l' is replace by a space, though.

Maybe replace with "Free (freelist)  %#16lu"...
--

This message posted from opensolaris.org

_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to