* Oops on suspend
@ 2006-08-15 0:52 Antonino A. Daplas
2006-08-15 9:53 ` Rafael J. Wysocki
0 siblings, 1 reply; 6+ messages in thread
From: Antonino A. Daplas @ 2006-08-15 0:52 UTC (permalink / raw)
To: Pavel Machek; +Cc: Linux Kernel Development
Anyone see this oops on suspend to disk? Copied by hand only.
EIP is at swap_type_of
swsusp_write
pm_suspend_disk
enter_state
state_store
subsys_attr_store
sysfs_write_file
vfs_write
sys_write
sysenter_past_EIP
openSUSE-10.2-Alpha3 (2.6.18-rc4), but I see this also with stock
2.6.18-rc4-mm1.
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Oops on suspend
2006-08-15 0:52 Oops on suspend Antonino A. Daplas
@ 2006-08-15 9:53 ` Rafael J. Wysocki
2006-08-15 12:56 ` Antonino A. Daplas
0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2006-08-15 9:53 UTC (permalink / raw)
To: Antonino A. Daplas; +Cc: Pavel Machek, Linux Kernel Development
On Tuesday 15 August 2006 02:52, Antonino A. Daplas wrote:
> Anyone see this oops on suspend to disk? Copied by hand only.
>
> EIP is at swap_type_of
>
> swsusp_write
> pm_suspend_disk
> enter_state
> state_store
> subsys_attr_store
> sysfs_write_file
> vfs_write
> sys_write
> sysenter_past_EIP
>
> openSUSE-10.2-Alpha3 (2.6.18-rc4), but I see this also with stock
> 2.6.18-rc4-mm1.
Are there two swap partitions on your system? Is any of them on an LVM?
Rafael
--
You never change things by fighting the existing reality.
R. Buckminster Fuller
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Oops on suspend
2006-08-15 9:53 ` Rafael J. Wysocki
@ 2006-08-15 12:56 ` Antonino A. Daplas
2006-08-15 13:12 ` Rafael J. Wysocki
0 siblings, 1 reply; 6+ messages in thread
From: Antonino A. Daplas @ 2006-08-15 12:56 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Pavel Machek, Linux Kernel Development
On Tue, 2006-08-15 at 11:53 +0200, Rafael J. Wysocki wrote:
> On Tuesday 15 August 2006 02:52, Antonino A. Daplas wrote:
> > Anyone see this oops on suspend to disk? Copied by hand only.
> >
> > EIP is at swap_type_of
> >
> > swsusp_write
> > pm_suspend_disk
> > enter_state
> > state_store
> > subsys_attr_store
> > sysfs_write_file
> > vfs_write
> > sys_write
> > sysenter_past_EIP
> >
> > openSUSE-10.2-Alpha3 (2.6.18-rc4), but I see this also with stock
> > 2.6.18-rc4-mm1.
>
> Are there two swap partitions on your system? Is any of them on an LVM?
I have two swap partitions, /dev/hda3 and /dev/hdc1. resume=/dev/hdc1.
If both partitions are mounted, suspend fails with a message of "cannot
determined swap partition", or something to that effect.
If I do swapoff /dev/hda3, then suspend to disk, I get the oops.
No LVM.
I'll try removing /dev/hda3 and try again. Hold on...
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Oops on suspend
2006-08-15 12:56 ` Antonino A. Daplas
@ 2006-08-15 13:12 ` Rafael J. Wysocki
2006-08-15 13:45 ` Antonino A. Daplas
0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2006-08-15 13:12 UTC (permalink / raw)
To: Antonino A. Daplas; +Cc: Pavel Machek, Linux Kernel Development
On Tuesday 15 August 2006 14:56, Antonino A. Daplas wrote:
> On Tue, 2006-08-15 at 11:53 +0200, Rafael J. Wysocki wrote:
> > On Tuesday 15 August 2006 02:52, Antonino A. Daplas wrote:
> > > Anyone see this oops on suspend to disk? Copied by hand only.
> > >
> > > EIP is at swap_type_of
> > >
> > > swsusp_write
> > > pm_suspend_disk
> > > enter_state
> > > state_store
> > > subsys_attr_store
> > > sysfs_write_file
> > > vfs_write
> > > sys_write
> > > sysenter_past_EIP
> > >
> > > openSUSE-10.2-Alpha3 (2.6.18-rc4), but I see this also with stock
> > > 2.6.18-rc4-mm1.
> >
> > Are there two swap partitions on your system? Is any of them on an LVM?
>
> I have two swap partitions, /dev/hda3 and /dev/hdc1. resume=/dev/hdc1.
>
> If both partitions are mounted, suspend fails with a message of "cannot
> determined swap partition", or something to that effect.
>
> If I do swapoff /dev/hda3, then suspend to disk, I get the oops.
>
> No LVM.
>
> I'll try removing /dev/hda3 and try again. Hold on...
OK
Could you please try the patch I posted earlier today
(http://marc.theaimsgroup.com/?l=linux-kernel&m=115563697203025&q=raw)?
Rafael
--
You never change things by fighting the existing reality.
R. Buckminster Fuller
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Oops on suspend
2006-08-15 13:12 ` Rafael J. Wysocki
@ 2006-08-15 13:45 ` Antonino A. Daplas
0 siblings, 0 replies; 6+ messages in thread
From: Antonino A. Daplas @ 2006-08-15 13:45 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Pavel Machek, Linux Kernel Development
On Tue, 2006-08-15 at 15:12 +0200, Rafael J. Wysocki wrote:
> On Tuesday 15 August 2006 14:56, Antonino A. Daplas wrote:
> > On Tue, 2006-08-15 at 11:53 +0200, Rafael J. Wysocki wrote:
> > > On Tuesday 15 August 2006 02:52, Antonino A. Daplas wrote:
> > > > Anyone see this oops on suspend to disk? Copied by hand only.
> > > >
> > > > EIP is at swap_type_of
> > > >
> > > > swsusp_write
> > > > pm_suspend_disk
> > > > enter_state
> > > > state_store
> > > > subsys_attr_store
> > > > sysfs_write_file
> > > > vfs_write
> > > > sys_write
> > > > sysenter_past_EIP
> > > >
> > > > openSUSE-10.2-Alpha3 (2.6.18-rc4), but I see this also with stock
> > > > 2.6.18-rc4-mm1.
> > >
> > > Are there two swap partitions on your system? Is any of them on an LVM?
> >
> > I have two swap partitions, /dev/hda3 and /dev/hdc1. resume=/dev/hdc1.
> >
> > If both partitions are mounted, suspend fails with a message of "cannot
> > determined swap partition", or something to that effect.
> >
> > If I do swapoff /dev/hda3, then suspend to disk, I get the oops.
> >
> > No LVM.
> >
> > I'll try removing /dev/hda3 and try again. Hold on...
Removing the extra swap partition worked.
>
> OK
>
> Could you please try the patch I posted earlier today
> (http://marc.theaimsgroup.com/?l=linux-kernel&m=115563697203025&q=raw)?
>
This patch worked too with my original setup. Thanks :-)
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* oops on suspend
@ 2001-07-26 3:53 Phil
0 siblings, 0 replies; 6+ messages in thread
From: Phil @ 2001-07-26 3:53 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 109 bytes --]
Hey there,
This happens on suspend on an HP pavillion laptop, hanging the screen
or stopping pcmcia.
[-- Attachment #2: Type: TEXT/PLAIN, Size: 2530 bytes --]
ksymoops 2.4.1 on i586 2.4.7.
Unable to handle kernel NULL pointer dereference at virtual address 00000000
c48085d5
*pde = 00000000
Oops: 0002
CPU: 0
EIP: 0010:[<c48085d5>]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010206
eax: 00000000 ebx: c3799e00 ecx: 00000002 edx: 0000ffff
esi: 00000000 edi: 00000000 ebp: 00000003 esp: c37b7ee4
ds: 0018 es: 0018 ss: 0018
Process kapm-idled (pid: 3, stackpage=c37b7000)
Stack: c3799e00 00000002 00000000 c37bfc08 c37c1454 c37c1440 00000003 c01ac0f3
c37bfc00 00000003 c01ac1ac c37bfc00 00000003 c37c1440 00000003 00000003
00000000 c01ac267 c37c1440 00000003 c37cf260 00000000 c01ac2e6 00000003
Call Trace: [<c01ac0f3>] [<c01ac1ac>] [<c01ac267>] [<c01ac2e6>] [<c011db0c>] [<c011dbc9>]
[<c010ec3c>] [<c010ee97>] [<c010efb1>] [<c010f07e>] [<c010f995>] [<c010543f>] [<c0105448>]
Code: 66 89 14 78 47 83 c4 0c 46 81 fe ff 0b 00 00 7e de be 00 10
>>EIP; c48085d5 <[snd-card-maestro3]snd_m3_suspend+81/dc> <=====
Trace; c01ac0f3 <pci_pm_suspend_device+1f/24>
Trace; c01ac1ac <pci_pm_suspend_bus+3c/4c>
Trace; c01ac267 <pci_pm_suspend+1f/3c>
Trace; c01ac2e6 <pci_pm_callback+32/44>
Trace; c011db0c <pm_send+64/9c>
Trace; c011dbc9 <pm_send_all+45/90>
Trace; c010ec3c <send_event+20/78>
Trace; c010ee97 <check_events+f7/198>
Trace; c010efb1 <apm_event_handler+79/7c>
Trace; c010f07e <apm_mainloop+ca/100>
Trace; c010f995 <apm+281/29c>
Trace; c010543f <kernel_thread+1f/38>
Trace; c0105448 <kernel_thread+28/38>
Code; c48085d5 <[snd-card-maestro3]snd_m3_suspend+81/dc>
00000000 <_EIP>:
Code; c48085d5 <[snd-card-maestro3]snd_m3_suspend+81/dc> <=====
0: 66 89 14 78 mov %dx,(%eax,%edi,2) <=====
Code; c48085d9 <[snd-card-maestro3]snd_m3_suspend+85/dc>
4: 47 inc %edi
Code; c48085da <[snd-card-maestro3]snd_m3_suspend+86/dc>
5: 83 c4 0c add $0xc,%esp
Code; c48085dd <[snd-card-maestro3]snd_m3_suspend+89/dc>
8: 46 inc %esi
Code; c48085de <[snd-card-maestro3]snd_m3_suspend+8a/dc>
9: 81 fe ff 0b 00 00 cmp $0xbff,%esi
Code; c48085e4 <[snd-card-maestro3]snd_m3_suspend+90/dc>
f: 7e de jle ffffffef <_EIP+0xffffffef> c48085c4 <[snd-card-maestro3]snd_m3_suspend+70/dc>
Code; c48085e6 <[snd-card-maestro3]snd_m3_suspend+92/dc>
11: be 00 10 00 00 mov $0x1000,%esi
1 warning issued. Results may not be reliable.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-08-15 13:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-15 0:52 Oops on suspend Antonino A. Daplas
2006-08-15 9:53 ` Rafael J. Wysocki
2006-08-15 12:56 ` Antonino A. Daplas
2006-08-15 13:12 ` Rafael J. Wysocki
2006-08-15 13:45 ` Antonino A. Daplas
-- strict thread matches above, loose matches on Subject: below --
2001-07-26 3:53 oops " Phil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox