mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eric Altendorf <EricAltendorf@orst.edu>
To: Pavel Machek <pavel@ucw.cz>
Cc: Jochen Hein <jochen@jochen.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [2.5.50, ACPI] link error
Date: Fri, 6 Dec 2002 21:50:05 -0800	[thread overview]
Message-ID: <200212062150.06350.EricAltendorf@orst.edu> (raw)
In-Reply-To: <20021205173145.GB731@elf.ucw.cz>

On Thursday 05 December 2002 09:31, Pavel Machek wrote:
> Hi!
>
> > Right ... I'm no kernel hacker so I don't know why, but I can
> > only get the recent kernels to compile with sleep states if I
> > turn *ON* software suspend as well.  However, as soon as I turn
> > on swsusp and get a compiled kernel, it oops'es on boot.
>
> Can you mail me decoded oops?
> 								Pavel

This is the first time I've decoded an oops, and since I had to decode it on a different kernel (2.5.25) than the one I'm debugging (2.5.50 + Dec 6 ACPI patch), and I couldn't get the ksyms file, I used -K ... and because I built w/o modules I used -L and -O.  Let me know if I did it wrong or if you need more info...  Thanks.  (Also I had to transcribe the oops by hand ... I'm pretty sure I got all the values right but I could have missed something)

ksymoops 2.4.4 on i586 2.5.25.  Options used
     -v vmlinux (specified)
     -K (specified)
     -L (specified)
     -O (specified)
     -m System.map (specified)

*pde = 00000000
Oops: 0000
CPU: 0
EIP:  0060:[<c013a6b1>]   Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010246
eax: a55a5a5a  ebx: 00001000  ecx: 00000000  edx: 00000200
esi: c130f628  edi: cedc5000  ebp: c0326e00  esp: c12bdf7c
ds: 0068  es: 0068  ss: 0068
Stack: c130f628 00000000 c0121816 c130f628 00001000 c130d628 00000001 00000000
       00000003 c03f0080 00000000 c03f0045 00000000 c0121937 c0326e00 00000000
       c02c5c9f c0326e00 c01051c4 c02bed13 00000000 00000000 c0105020 00000000
 [<c0121816>] read_suspend_image+0x81/0x107
 [<c0121937>] software_resume+0x9b/0xc0
 [<c01051c4>] prepare_namespace+0x84/0x10c
 [<c0105020>] init+0x0/0x120
 [<c010503f>] init+0x1f/0x120
 [<c0105020>] init+0x0/0x120
 [<c0106ca9>] kernel_thread_helper+0x5/0xb
Code: 8b 40 28 85 c0 74 11 66 83 b8 b6 00 00 00 00 74 07 0f b7 90

>>EIP; c013a6b1 <set_blocksize+26/83>   <=====
Code;  c013a6b1 <set_blocksize+26/83>
00000000 <_EIP>:
Code;  c013a6b1 <set_blocksize+26/83>   <=====
   0:   8b 40 28                  mov    0x28(%eax),%eax   <=====
Code;  c013a6b4 <set_blocksize+29/83>
   3:   85 c0                     test   %eax,%eax
Code;  c013a6b6 <set_blocksize+2b/83>
   5:   74 11                     je     18 <_EIP+0x18> c013a6c9 <set_blocksize+3e/83>
Code;  c013a6b8 <set_blocksize+2d/83>
   7:   66 83 b8 b6 00 00 00      cmpw   $0x0,0xb6(%eax)
Code;  c013a6bf <set_blocksize+34/83>
   e:   00 
Code;  c013a6c0 <set_blocksize+35/83>
   f:   74 07                     je     18 <_EIP+0x18> c013a6c9 <set_blocksize+3e/83>
Code;  c013a6c2 <set_blocksize+37/83>
  11:   0f b7 90 00 00 00 00      movzwl 0x0(%eax),%edx

 <0>Kernel panic: Attempted to kill init!

eric

-- 
"First they ignore you.  Then they laugh at you.
 Then they fight you.  And then you win."             -Gandhi

  parent reply	other threads:[~2002-12-07  5:42 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-02 20:24 Jochen Hein
2002-12-03 18:07 ` Eric Altendorf
2002-12-03 18:35   ` Jochen Hein
2002-12-03 20:47     ` Eric Altendorf
2002-12-05 17:31       ` Pavel Machek
2002-12-05 22:21         ` Jeff Garzik
2002-12-05 22:24           ` Pavel Machek
2002-12-05 22:27             ` Jeff Garzik
2002-12-05 22:33               ` Pavel Machek
2002-12-05 22:38                 ` Jeff Garzik
2002-12-05 22:40                   ` Pavel Machek
2002-12-05 22:43                     ` Patrick Mochel
2002-12-06  0:06                       ` Pavel Machek
2002-12-06  0:05                         ` Patrick Mochel
2002-12-06  0:31                           ` Pavel Machek
2002-12-06  0:36                         ` Jeff Garzik
2002-12-06 18:57                         ` [ACPI] " Ducrot Bruno
2002-12-06 23:05                           ` Ducrot Bruno
2002-12-08 19:49                           ` Pavel Machek
2002-12-08 20:46                             ` Constantinos Antoniou
2002-12-09 10:40                               ` Ducrot Bruno
2002-12-09 10:28                             ` Ducrot Bruno
2002-12-09 11:01                               ` Pavel Machek
2002-12-09 17:42                                 ` Ducrot Bruno
2002-12-07 14:02               ` David Ford
2002-12-07  5:50         ` Eric Altendorf [this message]
2002-12-09  7:29           ` Pavel Machek
2002-12-16  3:40             ` Eric Altendorf
2002-12-16 11:16               ` Pavel Machek
2002-12-04 11:41 ` Pavel Machek
2002-12-04 13:50   ` Adrian Bunk
2002-12-04 19:16     ` Jochen Hein
2002-12-04 20:29     ` Roman Zippel
2002-12-04 21:05 Shawn Starr
2002-12-04 21:26 ` Roman Zippel
     [not found]   ` <200212041630.40446.shawn.starr@datawire.net>
2002-12-04 21:44     ` Roman Zippel
     [not found]       ` <200212041653.04475.shawn.starr@datawire.net>
     [not found]         ` <200212041720.14647.shawn.starr@datawire.net>
2002-12-04 22:40           ` Roman Zippel
2002-12-06  8:17 ` Pavel Machek
     [not found] <200212042312.gB4NC8UJ021406@BlackBerry.NET>
2002-12-04 23:37 ` Roman Zippel
     [not found]   ` <200212051057.14882.shawn.starr@datawire.net>
2002-12-05 16:47     ` Roman Zippel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200212062150.06350.EricAltendorf@orst.edu \
    --to=ericaltendorf@orst.edu \
    --cc=jochen@jochen.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome