All of lore.kernel.org
 help / color / mirror / Atom feed
From: "P. Christeas" <p_christ-U04EIuiosng@public.gmane.org>
To: "Grover,
	Andrew" <andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: 2.5.51: sleep broken
Date: Fri, 13 Dec 2002 16:04:23 +0200	[thread overview]
Message-ID: <200212131604.23595.p_christ@hol.gr> (raw)
In-Reply-To: <200212130111.32710.p_christ-U04EIuiosng@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 518 bytes --]

>
> Sorry, I was quite lazy debugging that. Seems though that 20021205 doesn't
> have that. I'll let you know if it should be pushed into 2.5.52..
>
That line should go on, it works.
However, it seems that something is still broken w. sleep.  
Yesterday, 1 out of 2 attempts to sleep,wake failed. The machine froze, with 
an apparent race (the cpu heated up).
Today, I could get an OOPS in 1 of 3 attempts to sleep. I give (early) the 
decoded info (I have no ksyms!? ). Perhaps you could make out sth of the 
trace..

[-- Attachment #2: oops.dec --]
[-- Type: text/plain, Size: 2459 bytes --]

ksymoops 2.4.5 on i686 2.5.51.  Options used
     -v /usr/src/linux/vmlinux (specified)
     -K (specified)
     -l /proc/modules (default)
     -o /lib/modules/2.5.51/ (default)
     -m /boot/System.map (specified)

No modules in ksyms, skipping objects
No ksyms, skipping lsmod
NMI: IOCK error (debug interrupt?)
CPU:    0
EIP:    0060:[acpi_hw_register_read+207/528]    Not tainted
EIP:    0060:[<c01c555f>]    Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00000046
eax: 00000000   ebx: 00000000   ecx: cff54100   edx: 00000000
esi: 00000001   edi: 00000001   ebp: c4fb5eb8   esp: c4fb5e94
ds: 0068   es: 0068   ss: 0068
Stack: 00000010 c4fb5ea8 cff54100 00000000 00feebc0 00000000 00000000 c4fb5ef4
       c032f078 c4fb5edc c01c5271 00000000 00000001 c4fb5ecc 00000000 c4fb5ef4
       c032f0a0 c032f0a8 c4fb5f08 c01c5d9b 00000006 c4fb5ef4 00000001 00003001
Call Trace: [acpi_get_register+97/160]  [acpi_enter_sleep_state+507/608]  [acpi_system_suspend+76/80]  [acpi_suspend+135/192]  [acpi_system_write_sleep+171/224]  [vfs_write+175/288]  [sys_write+60/96]  [syscall_call+7/11]
Call Trace: [<c01c5271>]  [<c01c5d9b>]  [<c01dca9c>]  [<c01dcb27>]  [<c01dcccb>]  [<c014c71f>]  [<c014c82c>]  [<c010a203>]
Code: eb 9f a1 50 5b 39 c0 0f b6 50 58 05 94 00 00 00 c7 04 24 10


>>EIP; c01c555f <acpi_hw_register_read+cf/210>   <=====

>>ecx; cff54100 <END_OF_CODE+fba9e8c/????>
>>ebp; c4fb5eb8 <END_OF_CODE+4c0bc44/????>
>>esp; c4fb5e94 <END_OF_CODE+4c0bc20/????>

Trace; c01c5271 <acpi_get_register+61/a0>
Trace; c01c5d9b <acpi_enter_sleep_state+1fb/260>
Trace; c01dca9c <acpi_system_suspend+4c/50>
Trace; c01dcb27 <acpi_suspend+87/c0>
Trace; c01dcccb <acpi_system_write_sleep+ab/e0>
Trace; c014c71f <vfs_write+af/120>
Trace; c014c82c <sys_write+3c/60>
Trace; c010a203 <syscall_call+7/b>

Code;  c01c555f <acpi_hw_register_read+cf/210>
00000000 <_EIP>:
Code;  c01c555f <acpi_hw_register_read+cf/210>   <=====
   0:   eb 9f                     jmp    ffffffa1 <_EIP+0xffffffa1> c01c5500 <acpi_hw_register_read+70/210>   <=====
Code;  c01c5561 <acpi_hw_register_read+d1/210>
   2:   a1 50 5b 39 c0            mov    0xc0395b50,%eax
Code;  c01c5566 <acpi_hw_register_read+d6/210>
   7:   0f b6 50 58               movzbl 0x58(%eax),%edx
Code;  c01c556a <acpi_hw_register_read+da/210>
   b:   05 94 00 00 00            add    $0x94,%eax
Code;  c01c556f <acpi_hw_register_read+df/210>
  10:   c7 04 24 10 00 00 00      movl   $0x10,(%esp,1)


  parent reply	other threads:[~2002-12-13 14:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-12 22:42 2.5.51: sleep broken Grover, Andrew
     [not found] ` <EDC461A30AC4D511ADE10002A5072CAD04C7A591-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
2002-12-12 23:11   ` P. Christeas
     [not found]     ` <200212130111.32710.p_christ-U04EIuiosng@public.gmane.org>
2002-12-13 14:04       ` P. Christeas [this message]
     [not found]         ` <200212131604.23595.p_christ-U04EIuiosng@public.gmane.org>
2002-12-15 21:56           ` P. Christeas
     [not found]             ` <200212152356.09656.p_christ-U04EIuiosng@public.gmane.org>
2002-12-16 20:30               ` Ducrot Bruno
     [not found]                 ` <20021216203016.GF16669-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2002-12-16 21:51                   ` P. Christeas
2002-12-16 21:59                   ` P. Christeas
  -- strict thread matches above, loose matches on Subject: below --
2002-12-10 13:34 P. Christeas
     [not found] ` <200212101534.12838.p_christ-U04EIuiosng@public.gmane.org>
2002-12-11 11:41   ` Pavel Machek
2002-12-12 18:22   ` P. Christeas

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=200212131604.23595.p_christ@hol.gr \
    --to=p_christ-u04eiuiosng@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.