<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Badari Pulavarty wrote:
<blockquote TYPE=CITE>On Tue, 2006-04-25 at 14:42 -0400, Dave Anderson
wrote:
<br>> Badari Pulavarty wrote:
<br>>
<br>> > Hi,
<br>> >
<br>> > I get following crash warnings on x86-64 machine. Wondering why
?
<br>> > And also, its not showing stacks correctly.
<br>> >
<br>> > Thanks,
<br>> > Badari
<br>> >
<br>> >  # ./crash /var/log/dump/2006-04-24-08:02/vmcore  /usr/src/linux/vmlinux
<br>> >
<br>> > crash 4.0-2.23
<br>> > Copyright (C) 2002, 2003, 2004, 2005, 2006  Red Hat, Inc.
<br>> > Copyright (C) 2004, 2005, 2006  IBM Corporation
<br>> > Copyright (C) 1999-2006  Hewlett-Packard Co
<br>> > Copyright (C) 2005  Fujitsu Limited
<br>> > Copyright (C) 2005  NEC Corporation
<br>> > Copyright (C) 1999, 2002  Silicon Graphics, Inc.
<br>> > Copyright (C) 1999, 2000, 2001, 2002  Mission Critical Linux,
Inc.
<br>> > This program is free software, covered by the GNU General Public
<br>> > License,
<br>> > and you are welcome to change it and/or distribute copies of it
under
<br>> > certain conditions.  Enter "help copying" to see the conditions.
<br>> > This program has absolutely no warranty.  Enter "help warranty"
for
<br>> > details.
<br>> >
<br>> > GNU gdb 6.1
<br>> > Copyright 2004 Free Software Foundation, Inc.
<br>> > GDB is free software, covered by the GNU General Public License,
and you
<br>> > are
<br>> > welcome to change it and/or distribute copies of it under certain
<br>> > conditions.
<br>> > Type "show copying" to see the conditions.
<br>> > There is absolutely no warranty for GDB.  Type "show warranty"
for
<br>> > details.
<br>> > This GDB was configured as "x86_64-unknown-linux-gnu"...
<br>> >
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> > WARNING: possibly bogus exception frame
<br>> >       KERNEL: /usr/src/linux/vmlinux
<br>> >     DUMPFILE: /var/log/dump/2006-04-24-08:02/vmcore
<br>> >         CPUS: 2
<br>> >         DATE: Mon Apr 24
08:02:03 2006
<br>> >       UPTIME: 00:06:31
<br>> > LOAD AVERAGE: 0.00, 0.00, 0.00
<br>> >        TASKS: 63
<br>> >     NODENAME: elm3a242
<br>> >      RELEASE: 2.6.16-20-smp
<br>> >      VERSION: #1 SMP Mon Apr 10 04:51:13
UTC 2006
<br>> >      MACHINE: x86_64  (3000 Mhz)
<br>> >       MEMORY: 4.6 GB
<br>> >        PANIC: "SysRq : Trigger
a crashdump"
<br>> >          PID: 0
<br>> >      COMMAND: "swapper"
<br>> >         TASK: ffffffff80335340 
(1 of 2)  [THREAD_INFO:
<br>> > ffffffff8045c000]
<br>> >          CPU: 0
<br>> >        STATE: TASK_RUNNING (ACTIVE)
<br>> >
<br>> > crash> bt
<br>> > PID: 0      TASK: ffffffff80335340 
CPU: 0   COMMAND: "swapper"
<br>> >  #0 [ffffffff8045dee8] schedule at ffffffff802cf6fa
<br>>
<br>> It's hard to debug this from here, but...
<br>>
<br>> Two things look strange, (1) it's not finding the proper starting
<br>> point for the panicking (?) idle thread -- and possibly not even
finding
<br>> the correct panic task, and (2) the "possibly bogus exception
<br>> frame" messages are due to the x86_64.c x86_64_eframe_verify()
<br>> function finding something irregular in the exception frames (the
<br>> pt_regs) of several processes while it made a search of all
<br>> possible processes for the panic task.
<br>>
<br>> I would guess that if you do a "foreach bt", you will see the
<br>> "possibly bogus" messages associated with the user-space
<br>> exception frames of all user-space generated processes
<br>> (i.e. not kernel threads).  It would be interesting to see what
<br>> those frames look like, and why they are considered strange,
<br>> probably a new cs or ss value that's never been used before?
<br>>
<br>> As far as the determination of the panic task, I'm presuming
<br>> that this was generated from a kdump dumpfile.  The netdump.c
<br>> get_netdump_panic_task() function, which has a bunch of
<br>> kdump-specific code, is failing to find the panic task from the
<br>> data in the ELF header notes.  Running "crash -d1 ..." will
indicate
<br>> how crash is trying to determine the panic task.  I don't know
<br>> whether the idle task was even the one that took the sysrq,
<br>> or whether it just defaulted to that task because it couldn't find
<br>> any other likely suspects.  You'll have to debug it from your
<br>> end, starting from get_netdump_panic_task().
<br>>
<br>> Dave
<p>Dave,
<p>I added little debug and found that  x86_64_eframe_verify() returns
<br>FALSE to due to  !(rflags & 0x2)  (rflags = 0x200 in
this dump).
<p>Given that "crash" runs fine on live machine, I am going to assume
<br>that its a problem with kdump format for now :(
<br> </blockquote>
<tt>No -- wait -- please don't!    ;-)</tt><tt></tt>
<p><tt>If you are saying that when you do a "foreach bt", you see</tt>
<br><tt>an RFLAGS of 0x200 in the kernel-entry exception frame for</tt>
<br><tt>the user tasks?  And everything else in the exception</tt>
<br><tt>frame looks "normal"?</tt><tt></tt>
<p><tt>For example, here's typical output:</tt><tt></tt>
<p><tt>crash> for bt | grep RFLAGS</tt>
<br><tt>    RIP: 0000003b92cc27c3  RSP: 00007ffffff8d898 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b915e8457c3  RSP: 00007fffff94a858 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b74ed07d812  RSP: 00007fffffdba4d0 
RFLAGS: 00000202</tt>
<br><tt>    RIP: 00002b74eceaf436  RSP: 00000000409fffc0 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b458542b7c3  RSP: 00007fffffd23fb8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b9f84957be0  RSP: 00007fffffb22f58 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b7c74dc6e40  RSP: 00007fffffe348f8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b2a029c597f  RSP: 00007fffff8a4fe0 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002ab5bbbbe7c3  RSP: 00007fffffcedbf8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002aef3c428693  RSP: 00007fffffb6b408 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b94261777c3  RSP: 00007fffffe815e8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b24be49597f  RSP: 00007fffffde8230 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cc097f  RSP: 00007fffffca7ba0 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b94c0bcbb  RSP: 00007ffffff15b90 
RFLAGS: 00000206</tt>
<br><tt>    RIP: 0000003b92cc27c3  RSP: 00007fffffdd5328 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b94c0be01  RSP: 00000000409fa180 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002af05a6197c3  RSP: 00007fffffa4ad58 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002ad6382227c3  RSP: 00007fffffc71918 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b9b7166f7c3  RSP: 00007ffffff33e58 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002af1423fcdd0  RSP: 00007fffff965b48 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cc27c3  RSP: 00007fffffe534c8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b7269ec2e40  RSP: 00007fffff83fb78 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cc27c3  RSP: 00007ffffff15df8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002afbd6a0fe40  RSP: 00007fffffed0f38 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cc09b6  RSP: 00007fffff82f820 
RFLAGS: 00000206</tt>
<br><tt>    RIP: 0000003b94c0bebc  RSP: 00000000409ffd60 
RFLAGS: 00000202</tt>
<br><tt>    RIP: 0000003b92cc097f  RSP: 00007fffff98ba60 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffff98ba38 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cc097f  RSP: 00007fffff8a4950 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cc097f  RSP: 00007fffffa83e30 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffff8cb188 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92c91e40  RSP: 00007ffffff61628 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cc27c3  RSP: 00007ffffff51378 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b94c0c7d5  RSP: 00007fffffefb7c0 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b94c0b01d  RSP: 00007fffffefaef8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b94c0bcbb  RSP: 00000000409ff490 
RFLAGS: 00000206</tt>
<br><tt>    RIP: 0000003b94c0bcbb  RSP: 0000000041400490 
RFLAGS: 00000206</tt>
<br><tt>    RIP: 0000003b92cc2812  RSP: 00007fffffb8af60 
RFLAGS: 00000202</tt>
<br><tt>    RIP: 0000003b92cbbc1b  RSP: 0000000040a00160 
RFLAGS: 00000202</tt>
<br><tt>    RIP: 0000003b94c09436  RSP: 0000000041e01660 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b94c0ba7b  RSP: 0000000042803160 
RFLAGS: 00000202</tt>
<br><tt>    RIP: 00002b5a7b8377c3  RSP: 00007fffff82dc18 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b94c0bcbb  RSP: 0000000043202f20 
RFLAGS: 00000206</tt>
<br><tt>    RIP: 0000003b94c0bcbb  RSP: 0000000043c03f20 
RFLAGS: 00000206</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffffe19c68 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffff826588 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffffe74ad8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffffc476d8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffff9ccee8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffffc641d8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 00002b7481a327c3  RSP: 00007fffffe25ff8 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92c91a45  RSP: 00007fffffc42bc0 
RFLAGS: 00000246</tt>
<br><tt>    RIP: 0000003b92cbbbe0  RSP: 00007fffff84ac48 
RFLAGS: 00000246</tt>
<br><tt>crash></tt><tt></tt>
<p><tt>At least the original AMD System Programming Guide indicates</tt>
<br><tt>that bit 1 of the RFLAGS register is "Reserved, Read as One".</tt>
<br><tt>But perhaps that's changed, or Intel uses it otherwise?  Can
you</tt>
<br><tt>show the output of the above command?</tt><tt></tt>
<p><tt>Thanks,</tt>
<br><tt>  Dave</tt>
<br> </html>