Kristin Amundsen writes:
> tcp_do_getsockname+0xea(ffffff1a81d94980, ffffff091a3a2238,
> ffffff003e581e6c)
> tcp_getsockname+0x21(ffffff1a81d94780, ffffff091a3a2238, ffffff003e581e6c,
> ffffff096223c388)

File a bug.  Your system seems to have died here:

static int
tcp_do_getsockname(tcp_t *tcp, struct sockaddr *sa, uint_t *salenp)
{
[...]
                        } else {
-->                             sin6->sin6_addr = tcp->tcp_ip6h->ip6_src;

... because tcp->tcp_ip6h was NULL.  It's some sort of IPv6 problem,
possibly related to the fix for CR 6795817.

-- 
James Carlson, Solaris Networking              <james.d.carlson at sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

Reply via email to