Messages in this thread |  | | Date | Mon, 17 Dec 2001 09:29:05 -0800 | From | Andrew Morton <> | Subject | Re: 2.4.17-rc1 kernel panic at boot |
| |
BURJAN Gabor wrote: > > Hello, > > I have a problem with booting 2.4.17-rc1 on a RS/6000 (43P-140), when > Vortex support is compiled into the kernel. > > ... > > >>NIP; c0264050 <vortex_probe1+394/cbc> <===== > Trace; c0263f28 <vortex_probe1+26c/cbc>
That's a big function, unfortunately. Could you please do the following?
In the top-level makefile, add the line:
CFLAGS += -g
right at the end. Then rebuild the kernel, recreate the crash, then run:
gdb vmlinux (gdb) l *0xc0264050
(Assuming that this is still the NIP address after you've rebuilt).
This should point us at the source code where the problem is occurring.
Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |