>Running: dlmgmtd -d
>(process id 7860)
>stopped in priv_vlist at line 384 in file "privlib.c"
>  384       priv_set_t *pset = priv_allocset();
>(dbx) dump
>priv = 0x5c4 "<bad address 0x5c4>"
>ap = 0xfffffd7fffdfe960
>pset = 0x81c
>(dbx) list +20
>  384       priv_set_t *pset = priv_allocset();
>  385       const char *priv;
>  386  
>  387       if (pset == NULL)
>  388           return (NULL);
>  389  
>  390       priv_emptyset(pset);
>  391  
>  392       while ((priv = va_arg(ap, const char *)) != NULL) {
>  393           if (priv_addset(pset, priv) < 0) {
>  394               priv_freeset(pset);
>  395               return (NULL);
>  396           }
>  397       }
>  398       return (pset);
>  399   }
>  400  
>
>I'm hoping to fix this tonight..


Is that something which is broken on Solaris/OpenSolaris (is this function
never called in 64 bit mode?)

Casper

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to