BUG: scheduling while atomic: swapper - using ppp [kernel 2.6.31-10.35-generic]

Bug #435917 reported by MyXelf
206
This bug affects 45 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Fix Released
High
Stefan Bader
Karmic
Fix Released
High
Stefan Bader

Bug Description

I'm running Kubuntu Karmic on a Dell Studio 1537 laptop. When I establish a successful PPP connection to my ISP (either using pon or wvdial), nothing happens. But when I start issuing commands that will use the PPP connection like: "ping somesite.com" or "apt-get update" at random intervals shows up in the console the following error:

BUG: scheduling while atomic: swapper/0/0x10010000

Other less frequent related-errors:

BUG: scheduling while atomic: wget/7522/0x10010000
BUG: scheduling while atomic: Xorg/2443/0x10000100
BUG: scheduling while atomic: tail/11677/0x10010000

I tried several things, trying to define the situation (to no avail) or at least to narrow the scenario as much as possible. Using the GUI, sometimes i got either a complete system freeze or a complete unstable system (needing hard reboot in both cases).

I thought that the current kernel recovery mode would be the simplest scenario I could try. I also blacklisted all framebuffer related modules (vesafb and fbcon), and all "suspicious" modules (fglrx - from kubuntu repositories and b43). The same error happens all the times, but at random intervals as stated above.

I haven't had this problem while running Kubuntu Jaunty at all. The related devices (laptop, usb-serial connector, modem, phone line, etc) are the same while I was running Jaunty and now running Karmic, that is why I don't give too much detail about them here (ask if necessary).

I guess here will be attached all the needed information, but feel free to ask me any info or any actions you consider necessary.

Thanks a lot

ProblemType: Bug
Architecture: amd64
ArecordDevices:
 **** List of CAPTURE Hardware Devices ****
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', '/dev/snd/controlC1', '/dev/snd/pcmC1D3p', '/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer', '/dev/sequencer', '/dev/sequencer2'] failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfc400000 irq 22'
   Mixer name : 'IDT 92HD73C1X5'
   Components : 'HDA:111d7675,1028029f,00100103'
   Controls : 23
   Simple ctrls : 14
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xcfeec000 irq 17'
   Mixer name : 'ATI R6xx HDMI'
   Components : 'HDA:1002aa01,00aa0100,00100000'
   Controls : 4
   Simple ctrls : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Date: Wed Sep 23 23:31:31 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=d576b1b3-b3a5-4009-8db0-46dd009cfda4
IwConfig:
 lo no wireless extensions.

 eth0 no wireless extensions.
MachineType: Dell Inc. Studio 1537
Package: linux-image-2.6.31-10-generic 2.6.31-10.35
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-10-generic root=UUID=dd373884-a42f-4a96-8eb2-d656d02ee7ea ro single
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-10.35-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-10-generic N/A
 linux-firmware 1.19
RfKill:
 0: dell-wifi: Wireless LAN
  Soft blocked: yes
  Hard blocked: yes
SourcePackage: linux
Uname: Linux 2.6.31-10-generic x86_64
dmi.bios.date: 11/10/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 0P132H
dmi.board.vendor: Dell Inc.
dmi.board.version: A05
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A05
dmi.modalias: dmi:bvnDellInc.:bvrA05:bd11/10/2008:svnDellInc.:pnStudio1537:pvrA05:rvnDellInc.:rn0P132H:rvrA05:cvnDellInc.:ct8:cvrA05:
dmi.product.name: Studio 1537
dmi.product.version: A05
dmi.sys.vendor: Dell Inc.

Revision history for this message
MyXelf (jasmyxelf) wrote :
Revision history for this message
Brian Murray (brian-murray) wrote :

You might try booting with acpi=off.

Revision history for this message
MyXelf (jasmyxelf) wrote :

I tried the suggestion, and it didn't work. So I will expect further instructions.

Revision history for this message
Tim Gardner (timg-tpi) wrote :

@MyXelf - the first 2 things to try is a more recent kernel, e.g. -11.36, as well as a stable kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.31.1/

Revision history for this message
Tim Gardner (timg-tpi) wrote :

Instructions for kernel installs (assuming amd64):

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.31.1/linux-image-2.6.31-02063101-generic_2.6.31-02063101_amd64.deb
sudo dpkg -i linux-image-2.6.31-02063101-generic_2.6.31-02063101_amd64.deb

Tim Gardner (timg-tpi)
Changed in linux (Ubuntu):
assignee: nobody → Stefan Bader (stefan-bader-canonical)
importance: Undecided → High
milestone: none → ubuntu-9.10
status: New → Triaged
Stefan Bader (smb)
tags: added: regression-potential
Revision history for this message
Stefan Bader (smb) wrote :

There have been a whole bunch of updates coming from upstream lately. So before trying to dig more into this, would it be possible for you could give this a re-test with -12.39 and report back whether it still is an issue or possibly gone now. Thanks.

Revision history for this message
MyXelf (jasmyxelf) wrote :

I'll do it today, and report back ASAP...

Thanks for your interest...

Revision history for this message
MyXelf (jasmyxelf) wrote :

I can confirm this is still an issue... Last test was done using:

Linux 2.6.31-13-generic #44-Ubuntu SMP Sat Oct 10 15:27:14 UTC 2009 x86_64 GNU/Linux

Revision history for this message
Andy Whitcroft (apw) wrote :

Ooops text:

[ 113.984046] BUG: scheduling while atomic: swapper/0/0x10000100
[ 113.984115] Modules linked in: ppp_deflate zlib_deflate bsd_comp ppp_async crc_ccitt ftdi_sio usbserial snd_hda_codec_atihdmi snd_hda_codec_idt snd_hda_intel snd_hda_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event joydev snd_seq lp parport snd_timer dell_wmi sdhci_pci uvcvideo videodev v4l1_compat v4l2_compat_ioctl32 snd_seq_device video output sdhci iptable_filter led_class ip_tables x_tables snd dell_laptop dcdbas psmouse serio_raw intel_agp soundcore snd_page_alloc ohci1394 ieee1394 tg3 ssb
[ 113.984182] CPU 0:
[ 113.984190] Modules linked in: ppp_deflate zlib_deflate bsd_comp ppp_async crc_ccitt ftdi_sio usbserial snd_hda_codec_atihdmi snd_hda_codec_idt snd_hda_intel snd_hda_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event joydev snd_seq lp parport snd_timer dell_wmi sdhci_pci uvcvideo videodev v4l1_compat v4l2_compat_ioctl32 snd_seq_device video output sdhci iptable_filter led_class ip_tables x_tables snd dell_laptop dcdbas psmouse serio_raw intel_agp soundcore snd_page_alloc ohci1394 ieee1394 tg3 ssb
[ 113.984225] Pid: 0, comm: swapper Not tainted 2.6.31-10-generic #35-Ubuntu Studio 1537
[ 113.984227] RIP: 0010:[<ffffffff812d2e19>] [<ffffffff812d2e19>] acpi_idle_enter_bm+0x28b/0x2bf
[ 113.984236] RSP: 0018:ffffffff81769e88 EFLAGS: 00000283
[ 113.984239] RAX: 0000000000010110 RBX: ffffffff81769ed8 RCX: 0000000000000000
[ 113.984241] RDX: ffff8800019cc000 RSI: 0000001a89fa0412 RDI: ffff8800019e1f40
[ 113.984244] RBP: ffffffff810129ce R08: ffffffffffb585e8 R09: 0000000000000000
[ 113.984246] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000009ad8
[ 113.984248] R13: ffffffff81769e28 R14: ffffffff8107d197 R15: ffffffff81769df8
[ 113.984251] FS: 0000000000000000(0000) GS:ffff8800019cc000(0000) knlGS:0000000000000000
[ 113.984254] CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
[ 113.984256] CR2: 00007f94b2672000 CR3: 0000000001001000 CR4: 00000000000006b0
[ 113.984259] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 113.984261] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 113.984263] Call Trace:
[ 113.984267] [<ffffffff812d2e12>] ? acpi_idle_enter_bm+0x284/0x2bf
[ 113.984273] [<ffffffff813f8fcb>] ? cpuidle_idle_call+0x9b/0xf0
[ 113.984277] [<ffffffff81010e12>] ? cpu_idle+0xb2/0x100
[ 113.984282] [<ffffffff8150f796>] ? rest_init+0x66/0x70
[ 113.984287] [<ffffffff81830d47>] ? start_kernel+0x352/0x35b
[ 113.984291] [<ffffffff8183029a>] ? x86_64_start_reservations+0x125/0x129
[ 113.984294] [<ffffffff81830398>] ? x86_64_start_kernel+0xfa/0x109

Changed in linux (Ubuntu Karmic):
milestone: ubuntu-9.10 → karmic-updates
Revision history for this message
MyXelf (jasmyxelf) wrote :

Can somebody please tell me something about what's going on with this bug? As i can see it was rescheduled to another milestone, one after the official release of Karmic on Oct 29... Does that means, I must wait at least until november to get this solved?

Any ideas or comments, will be very welcome...

tags: added: regression-release
removed: regression-potential
Revision history for this message
MyXelf (jasmyxelf) wrote :

A word about this? I see now it is a "regression-release"... Is the bug assignee (Stefan Bader) doing something about this?

Thanks in advance

Revision history for this message
Stefan Bader (smb) wrote : Re: [Bug 435917] Re: BUG: scheduling while atomic: swapper - using ppp [kernel 2.6.31-10.35-generic]

Yes, I will try. Just being a bit a bit buried with other things.
At least I found and interesting hint about a potential reason to
this to work with.

Revision history for this message
MyXelf (jasmyxelf) wrote :

That's awesome! At least now there is some hope...
Thanks

Revision history for this message
rodrifra (rodrifra) wrote :
Download full text (4.8 KiB)

Same problem here only that I am not using PPP as you can see in modules, and a CIFS VFS error appears in the log (I don't know if this could cause the error or if the CIFS error is produced because of the scheduling while atomic.

In my case it is Ubuntu Server 9.10 with all updates applied.

Server freezes and has to be rebooted. So upgrading servers to 9.10 can be really dangerous.

Same server with version 9.04 works like a charm.

kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991257] BUG: scheduling while atomic: swapper/0/0x10000100
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991334] Modules linked in: nls_cp437 cifs cfi_probe gen_probe cfi_util snd_ens1371 gameport scb2_flash mtd snd_rawmidi iptable_filter chipreg snd_seq_device ip_tables map_funcs snd_ac97_codec x_tables ac97_bus i2c_piix4 snd_pcm ppdev dell_wmi psmouse snd_timer parport_pc snd serio_raw sworks_agp lp osst agpgart soundcore parport st shpchp snd_page_alloc dcdbas mptspi mptscsih mptbase scsi_transport_spi floppy starfire mii e1000 megaraid_mbox megaraid_mm
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991428]
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991434] Pid: 0, comm: swapper Tainted: G W (2.6.31-15-generic #50-Ubuntu) PowerEdge 1600SC
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991440] EIP: 0060:[<c0126fc5>] EFLAGS: 00000246 CPU: 1
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991448] EIP is at native_safe_halt+0x5/0x10
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991453] EAX: f705c000 EBX: 00000001 ECX: c1817a80 EDX: 00000000
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991458] ESI: c078ac1c EDI: 179ade96 EBP: f705df58 ESP: f705df58
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991476] eth0: Link is down
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991485] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991490] CR0: 8005003b CR2: b7741014 CR3: 0081a000 CR4: 000006d0
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991496] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991501] DR6: ffff0ff0 DR7: 00000400
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991505] Call Trace:
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991515] [<c010a486>] default_idle+0x46/0xd0
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991523] [<c010202c>] cpu_idle+0x8c/0xd0
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.991532] [<c056c686>] start_secondary+0xc6/0xc8
kern: 2009-11-30T16:23:14+01:00 Caronte Kernel: [ 304.598679] eth0: Link is up, running at 100Mbit full-duplex
kern: 2009-11-30T16:23:25+01:00 Caronte Kernel: [ 315.764054] CIFS VFS: No response for cmd 50 mid 11344
kern: 2009-11-30T16:26:11+01:00 Caronte Kernel: [ 480.917534] INFO: task events/0:15 blocked for more than 120 seconds.
kern: 2009-11-30T16:26:11+01:00 Caronte Kernel: [ 480.917640] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
kern: 2009-11-30T16:26:11+01:00 Caronte Kernel: [ 480.917740] events/0 D c08145c0 ...

Read more...

Revision history for this message
rodrifra (rodrifra) wrote :
Download full text (8.1 KiB)

I've been checking the log again and have seen some info before the bug that may be usefull and/or related to the bug.
Here's the log *before* the bug.

kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988023] ------------[ cut here ]------------
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988045] WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 dev_watchdog+0x1f6/0x210()
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988051] Hardware name: PowerEdge 1600SC
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988056] NETDEV WATCHDOG: eth0 (starfire): transmit queue 0 timed out
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988061] Modules linked in: nls_cp437 cifs cfi_probe gen_probe cfi_util snd_ens1371 gameport scb2_flash mtd snd_rawmidi iptable_filter chipreg snd_seq_device ip_tables map_funcs snd_ac97_codec x_tables ac97_bus i2c_piix4 snd_pcm ppdev dell_wmi psmouse snd_timer parport_pc snd serio_raw sworks_agp lp osst agpgart soundcore parport st shpchp snd_page_alloc dcdbas mptspi mptscsih mptbase scsi_transport_spi floppy starfire mii e1000 megaraid_mbox megaraid_mm
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988175] Pid: 0, comm: swapper Not tainted 2.6.31-15-generic #50-Ubuntu
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988181] Call Trace:
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988198] [<c014518d>] warn_slowpath_common+0x6d/0xa0
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988206] [<c04b0dd6>] ? dev_watchdog+0x1f6/0x210
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988213] [<c04b0dd6>] ? dev_watchdog+0x1f6/0x210
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988222] [<c0145206>] warn_slowpath_fmt+0x26/0x30
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988229] [<c04b0dd6>] dev_watchdog+0x1f6/0x210
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988241] [<c0157fdb>] ? insert_work+0x5b/0xa0
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988252] [<c0127c38>] ? default_spin_lock_flags+0x8/0x10
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988261] [<c0570dca>] ? _spin_lock_irqsave+0x2a/0x40
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988268] [<c015007d>] ? cascade+0x5d/0x80
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988276] [<c01501b7>] run_timer_softirq+0x117/0x200
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988288] [<c016a125>] ? tick_dev_program_event+0x45/0xe0
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988295] [<c04b0be0>] ? dev_watchdog+0x0/0x210
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988306] [<c014b3b0>] __do_softirq+0x90/0x1a0
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988318] [<c015ff63>] ? hrtimer_interrupt+0x183/0x210
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988325] [<c016a568>] ? tick_do_update_jiffies64+0x118/0x160
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988334] [<c014b4fd>] do_softirq+0x3d/0x40
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988341] [<c014b63d>] irq_exit+0x5d/0x70
kern: 2009-11-30T16:23:13+01:00 Caronte Kernel: [ 302.988349] [<c011dcf7>...

Read more...

Revision history for this message
rodrifra (rodrifra) wrote :

I think my problem was related with samba mounts, there was a reported bug on https://bugs.launchpad.net/bugs/455122 about problems compiling on samba mounted resources.

Solving that problem (mounting with "noserverino" option) seems to have also solved the "scheduling while atomic" problem (I have to test it more thoroughly, but what freezed the machine before doesn't block it now).

tags: added: karmic
Revision history for this message
Stefan Bader (smb) wrote :

Sorry this took very long. The reason for this type of kernel panic is any driver, that disables interrupts and then allows the CPU to go into idle. One example of this would be a function called as an interrupt handler (irqs off) which uses a mutex instead of a spinlock.
So, as MyXelf's case only happens doing PPP networking, this could be any driver in that stack (I would ignore the comments from rodrifra as that case is not in that area and also seems to be fixed by now. Actually there have been stable patches to cifs that address at least the serverino problem. So it might be really fixed).

Looking at the ftdi_sio driver (which is used looking at the dmesg), I found only one mutex and that seems to be in a place that should be ok. Still this would leave usb-serial and the lot of ppp.
Before trying to find that needle, I got Karmic packages that at least include 2.6.31.6 on https://launchpad.net/~stefan-bader-canonical/+archive/karmic. MyXelf, could you please try those to make sure the problem is still in that kernel? Thanks

Revision history for this message
MyXelf (jasmyxelf) wrote :

Right now I'm updating the kernel from your PPA. I'll be back ASAP with news...
Thanks

Revision history for this message
MyXelf (jasmyxelf) wrote :

Good News!
This bug is NOt an issue any more. I consider I tested it enough, and no problems showed up. I used the kernel provided by Stefan Bader in his PPA: Linux 2.6.31-17-generic #54~pre1-Ubuntu SMP x86_64
Thanks a lot for the effort, and feel free to proceed with the bug tracking course

Revision history for this message
Stefan Bader (smb) wrote :

As the latest stable updates have resolved the problem I put the trunk (Lucid) into fixed.

Changed in linux (Ubuntu):
milestone: karmic-updates → none
status: Triaged → Fix Released
Revision history for this message
Stefan Bader (smb) wrote :

The current preview (2.6.31-17) which is now also available in proposed was tested and has resolved the issue. Its unclear which of the many usb-serial and tty updates finally fixed the problem, so this will not get automatically get closed. But it should get switched to released when kernel 2.6.31-17.54 or higher are in updates.

Changed in linux (Ubuntu Karmic):
status: Triaged → Fix Committed
Revision history for this message
kylea (kylea) wrote :
Download full text (5.7 KiB)

2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009 x86_64 GNU/Linux
------------------
Description: Ubuntu 9.10
Release: 9.10

well I have 2.6.31-17-generic #54 and I am still getting this error

[ 626.292423] BUG: scheduling while atomic: swapper/0/0x10010000
[ 626.292426] Modules linked in: cryptd aes_x86_64 aes_generic nls_utf8 isofs binfmt_misc ppdev vboxnetadp vboxnetflt vboxdrv ppp_deflate zlib_deflate bsd_comp ppp_async crc_ccitt snd_hda_codec_idt snd_hda_intel arc4 snd_hda_codec snd_hwdep snd_pcm_oss bridge snd_mixer_oss snd_pcm stp snd_seq_dummy bnep snd_seq_oss ecb snd_seq_midi snd_rawmidi pcmcia snd_seq_midi_event joydev btusb snd_seq sdhci_pci iwlagn sdhci nvidia(P) snd_timer snd_seq_device yenta_socket uvcvideo iwlcore mac80211 psmouse videodev snd dell_wmi rsrc_nonstatic lp soundcore iptable_filter v4l1_compat option ip_tables snd_page_alloc dell_laptop x_tables v4l2_compat_ioctl32 led_class serio_raw dcdbas usbserial parport pcmcia_core cfg80211 dm_raid45 xor usbhid usb_storage ohci1394 ieee1394 e1000e intel_agp video output
[ 626.292467] CPU 1:
[ 626.292468] Modules linked in: cryptd aes_x86_64 aes_generic nls_utf8 isofs binfmt_misc ppdev vboxnetadp vboxnetflt vboxdrv ppp_deflate zlib_deflate bsd_comp ppp_async crc_ccitt snd_hda_codec_idt snd_hda_intel arc4 snd_hda_codec snd_hwdep snd_pcm_oss bridge snd_mixer_oss snd_pcm stp snd_seq_dummy bnep snd_seq_oss ecb snd_seq_midi snd_rawmidi pcmcia snd_seq_midi_event joydev btusb snd_seq sdhci_pci iwlagn sdhci nvidia(P) snd_timer snd_seq_device yenta_socket uvcvideo iwlcore mac80211 psmouse videodev snd dell_wmi rsrc_nonstatic lp soundcore iptable_filter v4l1_compat option ip_tables snd_page_alloc dell_laptop x_tables v4l2_compat_ioctl32 led_class serio_raw dcdbas usbserial parport pcmcia_core cfg80211 dm_raid45 xor usbhid usb_storage ohci1394 ieee1394 e1000e intel_agp video output
[ 626.292543] Pid: 0, comm: swapper Tainted: P 2.6.31-17-generic #54-Ubuntu Latitude E6500
[ 626.292545] RIP: 0010:[<ffffffff812d850d>] [<ffffffff812d850d>] acpi_idle_enter_bm+0x28b/0x2bf
[ 626.292552] RSP: 0018:ffff88011baa7e98 EFLAGS: 00000207
[ 626.292554] RAX: 00000000000103f0 RBX: ffff88011baa7ee8 RCX: 0000000000000000
[ 626.292556] RDX: ffff88002803d000 RSI: 00000091d1770f4c RDI: ffff880028053240
[ 626.292558] RBP: ffffffff81012a13 R08: ffffffffff25d695 R09: 0000000000000000
[ 626.292560] R10: 0000000000000000 R11: 0000000000000000 R12: ffff88011baa7e10
[ 626.292562] R13: 0000000000003b89 R14: 00000000000010a2 R15: ffff88011bb5d000
[ 626.292565] FS: 0000000000000000(0000) GS:ffff88002803d000(0000) knlGS:0000000000000000
[ 626.292567] CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
[ 626.292569] CR2: 00007ff713cf4000 CR3: 00000000ddd2b000 CR4: 00000000000406e0
[ 626.292571] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 626.292573] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 626.292575] Call Trace:
[ 626.292578] [<ffffffff812d8506>] ? acpi_idle_enter_bm+0x284/0x2bf
[ 626.292582] [<ffffffff813fea9b>] ? cpuidle_idle_call+0x9b/0x100
[ 626.292585] [<ffffffff81010e12>] ? cpu_idle+0xb2/0x100
[ 62...

Read more...

skoor (edofco-contreras)
description: updated
Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

kylea,
    This fix addresses a specific problem causing the atomic error. Please file a new bug with apport-bug to address your issue.

Marking the Karmic task as Fix Released.

-JFo

Changed in linux (Ubuntu Karmic):
status: Fix Committed → Fix Released
Revision history for this message
jescobar_09@educarchile.cl (jescobar-09) wrote :

tengo problemas

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.