Hi Dave and all I still have some problems with module symbols on ia64. (I built crash 4.0-3.17 + 4.0-3.17-to-4.0-3.18.patch). It seems that when I run the commans: mod -s <module name> the text symbol addresses are not the ones provided by kallsyms. Any idea ? Thanks in advance. Xavier Traces ------------------------------------------------------------------------------------------------------------------------------------- # ./crash /boot/vmlinux-2.6.18-B64k.1.7 crash 4.0-3.17 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc. ... GNU gdb 6.1 ... This GDB was configured as "ia64-unknown-linux-gnu"... KERNEL: /boot/vmlinux-2.6.18-B64k.1.7 DUMPFILE: /dev/mem CPUS: 8 DATE: Fri Feb 2 10:25:27 2007 UPTIME: 13 days, 16:26:51 LOAD AVERAGE: 0.75, 0.66, 0.58 TASKS: 286 NODENAME: xxx RELEASE: 2.6.18-B64k.1.7 VERSION: #1 SMP Fri Jan 5 14:05:06 CET 2007 MACHINE: ia64 (1599 Mhz) MEMORY: 63.9 GB PID: 17276 COMMAND: "crash" TASK: e000002025600000 [THREAD_INFO: e000002025600f40] CPU: 7 STATE: TASK_RUNNING (ACTIVE) crash> sym -l |grep rpc_execute a000000207d34a80 (t) __rpc_execute a000000207d351e0 (t) rpc_execute a000000207d5a590 (?) rpc_execute a000000207d5bde0 (r) __ksymtab_rpc_execute a000000207d5c6d0 (r) __kstrtab_rpc_execute a000000207d5cab0 (r) __kcrctab_rpc_execute crash> disas rpc_execute No symbol "rpc_execute" in current context. crash> mod -s sunrpc MODULE NAME SIZE OBJECT FILE a000000207d82280 sunrpc 414976 /lib/modules/2.6.18-B64k.1.7/kernel/net/sunrpc/sunrpc.ko crash> disas rpc_execute Dump of assembler code for function rpc_execute: 0xa000000207d5ac10 <rpc_execute+0>: [MII] break.m 0x0 0xa000000207d5ac11 <rpc_execute+1>: break.i 0x0 0xa000000207d5ac12 <rpc_execute+2>: break.i 0x0 ... End of assembler dump. crash> disas 0xa000000207d351e0 0xa000000207d35200 # This one is OK Dump of assembler code from 0xa000000207d351e0 to 0xa000000207d35200: 0xa000000207d351e0: [MMI] nop.m 0x0;; 0xa000000207d351e1: alloc r34=ar.pfs,5,4,0 0xa000000207d351e2: mov r33=b0 0xa000000207d351f0: [MMI] nop.m 0x0 0xa000000207d351f1: mov r35=r1 0xa000000207d351f2: adds r17=208,r32;; End of assembler dump. crash> Dave Anderson wrote: - Enhancement to the "mod" command to expand the number of section |
-- Crash-utility mailing list Crash-utility@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/crash-utility