Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 10:39:33 +0300
From:      Nikos Vassiliadis <nvass9573@gmx.com>
To:        freebsd-virtualization@freebsd.org
Subject:   VIMAGE + NDIS
Message-ID:  <4CA04A35.5030107@gmx.com>

next in thread | raw e-mail | index | archive | help
Hello,

I am seeing a kernel panic with VIMAGE and NDIS. My wifi card needs NDIS
and I need VIMAGE :)

It is easily producible. Associate with an AP, run dhclient and then
change the SSID to something random.

#10 0xc0978200 in rt_dispatch (m=0xc764ad00, sa=0x0) at 
/usr/src/sys/net/rtsock.c:1374
1374            if (V_loif)
(kgdb) list
1369                    }
1370                    *(unsigned short *)(tag + 1) = sa->sa_family;
1371                    m_tag_prepend(m, tag);
1372            }
1373    #ifdef VIMAGE
1374            if (V_loif)
1375                    m->m_pkthdr.rcvif = V_loif;
1376            else {
1377                    m_freem(m);
1378                    return;
(kgdb)


Is there something I could try? Anything? I am using 8-STABLE and
I really want a VIMAGE enabled kernel.

Thanks for any insights(and patches),

Nikos



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CA04A35.5030107>