[Kernel-packages] [Bug 1371233] Re: USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with disabled ep
I was affected by usb3.0 for years. Once Kernel 3.12(test release, linux- headers-3.12.0-031200rc2-generic_3.12.0-031200rc2.201309231935_amd64.deb, etc) has resolved my issue and works for a year, but since I update ubuntu to 15.04, it appears again and again. I have the phenomenon as link described, http://unix.stackexchange.com/questions/91027/how-to-disable-usb-autosuspend-on-kernel-3-7-10-or-above. I'm testing #44 suggestion, and I hope it will help me to step out the issue. Thanks, Malachi de AElfweald (malachid) I will give back the test result tomorrow. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1371233 Title: USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with disabled ep Status in linux package in Ubuntu: Incomplete Status in linux source package in Trusty: Incomplete Status in linux source package in Utopic: Incomplete Status in linux source package in Vivid: Incomplete Bug description: based on https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358871/comments/7 I tested with the HDD enclosure IcyBox IB-351 series with USB 3.0 connection with the same result (connection drops after 300 MB reading, error message "xHCI xhci_drop_endpoint called with disabled ep" occurs sometimes, other devices (e.g. Samsung HD103SI 1 TB HDD connected with 3.0 USB adapter to eSATA of enclosure) read hundreds of GB before failing, but definitely do before reading 1TB). Reading tested with `dd`, `gpart` and `btrfsck`. Also confirmed on Lenovo IdeaPad-Z500 after BIOS update to 71CN51WW(V1.21) (changelog didn't indicate any USB issues anyway). Also confirmed with 3.16.3 and 3.16.0-14 on Ubuntu 14.10-beta1 after updates. The issue seems to cause failure of ASIX AX179 gigabit ethernet chip as well, but is independent from the usage of the ethernet adapter. I'm without any clue and stuck with an unreliable USB and ethernet connection which basically means no I/O out of the machine!! ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-35-generic 3.13.0-35.62 ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6 Uname: Linux 3.13.0-35-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.4 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CurrentDesktop: Unity Date: Thu Sep 18 19:58:24 2014 EcryptfsInUse: Yes InstallationDate: Installed on 2014-09-10 (8 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: LENOVO 20221 ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=de_DE.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=5e999111-7efe-4818-b9e8-a950ad6d3296 ro rootflags=subvol=@ quiet splash nomdmonddf nomdmonisw vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-35-generic N/A linux-backports-modules-3.13.0-35-generic N/A linux-firmware 1.127.5 SourcePackage: linux StagingDrivers: rts5139 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/12/2013 dmi.bios.vendor: LENOVO dmi.bios.version: 71CN51WW(V1.21) dmi.board.asset.tag: No Asset Tag dmi.board.name: INVALID dmi.board.vendor: LENOVO dmi.board.version: 3193WIN8 STD MLT dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Lenovo IdeaPad Z500 Touch dmi.modalias: dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch: dmi.product.name: 20221 dmi.product.version: Lenovo IdeaPad Z500 Touch dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1371233/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1371233] Re: USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with disabled ep
Issue is resolved! It has been working over 24 Hours. #uptime 11:02:54 up 1 day, 1:37, 2 users, load average: 0.28, 0.25, 0.24 Thanks again! solutions refer to #44, Edit the /etc/default/grub file and append to the GRUB_CMDLINE_LINUX_DEFAULT line: usbcore.autosuspend=-1 sudo update-grub sudo reboot -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1371233 Title: USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with disabled ep Status in linux package in Ubuntu: Incomplete Status in linux source package in Trusty: Incomplete Status in linux source package in Utopic: Incomplete Status in linux source package in Vivid: Incomplete Bug description: based on https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358871/comments/7 I tested with the HDD enclosure IcyBox IB-351 series with USB 3.0 connection with the same result (connection drops after 300 MB reading, error message "xHCI xhci_drop_endpoint called with disabled ep" occurs sometimes, other devices (e.g. Samsung HD103SI 1 TB HDD connected with 3.0 USB adapter to eSATA of enclosure) read hundreds of GB before failing, but definitely do before reading 1TB). Reading tested with `dd`, `gpart` and `btrfsck`. Also confirmed on Lenovo IdeaPad-Z500 after BIOS update to 71CN51WW(V1.21) (changelog didn't indicate any USB issues anyway). Also confirmed with 3.16.3 and 3.16.0-14 on Ubuntu 14.10-beta1 after updates. The issue seems to cause failure of ASIX AX179 gigabit ethernet chip as well, but is independent from the usage of the ethernet adapter. I'm without any clue and stuck with an unreliable USB and ethernet connection which basically means no I/O out of the machine!! ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-35-generic 3.13.0-35.62 ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6 Uname: Linux 3.13.0-35-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.4 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CurrentDesktop: Unity Date: Thu Sep 18 19:58:24 2014 EcryptfsInUse: Yes InstallationDate: Installed on 2014-09-10 (8 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: LENOVO 20221 ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=de_DE.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=5e999111-7efe-4818-b9e8-a950ad6d3296 ro rootflags=subvol=@ quiet splash nomdmonddf nomdmonisw vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-35-generic N/A linux-backports-modules-3.13.0-35-generic N/A linux-firmware 1.127.5 SourcePackage: linux StagingDrivers: rts5139 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/12/2013 dmi.bios.vendor: LENOVO dmi.bios.version: 71CN51WW(V1.21) dmi.board.asset.tag: No Asset Tag dmi.board.name: INVALID dmi.board.vendor: LENOVO dmi.board.version: 3193WIN8 STD MLT dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Lenovo IdeaPad Z500 Touch dmi.modalias: dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch: dmi.product.name: 20221 dmi.product.version: Lenovo IdeaPad Z500 Touch dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1371233/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1230041] [NEW] i915_hotplug_work_func cause system crash
Public bug reported: i915_hotplug_work_func cause system crash NoteBook:X200 Ubuntu 13.04 Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x >From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Attachment added: "20130925_091749.jpg" https://bugs.launchpad.net/bugs/1230041/+attachment/3839352/+files/20130925_091749.jpg -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: New Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 Ubuntu 13.04 Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_t
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
The other attachment with this bug: ** Attachment added: "20130925_092610.jpg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1230041/+attachment/3839354/+files/20130925_092610.jpg -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: New Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 Ubuntu 13.04 Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1230041/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
** Description changed: i915_hotplug_work_func cause system crash NoteBook:X200 - Ubuntu 13.04 + lsb_release -a + No LSB modules are available. + Distributor ID: Ubuntu + Description: Ubuntu 13.04 + Release: 13.04 + Codename: raring + uname -a + Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. - I can ssh to the notebook from other pc. + I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
apport-collet runs failed. julien@julien-X200:~$ apport-collect 1230041 ERROR: connecting to Launchpad failed: [Errno 2] No such file or directory You can reset the credentials by removing the file "/home/julien/.cache/apport/launchpad.credentials" I indeed find a .crash file. please refer to the attachment file. When I use ubuntu-bug to report the crash file, I meet the problem like https://bugs.launchpad.net/ubuntu/+source/apport/+bug/538097 ** Attachment added: "_sbin_plymouthd.0.crash" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1230041/+attachment/3839459/+files/_sbin_plymouthd.0.crash -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotp
[Kernel-packages] [Bug 1230041] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839485/+files/BootDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio D
[Kernel-packages] [Bug 1230041] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839487/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaud
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
apport information ** Tags added: apport-collected raring ** Description changed: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. + --- + ApportVersion: 2.9.2-0ubuntu8.3 + Architecture: i386 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: julien 1823 F pulseaudio + DistroRelease: Ubuntu 13.04 + HibernationDevice: RESUME=UUID=0095ea5c-4c12-4d86-9f57-622f41bc3efe + InstallationDate: Installed on 2013-09-20 (4 days ago) + InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2) + MachineType: LENOVO 7458CZ8 + MarkForUpload: True + Package: linux (not installed) + ProcFB: 0 in
[Kernel-packages] [Bug 1230041] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839486/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroReleas
[Kernel-packages] [Bug 1230041] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839498/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio Distr
[Kernel-packages] [Bug 1230041] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839490/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRele
[Kernel-packages] [Bug 1230041] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839493/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio
[Kernel-packages] [Bug 1230041] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839496/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio D
[Kernel-packages] [Bug 1230041] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839495/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio
[Kernel-packages] [Bug 1230041] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839491/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRele
[Kernel-packages] [Bug 1230041] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839489/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio Dis
[Kernel-packages] [Bug 1230041] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839492/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio
[Kernel-packages] [Bug 1230041] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839499/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio
[Kernel-packages] [Bug 1230041] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839497/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRe
[Kernel-packages] [Bug 1230041] HookError_cloud_archive.txt
apport information ** Attachment added: "HookError_cloud_archive.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839488/+files/HookError_cloud_archive.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien
[Kernel-packages] [Bug 1230041] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3839494/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F puls
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
Even I set drm_kms_helper_poll to N, and disable gpe11, the problem can not be resolved. Also I have installed the phc-intel(phc-intel_0.3.2.12.2~ppa1~loms~precise_all.deb). cat /etc/modprobe.d/local.conf options drm_kms_helper_poll=N grep . -r /sys/firmware/acpi/interrupts /sys/firmware/acpi/interrupts/sci:1655 /sys/firmware/acpi/interrupts/error: 0 /sys/firmware/acpi/interrupts/gpe00: 0 invalid /sys/firmware/acpi/interrupts/gpe01: 0 enabled /sys/firmware/acpi/interrupts/gpe02: 3 enabled /sys/firmware/acpi/interrupts/gpe03: 0 disabled /sys/firmware/acpi/interrupts/gpe04: 0 invalid /sys/firmware/acpi/interrupts/gpe05: 0 invalid /sys/firmware/acpi/interrupts/gpe06: 0 enabled /sys/firmware/acpi/interrupts/gpe07: 0 invalid /sys/firmware/acpi/interrupts/gpe08: 0 invalid /sys/firmware/acpi/interrupts/gpe09: 0 disabled /sys/firmware/acpi/interrupts/gpe10: 0 invalid /sys/firmware/acpi/interrupts/gpe11:1652 enabled /sys/firmware/acpi/interrupts/gpe12: 0 invalid /sys/firmware/acpi/interrupts/gpe13: 0 invalid /sys/firmware/acpi/interrupts/gpe14: 0 invalid /sys/firmware/acpi/interrupts/gpe15: 0 invalid /sys/firmware/acpi/interrupts/gpe16: 0 invalid /sys/firmware/acpi/interrupts/gpe0A: 0 invalid /sys/firmware/acpi/interrupts/gpe17: 0 invalid /sys/firmware/acpi/interrupts/gpe0B: 0 invalid /sys/firmware/acpi/interrupts/gpe18: 0 enabled /sys/firmware/acpi/interrupts/gpe0C: 0 invalid /sys/firmware/acpi/interrupts/gpe19: 0 invalid /sys/firmware/acpi/interrupts/gpe0D: 0 disabled /sys/firmware/acpi/interrupts/gpe0E: 0 disabled /sys/firmware/acpi/interrupts/gpe20: 0 disabled /sys/firmware/acpi/interrupts/gpe0F: 0 invalid /sys/firmware/acpi/interrupts/gpe21: 0 invalid /sys/firmware/acpi/interrupts/gpe22: 0 invalid /sys/firmware/acpi/interrupts/gpe23: 0 invalid /sys/firmware/acpi/interrupts/gpe24: 0 invalid /sys/firmware/acpi/interrupts/gpe25: 0 invalid /sys/firmware/acpi/interrupts/gpe26: 0 invalid /sys/firmware/acpi/interrupts/gpe1A: 0 invalid /sys/firmware/acpi/interrupts/gpe27: 0 invalid /sys/firmware/acpi/interrupts/gpe1B: 0 invalid /sys/firmware/acpi/interrupts/gpe28: 0 invalid /sys/firmware/acpi/interrupts/gpe1C: 0 invalid /sys/firmware/acpi/interrupts/gpe29: 0 invalid /sys/firmware/acpi/interrupts/gpe1D: 0 invalid /sys/firmware/acpi/interrupts/gpe1E: 0 invalid /sys/firmware/acpi/interrupts/gpe30: 0 invalid /sys/firmware/acpi/interrupts/gpe1F: 0 invalid /sys/firmware/acpi/interrupts/gpe31: 0 invalid /sys/firmware/acpi/interrupts/gpe32: 0 invalid /sys/firmware/acpi/interrupts/gpe33: 0 invalid /sys/firmware/acpi/interrupts/gpe34: 0 invalid /sys/firmware/acpi/interrupts/gpe35: 0 invalid /sys/firmware/acpi/interrupts/gpe36: 0 invalid /sys/firmware/acpi/interrupts/gpe2A: 0 invalid /sys/firmware/acpi/interrupts/gpe37: 0 invalid /sys/firmware/acpi/interrupts/gpe2B: 0 invalid /sys/firmware/acpi/interrupts/gpe38: 0 invalid /sys/firmware/acpi/interrupts/gpe2C: 0 invalid /sys/firmware/acpi/interrupts/gpe39: 0 invalid /sys/firmware/acpi/interrupts/gpe2D: 0 invalid /sys/firmware/acpi/interrupts/gpe2E: 0 invalid /sys/firmware/acpi/interrupts/gpe2F: 0 invalid /sys/firmware/acpi/interrupts/gpe3A: 0 invalid /sys/firmware/acpi/interrupts/gpe3B: 0 invalid /sys/firmware/acpi/interrupts/gpe3C: 0 invalid /sys/firmware/acpi/interrupts/gpe3D: 0 invalid /sys/firmware/acpi/interrupts/gpe3E: 0 invalid /sys/firmware/acpi/interrupts/gpe3F: 0 invalid /sys/firmware/acpi/interrupts/sci_not: 0 /sys/firmware/acpi/interrupts/ff_pmtimer: 0 invalid /sys/firmware/acpi/interrupts/ff_rt_clk: 0 disabled /sys/firmware/acpi/interrupts/gpe_all:1655 /sys/firmware/acpi/interrupts/ff_gbl_lock: 0 enabled /sys/firmware/acpi/interrupts/ff_pwr_btn: 0 enabled /sys/firmware/acpi/interrupts/ff_slp_btn: 0 invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Incomplete Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occaciona
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRelease: Ubuntu 13.04 HibernationDevice: RESUME=UUID=0095ea5c-4c12-
[Kernel-packages] [Bug 1230041] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841276/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudi
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
apport information ** Description changed: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRelease: Ubuntu 13.04 HibernationDevice: RESUME=UUID=0095ea5c-4c12-4d86-9f57-622f41bc3efe InstallationDate: Installed on 2013-09-20 (4 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2) MachineType: LENOVO 7458CZ8 MarkForUpload: True Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE
[Kernel-packages] [Bug 1230041] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841275/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRelease
[Kernel-packages] [Bug 1230041] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841274/+files/BootDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio Di
[Kernel-packages] [Bug 1230041] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841282/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio
[Kernel-packages] [Bug 1230041] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841285/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio Di
[Kernel-packages] [Bug 1230041] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841286/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRel
[Kernel-packages] [Bug 1230041] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841278/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio Dist
[Kernel-packages] [Bug 1230041] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841281/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio
[Kernel-packages] [Bug 1230041] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841283/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulse
[Kernel-packages] [Bug 1230041] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841279/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRelea
[Kernel-packages] [Bug 1230041] HookError_cloud_archive.txt
apport information ** Attachment added: "HookError_cloud_archive.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841277/+files/HookError_cloud_archive.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien
[Kernel-packages] [Bug 1230041] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841284/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio
[Kernel-packages] [Bug 1230041] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841287/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio Distro
[Kernel-packages] [Bug 1230041] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841288/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio
[Kernel-packages] [Bug 1230041] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1230041/+attachment/3841280/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRelea
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
I update to the latest v3.12 kernel. 3.12.0-031200rc2-generic #201309231935 SMP Mon Sep 23 23:46:09 UTC 2013 i686 i686 i686 GNU/Linux The X200 notebook has worked fine for 2 days, and the bug never show again. Even some other crashes happen, I still can use my notebook. kernel-fixed-upstream -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion:
[Kernel-packages] [Bug 1230041] Re: i915_hotplug_work_func cause system crash
kernel-fixed-upstream -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1230041 Title: i915_hotplug_work_func cause system crash Status in “linux” package in Ubuntu: Confirmed Bug description: i915_hotplug_work_func cause system crash NoteBook:X200 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring uname -a Linux julien-X200 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux Mostly the notebook crashes when it restore to work from "suspend" status. Occacionally it also stop work when I use firefox for some time. When the problem happens, I can not use keyboard, mouse and I can not switch to terminal mode through ctl+alt+F1~F6. I can ssh to the notebook from other pc, but I can not kill Xorg or reboot the notebook. The proc xorg in "uninterruptable sleep" staus. It seems i915_hotplug_work_func has dead lock. Information from dmesg: [ 2520.564119] INFO: task kworker/u:3:225 blocked for more than 120 seconds. [ 2520.564129] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564135] kworker/u:3 D 0 225 2 0x [ 2520.564146] f6f59e90 0046 f68659b0 f6f59e48 c1010c58 c19c9100 dcb5da4d [ 2520.564165] 021d c19c9100 f7bc8100 f68659b0 0002 a205ca2a efbecfc0 [ 2520.564181] f6f59ed0 c1612d00 0296 ed87c426 ef4cc000 c19c9100 0001 [ 2520.564198] Call Trace: [ 2520.564217] [] ? __switch_to+0x2a8/0x330 [ 2520.564230] [] ? __schedule+0x360/0x780 [ 2520.564242] [] ? default_spin_lock_flags+0x8/0x10 [ 2520.564252] [] ? _raw_spin_lock_irqsave+0x2d/0x40 [ 2520.564269] [] schedule+0x23/0x60 [ 2520.564278] [] schedule_preempt_disabled+0xd/0x10 [ 2520.564287] [] __mutex_lock_slowpath+0xc6/0x120 [ 2520.564295] [] mutex_lock+0x24/0x40 [ 2520.564344] [] i915_hotplug_work_func+0x28/0x90 [i915] [ 2520.564356] [] ? cwq_dec_nr_in_flight+0x5b/0x90 [ 2520.564366] [] process_one_work+0x135/0x3e0 [ 2520.564376] [] ? common_interrupt+0x33/0x38 [ 2520.564386] [] worker_thread+0x119/0x3c0 [ 2520.564394] [] ? manage_workers+0x240/0x240 [ 2520.564403] [] kthread+0x94/0xa0 [ 2520.564414] [] ? __hrtimer_start_range_ns+0x1f0/0x460 [ 2520.564424] [] ret_from_kernel_thread+0x1b/0x28 [ 2520.564432] [] ? kthread_create_on_node+0xc0/0xc0 [ 2520.564450] INFO: task Xorg:1283 blocked for more than 120 seconds. [ 2520.564455] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 2520.564459] XorgD 0 1283 1275 0x0044 [ 2520.564468] ef4cdc90 00203086 f34035c0 07ff f6f58000 c19c9100 dcb4371d [ 2520.564485] 021d c19c9100 f7bc8100 ed87c010 [ 2520.564509] f344f700 ef4cdcf0 ef4cdcfc c10867f9 [ 2520.564525] Call Trace: [ 2520.564537] [] ? load_balance+0x99/0x670 [ 2520.564546] [] schedule+0x23/0x60 [ 2520.564555] [] schedule_timeout+0x19d/0x240 [ 2520.564565] [] wait_for_common+0xa1/0x120 [ 2520.564575] [] ? try_to_wake_up+0x230/0x230 [ 2520.564584] [] wait_for_completion+0x17/0x20 [ 2520.564594] [] flush_workqueue+0xe7/0x330 [ 2520.564604] [] ? perf_ibs_start+0x10/0x120 [ 2520.564613] [] ? perf_ibs_start+0x111/0x120 [ 2520.564658] [] intel_crtc_page_flip+0x127/0x360 [i915] [ 2520.564671] [] ? kmem_cache_alloc_trace+0x103/0x110 [ 2520.564715] [] drm_mode_page_flip_ioctl+0x238/0x310 [drm] [ 2520.564732] [] ? mutex_lock+0x18/0x40 [ 2520.564766] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564794] [] drm_ioctl+0x42a/0x490 [drm] [ 2520.564830] [] ? drm_mode_gamma_get_ioctl+0xe0/0xe0 [drm] [ 2520.564861] [] ? drm_copy_field+0x80/0x80 [drm] [ 2520.564871] [] do_vfs_ioctl+0x80/0x580 [ 2520.564900] [] ? drm_read+0xb6/0x160 [drm] [ 2520.564917] [] ? do_setitimer+0x123/0x210 [ 2520.564927] [] ? vfs_read+0xe5/0x160 [ 2520.564955] [] ? drm_fasync+0x90/0x90 [drm] [ 2520.564964] [] sys_ioctl+0x6b/0x80 [ 2520.564974] [] sysenter_do_call+0x12/0x28 stack Information from proc kworker/u:3:225 [] i915_hotplug_work_func+0x28/0x90 [i915] [] process_one_work+0x135/0x3e0 [] worker_thread+0x119/0x3c0 [] kthread+0x94/0xa0 [] ret_from_kernel_thread+0x1b/0x28 [] 0x From the attached pictures, I915 has about 1300 intertups per seconds, and i915_hotplug_work_func take about 734 ms/s. --- ApportVersion: 2.9.2-0ubuntu8.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: julien 1823 F pulseaudio DistroRelease: Ubuntu 13.04 HibernationDevice: RESUME=UUID=0095ea5c-4c12-4d86-9f57-622f41bc3efe InstallationDate: Inst
[Kernel-packages] [Bug 1050352] Re: External USB 3.0 hard drive randomly disconnects and connects
I have update my htpc to 13.04, the problem still exist!!! julien@julien-htpc:/var/log$ uname -a Linux julien-htpc 3.8.0-31-generic #46-Ubuntu SMP Tue Sep 10 20:03:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux julien@julien-htpc:/var/log$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 13.04 Release:13.04 Codename: raring [168077.254049] usb 7-2: reset SuperSpeed USB device number 2 using xhci_hcd [168077.269871] usb 7-2: Parent hub missing LPM exit latency info. Power management will be impacted. [168077.270734] usb 7-2: device firmware changed [168077.270824] usb 7-2: USB disconnect, device number 2 [168077.270861] sd 4:0:0:0: Device offlined - not ready after error recovery [168077.270880] sd 4:0:0:0: [sdb] Unhandled error code [168077.270887] sd 4:0:0:0: [sdb] [168077.270893] Result: hostbyte=DID_ABORT driverbyte=DRIVER_OK [168077.270900] sd 4:0:0:0: [sdb] CDB: [168077.270904] Write(10): 2a 00 09 44 09 38 00 00 10 00 [168077.270928] end_request: I/O error, dev sdb, sector 155453752 [168077.270980] Aborting journal on device sdb1-8. [168077.271013] JBD2: Error -5 detected when updating journal superblock for sdb1-8. [168077.272694] xhci_hcd :03:00.0: xHCI xhci_drop_endpoint called with disabled ep 88013632bf00 [168077.272702] xhci_hcd :03:00.0: xHCI xhci_drop_endpoint called with disabled ep 88013632bf40 [168915.761806] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767243: comm rtorrent: reading directory lblock 0 [168915.761839] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767243: comm rtorrent: reading directory lblock 0 [168915.761865] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767243: comm rtorrent: reading directory lblock 0 [168915.761891] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767243: comm rtorrent: reading directory lblock 0 [168915.761916] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767243: comm rtorrent: reading directory lblock 0 [168915.761940] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767243: comm rtorrent: reading directory lblock 0 [168915.761965] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767243: comm rtorrent: reading directory lblock 0 [168915.761989] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767243: comm rtorrent: reading directory lblock 0 [201303.851716] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767170: comm updatedb.mlocat: reading directory lblock 0 [201303.851803] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767170: comm updatedb.mlocat: reading directory lblock 0 [201303.852018] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767170: comm updatedb.mlocat: reading directory lblock 0 [201303.852038] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767170: comm updatedb.mlocat: reading directory lblock 0 [201303.852056] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767170: comm updatedb.mlocat: reading directory lblock 0 [201303.852134] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #5767170: comm updatedb.mlocat: reading directory lblock 0 [201303.852168] EXT4-fs error (device sdb1): ext4_find_entry:1270: inode #2: comm updatedb.mlocat: reading directory lblock 0 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1050352 Title: External USB 3.0 hard drive randomly disconnects and connects Status in “linux” package in Ubuntu: Triaged Bug description: Ubuntu 12.10 AMD64, kernel 3.5.0-14.16. External hard drive Hitachi Touro Desk 3.0 connected to USB 3.0 port. Gets disconnected randomly and then connected again. Only happens with USB 3.0 connection (xhci), when plugged to USB 2.0 (ehci) port it works ok. Attached is related kernel log portion: there is nothing special there except for these lines: 11-2: Parent hub missing LPM exit latency info. Power management will be impacted. usb 11-2: USB disconnect, device number 2 --- AcpiTables: Error: command ['pkexec', '/usr/share/apport/dump_acpi_tables.py'] failed with exit code 127: Error executing /usr/share/apport/dump_acpi_tables.py: Permission denied ApportVersion: 2.5.1-0ubuntu7 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: dmitry 3011 F pulseaudio /dev/snd/controlC1: dmitry 3011 F pulseaudio /dev/snd/controlC0: dmitry 3011 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. DistroRelease: Ubuntu 12.10 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=e3fa02f8-4f15-4f00-9d79-e982d4837b5c IwConfig: vboxnet0 no wireless extensions. eth0 no wireless extensions. lono wireless extensions. MachineType: Gigabyte Technology Co., Ltd
[Kernel-packages] [Bug 1012291] Re: USB disconnect
This issue affects me also. My PC attach a USB-3 2TB*2 Raid0 storage. It disconnect every several hours when the disk is in idle. julien@julien-htpc:~$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 54 model name : Intel(R) Atom(TM) CPU D2550 @ 1.86GHz stepping: 1 microcode : 0x106 cpu MHz : 1861.956 cache size : 512 KB physical id : 0 siblings: 4 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts nopl nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm arat dtherm bugs: bogomips: 3723.91 clflush size: 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: julien@julien-htpc:~$ uname -a Linux julien-htpc 3.19.0-31-generic #36-Ubuntu SMP Wed Oct 7 15:04:02 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux julien@julien-htpc:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 15.04 Release:15.04 Codename: vivid [Mon Nov 2 08:01:37 2015] sd 15:0:0:0: [sdc] Attached SCSI disk [Mon Nov 2 21:41:23 2015] usb 2-2: USB disconnect, device number 13 [Mon Nov 2 21:41:23 2015] scsi 15:0:0:0: rejecting I/O to offline device [Mon Nov 2 21:41:23 2015] scsi 15:0:0:0: [sdc] killing request [Mon Nov 2 21:41:23 2015] scsi 15:0:0:0: [sdc] FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK [Mon Nov 2 21:41:23 2015] scsi 15:0:0:0: [sdc] CDB: [Mon Nov 2 21:41:23 2015] Read(16): 88 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 [Mon Nov 2 21:41:23 2015] blk_update_request: I/O error, dev sdc, sector 0 [Mon Nov 2 21:41:23 2015] Buffer I/O error on dev sdc, logical block 0, async page read [Mon Nov 2 21:41:23 2015] Buffer I/O error on dev sdc, logical block 0, async page read [Mon Nov 2 21:41:36 2015] usb 1-2: new high-speed USB device number 15 using xhci_hcd [Mon Nov 2 21:41:36 2015] usb 2-2: new SuperSpeed USB device number 14 using xhci_hcd [Mon Nov 2 21:41:36 2015] usb 2-2: New USB device found, idVendor=152d, idProduct=0539 [Mon Nov 2 21:41:36 2015] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5 [Mon Nov 2 21:41:36 2015] usb 2-2: Product: USB to ATA/ATAPI Bridge [Mon Nov 2 21:41:36 2015] usb 2-2: Manufacturer: JMicron [Mon Nov 2 21:41:36 2015] usb 2-2: SerialNumber: CEE983BF [Mon Nov 2 21:41:36 2015] usb-storage 2-2:1.0: USB Mass Storage device detected [Mon Nov 2 21:41:36 2015] usb-storage 2-2:1.0: Quirks match for vid 152d pid 0539: 400 [Mon Nov 2 21:41:36 2015] scsi host16: usb-storage 2-2:1.0 [Mon Nov 2 21:41:37 2015] scsi 16:0:0:0: Direct-Access ORICO H/ W RAID0 PQ: 0 ANSI: 5 [Mon Nov 2 21:41:37 2015] sd 16:0:0:0: Attached scsi generic sg1 type 0 [Mon Nov 2 21:41:37 2015] sd 16:0:0:0: [sdc] Very big device. Trying to use READ CAPACITY(16). [Mon Nov 2 21:41:37 2015] sd 16:0:0:0: [sdc] 7813857280 512-byte logical blocks: (4.00 TB/3.63 TiB) [Mon Nov 2 21:41:37 2015] sd 16:0:0:0: [sdc] Write Protect is off [Mon Nov 2 21:41:37 2015] sd 16:0:0:0: [sdc] Mode Sense: 28 00 00 00 [Mon Nov 2 21:41:37 2015] sd 16:0:0:0: [sdc] No Caching mode page found [Mon Nov 2 21:41:37 2015] sd 16:0:0:0: [sdc] Assuming drive cache: write through [Mon Nov 2 21:41:37 2015] sd 16:0:0:0: [sdc] Very big device. Trying to use READ CAPACITY(16). [Mon Nov 2 21:41:38 2015] sdc: sdc1 [Mon Nov 2 21:41:38 2015] sd 16:0:0:0: [sdc] Very big device. Trying to use READ CAPACITY(16). [Mon Nov 2 21:41:38 2015] sd 16:0:0:0: [sdc] Attached SCSI disk -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1012291 Title: USB disconnect Status in linux package in Ubuntu: Expired Bug description: USB ports are often resetted and disconnected. Below an example sequence: [mar giu 12 18:57:22 2012] usb 2-1.6: reset low-speed USB device number 106 using ehci_hcd [mar giu 12 18:57:22 2012] usb 2-1.6: USB disconnect, device number 106 [mar giu 12 18:57:22 2012] usb 2-1: reset high-speed USB device number 105 using ehci_hcd [mar giu 12 18:57:23 2012] usb 2-1.6: new low-speed USB device number 107 using ehci_hcd [mar giu 12 18:57:23 2012] input: Chicony 2.4G Multimedia Wireless Kit as /devices/pci:00/:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input297 [mar giu 12 18:57:23 2012] generic-usb 0003:04F2:0860.00E9: input,hidraw0: USB HID v1.11 Keyboard [Chicony 2.4G Multimedia Wireless Kit] on usb-:00:1d.0-1.6/input0 [mar giu 12 18:57:23 2012] input: Chicony 2.4G Multimedia Wireless Kit as