dzianis97 / iwidarwin

Automatically exported from code.google.com/p/iwidarwin
0 stars 0 forks source link

3945 using 80211 code crashes in ::free() #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. activate 3945 80211 code
2. load module
3. if super::start() fails, it will crash is super::free()

I've done a bit of debugging and added some IOLog() calls to get proper
output. It gets through the ::free() call all the way up to the call to
super::free() and then panics in super::free().

I am going to add a boolean so it doesn't call super::free() if
super::start() fails. Then I'm going to do some work to find out why
super::start() is failing.

What version of iwi are you using?
latest SVN

Use the getlogscommand (see downloads) script to capture the driver logs
and post it here.

If you get a kernel panic (driver load or using networkselector):
- boot with option -s
- type sh etc/rc
- wait for the driver finish loading
- call networkselector
- take a picture of the screen and post it

Original issue reported on code.google.com by dshadoww...@gmail.com on 14 Jan 2009 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by jalav...@gmail.com on 12 Jun 2009 at 1:06