Opened 14 years ago

Closed 14 years ago

#5069 closed bug (fixed)

iprowifi4965 panics with "unknown type"

Reported by: tqh Owned by: colin
Priority: normal Milestone: R1
Component: Network & Internet/Wireless Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by tqh)

Upon boot with a free network in range, and with firmware in correct place (wasn't before) the driver panics.

Stacktrace as img, boils down to:
m_free
m_freem
sta_input
ieee80211_input_all
iwn_rx_intr

Tested on hrev34429.

Attachments (1)

panic_unknown_type.gif (75.3 KB ) - added by tqh 14 years ago.
Stacktrace

Download all attachments as: .zip

Change History (4)

by tqh, 14 years ago

Attachment: panic_unknown_type.gif added

Stacktrace

comment:1 by tqh, 14 years ago

Description: modified (diff)

comment:2 by tqh, 14 years ago

Description: modified (diff)
Version: R1/alpha1R1/Development

comment:3 by colin, 14 years ago

Resolution: fixed
Status: newclosed

This bug is related to the addition of the page sized cluster cache. In function mb_free_ext the handling of this cache was forgotten.

Fixed in hrev34433.

Note: See TracTickets for help on using tickets.