Does it occur with 2.1.126pre2ac2 ?
> [vps@phoenix]/usr/src/linux-2.1.125/scripts$ ./ksymoops /System.map < trace
> Using `/System.map' to map addresses to symbols.
>
> >>EIP: c4846320 cannot be resolved
> Trace: c4846383
> Trace: c4845663
> Trace: c0122ba3 <__fput+1f/48>
General comment here, traces without module symbols are useless, but a lot
of people dont know how to extract module symbols. If you use
insmod -m module >symbolfile
You can then look the module symbols up and see where it crashed. You need
to do this each time you load a module as it may change position on reloads
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/