[uClibc] kern.debug kernel: NWFPE: iwconfig[736] takes exception 00000002 at c014d5cc from 40054594

Stephan Henningsen sth at amplex.dk
Tue Jun 21 11:14:02 UTC 2005


Ralph Siemsen wrote:
> Nope, its not the driver.  Its a divide-by-zero (on a float or double) 
> within the iwconfig application (or a library it links, like libm). 
> Should be pretty easy to find with gdb.

I think I've found the cause:  A module returned 0 to iwconfig, which 
then in turn tried to / with it.  I hacked the driver to always
return something useful, and then it all went away.

-- 
Stephan Henningsen



More information about the uClibc mailing list