[OpenAFS] OpenAFS 1.2.10 + kernel 2.4.23

Derrick J Brashear shadow@dementia.org
Mon, 8 Dec 2003 12:28:22 -0500 (EST)


On Mon, 8 Dec 2003, Holger Naundorf wrote:

> Ok,
> here are the ksyoops backtraces of my kernel fault, as requested...
> I hope I did it right, this is my first try at oops-tracing :)
>
> Using the ksym file dumped by syslog at the time of the crash (this did
> not contain module info for whatever reason):

syslog dumps a ksym file now? news to me, but i admit to not paying
attention.

is your afs module somewhere under /lib/modules/2.4.23? if not i suspect
that's why we didn't get symbols other than offsets. unfortunately i don't
know how/if you can tell ksymoops to look elsewhere. i'm unsure if putting
a copy of the module in /lib/modules/2.4.23 somewhere will help, but if
you're willing to do that and try this again:

> ksymoops 2.4.1 on i686 2.4.23.  Options used
>      -v /usr/src/linux-2.4.23/vmlinux (specified)
>      -k /tmp/ksyms.2 (specified)
>      -l /proc/modules (default)
>      -o /lib/modules/2.4.23/ (default)
>      -m /boot/System.map-2.4.23 (default)

you might get a more useful backtrace.