[Crash-utility] crash: cannot resolve "init_task_union"

Sachin P. Sant sachinp at in.ibm.com
Thu Jan 4 12:05:17 UTC 2007


Hi Dave,

I am facing some problem while running crash on a live system. The machine
is a uniprocessor machine [ Arch is powerpc ]

Crash fails with error crash: cannot resolve "init_task_union"

Some debugging shows that crash fails to read idle tasks related
information from per cpu runqueues data structure. The per cpu 
runqueue dosen't seems to be having proper values.

Breakpoint 2, get_idle_threads (tasklist=0x106bd3f0, nr_cpus=1) at task.c:5189
5189            BZERO(tasklist, sizeof(ulong) * NR_CPUS);
(gdb) n
....
....
(gdb) n
5206                            tasklist[i] = ULONG(runqbuf + OFFSET(runqueue_idle));
(gdb) n
5208                            if (IS_KVADDR(tasklist[i]))
(gdb) print /x tasklist[i]
$1 = 0xd00000000
(gdb)     

I am attaching crash -d4 output here.


Thanks
-Sachin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: crash.log
Type: text/x-log
Size: 721676 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20070104/24a3bc01/attachment.bin>


More information about the Crash-utility mailing list