Bug 768153 - Bluetooth usage freezes system.
Summary: Bluetooth usage freezes system.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 896079 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-15 21:37 UTC by Kurt Nelson
Modified: 2013-08-01 02:08 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 896079 (view as bug list)
Environment:
Last Closed: 2013-08-01 02:08:45 UTC
Type: ---


Attachments (Terms of Use)
Dumps from ABRT. (11.89 KB, application/zip)
2011-12-15 21:37 UTC, Kurt Nelson
no flags Details
messages log file (288.85 KB, application/octet-stream)
2012-09-07 12:58 UTC, Valent Turkovic
no flags Details

Description Kurt Nelson 2011-12-15 21:37:53 UTC
Created attachment 547491 [details]
Dumps from ABRT.

While coding a tool for a device in python, after some usage the entire system will lock up upon a call to the python bluez library.

Also, it appears as part of the crash the kernel is becoming marked tainted, as shown below my nvidia module is not loaded and cat /proc/sys/kernel/tainted shows 0.

3.1.5-2.fc16.x86_64

Backtrace:

general protection fault: 0000 [#9] SMP 
CPU 4 
Modules linked in: rfcomm bnep btusb bluetooth rfkill fuse lockd ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack nvidia(P) vboxnetadp vboxnetflt vboxdrv uinput sunrpc binfmt_misc joydev snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm microcode serio_raw i7core_edac edac_core r8169 mii i2c_i801 snd_timer iTCO_wdt iTCO_vendor_support snd i2c_core soundcore snd_page_alloc uas usb_storage [last unloaded: scsi_wait_scan]
Pid: 4283, comm: iptables.init Tainted: P      D  C  3.1.4-1.fc16.x86_64 #1 Shuttle Inc. SH55J/SH55J
RIP: 0010:[<ffffffff81119424>]  [<ffffffff81119424>] __kmalloc+0xa8/0x102
RSP: 0018:ffff880134187e78  EFLAGS: 00010206
RAX: 0000000000000000 RBX: 0000000000000800 RCX: 0000000000006ad6
RDX: 0000000000006ad5 RSI: 0000000000015e00 RDI: 00000000000007ff
RBP: ffff880134187eb8 R08: ffff88013fd15e00 R09: 0000000000000010
R10: 00007ffff001deb0 R11: 0000000000000206 R12: ffff88013b002c00
R13: 033e9a00033f9100 R14: 00000000000002d0 R15: 0000000000000800
FS:  00007f4bd9ba3700(0000) GS:ffff88013fd00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 000000000042f620 CR3: 000000011c25f000 CR4: 00000000000006e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process iptables.init (pid: 4283, threadinfo ffff880134186000, task ffff88011bbe9730)
Stack:
 00000000000000d0 ffffffff8113e253 ffff880134187ed8 0000000000000800
 ffff8800b2d1ad00 00000000000000ff ffff8801343053c0 ffff88011bbe9730
 ffff880134187ed8 ffffffff8113e253 00000000000000d0 0000000000000100
Call Trace:
 [<ffffffff8113e253>] ? alloc_fdmem+0x22/0x32
 [<ffffffff8113e253>] alloc_fdmem+0x22/0x32
 [<ffffffff8113e2dc>] alloc_fdtable+0x79/0xd6
 [<ffffffff8113e453>] expand_files+0x66/0x16e
 [<ffffffff81135db7>] sys_dup3+0x5f/0x142
 [<ffffffff81135ee2>] sys_dup2+0x48/0x4a
 [<ffffffff814bd9c2>] system_call_fastpath+0x16/0x1b
Code: 8b 28 4d 85 ed 75 17 48 8b 4d c8 83 ca ff 44 89 f6 4c 89 e7 e8 6b 78 39 00 49 89 c5 eb 21 49 63 44 24 20 49 8b 34 24 48 8d 4a 01 
RIP  [<ffffffff81119424>] __kmalloc+0xa8/0x102
 RSP <ffff880134187e78>

Comment 1 Josh Boyer 2011-12-15 21:51:26 UTC
The dump shows the nvidia module _is_ loaded.  The attachment shows the same.  The P taint is present as soon as the nvidia module is loaded.  The D taint is because something else went wrong and the kernel was already dying.  The:

general protection fault: 0000 [#9] SMP 

line shows that this is the ninth oops (the attachment also includes the 10th).

If you can recreate this from a fresh boot without ever loading the nvidia module at all, please attach the backtrace from that.  We'd need the first backtrace.  You might also try installing the debug kernel to see if you get backtrace output earlier.

Comment 2 Josh Boyer 2011-12-15 21:52:47 UTC
Oh, and I also noted you have the vbox modules loaded.  Please try recreating without those as well.  They have been known to cause problems.

Comment 3 Kurt Nelson 2011-12-15 22:45:29 UTC
After stripping even more things out, and using kernel-debug 3.1.5-2 with kdump configured and tested with echo c > /proc/sysrq-trigger, I now just get a total system freeze with no dump.
The last lines in /var/log/messages:

Dec 15 17:34:46 jiko dhclient[1295]: DHCPREQUEST on p129p1 to 192.0.0.1 port 67
Dec 15 17:34:46 jiko NetworkManager[1131]: DHCPREQUEST on p129p1 to 192.0.0.1 port 67
Dec 15 17:34:46 jiko dhclient[1295]: DHCPACK from 192.0.0.1
Dec 15 17:34:46 jiko NetworkManager[1131]: DHCPACK from 192.0.0.1
Dec 15 17:34:46 jiko dhclient[1295]: bound to 192.0.0.2 -- renewal in 299 seconds.
Dec 15 17:34:46 jiko NetworkManager[1131]: <info> (p129p1): DHCPv4 state changed reboot -> renew
Dec 15 17:34:46 jiko NetworkManager[1131]: <info>   address 192.0.0.2
Dec 15 17:34:46 jiko NetworkManager[1131]: <info>   prefix 16 (255.255.0.0)
Dec 15 17:34:46 jiko NetworkManager[1131]: NetworkManager[1131]: <info> (p129p1): DHCPv4 state changed reboot -> renew
Dec 15 17:34:46 jiko NetworkManager[1131]: NetworkManager[1131]: <info>   address 192.0.0.2
Dec 15 17:34:46 jiko NetworkManager[1131]: NetworkManager[1131]: <info>   prefix 16 (255.255.0.0)
Dec 15 17:34:46 jiko NetworkManager[1131]: bound to 192.0.0.2 -- renewal in 299 seconds.
Dec 15 17:34:46 jiko NetworkManager[1131]: NetworkManager[1131]: <info>   gateway 192.0.0.1
Dec 15 17:34:46 jiko NetworkManager[1131]: <info>   gateway 192.0.0.1
Dec 15 17:34:46 jiko NetworkManager[1131]: <info>   hostname 'jiko'
Dec 15 17:34:46 jiko NetworkManager[1131]: <info>   nameserver '208.67.222.222'
Dec 15 17:34:46 jiko NetworkManager[1131]: <info>   nameserver '208.67.220.220'
Dec 15 17:34:46 jiko NetworkManager[1131]: NetworkManager[1131]: <info>   hostname 'jiko'
Dec 15 17:34:46 jiko NetworkManager[1131]: <info>   domain name 'home.thisisnotajoke.com'
Dec 15 17:34:46 jiko NetworkManager[1131]: NetworkManager[1131]: <info>   nameserver '208.67.222.222'
Dec 15 17:34:46 jiko NetworkManager[1131]: NetworkManager[1131]: <info>   nameserver '208.67.220.220'
Dec 15 17:34:46 jiko NetworkManager[1131]: NetworkManager[1131]: <info>   domain name 'home.thisisnotajoke.com'
Dec 15 17:34:46 jiko dbus[1179]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Dec 15 17:34:46 jiko dbus-daemon[1179]: dbus[1179]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Dec 15 17:34:46 jiko dbus[1179]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec 15 17:34:46 jiko dbus-daemon[1179]: dbus[1179]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec 15 17:35:11 jiko abrt: detected unhandled Python exception in './notify.py'
Dec 15 17:35:25 jiko abrt: detected unhandled Python exception in './notify.py'
Dec 15 17:36:46 jiko bluetoothd[1077]: Discovery session 0x7f686f902e90 with :1.71 activated
Dec 15 17:36:46 jiko bluetoothd[1077]: bluetoothd[1077]: Discovery session 0x7f686f902e90 with :1.71 activated
Dec 15 17:36:54 jiko bluetoothd[1077]: Stopping discovery
Dec 15 17:36:54 jiko bluetoothd[1077]: bluetoothd[1077]: Stopping discovery

After the last line, the next line is:
Dec 15 17:38:54 jiko kernel: imklog 5.8.5, log source = /proc/kmsg started.

My current lsmod:
Module                  Size  Used by
fuse                   69266  3 
lockd                  78490  0 
ip6t_REJECT             4451  2 
nf_conntrack_netbios_ns     1297  0 
nf_conntrack_broadcast     1383  1 nf_conntrack_netbios_ns
nf_conntrack_ipv6       8338  6 
nf_defrag_ipv6          9740  1 nf_conntrack_ipv6
nf_conntrack_ipv4       9030  6 
ip6table_filter         1735  1 
nf_defrag_ipv4          1561  1 nf_conntrack_ipv4
ip6_tables             19304  1 ip6table_filter
xt_state                1370  12 
nf_conntrack           76503  5 nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_conntrack_ipv6,nf_conntrack_ipv4,xt_state
snd_hda_codec_hdmi     25842  4 
snd_hda_codec_realtek   327386  1 
snd_hda_intel          26310  6 
snd_hda_codec          97519  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               6891  1 snd_hda_codec
snd_seq                58599  0 
snd_seq_device          6425  1 snd_seq
sunrpc                225584  2 lockd
snd_pcm                89984  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer              22199  2 snd_seq,snd_pcm
snd                    71085  21 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
i2c_i801                9893  0 
soundcore               7124  1 snd
iTCO_wdt               12452  0 
iTCO_vendor_support     2699  1 iTCO_wdt
binfmt_misc             7775  1 
uinput                  8254  0 
i7core_edac            17393  0 
r8169                  48399  0 
i2c_core               28203  1 i2c_i801
edac_core              45283  3 i7core_edac
snd_page_alloc          8061  2 snd_hda_intel,snd_pcm
mii                     4847  1 r8169
serio_raw               4558  0 
joydev                 10372  0 
microcode              19616  0 
usb_storage            49071  0

Comment 4 addammo 2012-01-31 08:35:55 UTC
My pc freeze too when usig bluetooth.
The kernel message:

Jan 29 16:07:01 localhost rsyslogd: [origin software="rsyslogd" swVersion="5.8.5" x-pid="862" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Jan 29 16:07:13 localhost kernel: [ 3955.894920] ------------[ cut here ]------------
Jan 29 16:07:13 localhost kernel: [ 3955.903162] WARNING: at lib/list_debug.c:26 __list_add+0x3e/0x81()
Jan 29 16:07:13 localhost kernel: [ 3955.911352] Hardware name: System Product Name
Jan 29 16:07:13 localhost kernel: [ 3955.919526] list_add corruption. next->prev should be prev (ff3007f0), but was c04f9031. (next=f0dc0240).
Jan 29 16:07:13 localhost kernel: [ 3955.927869] Modules linked in: rfcomm bnep btusb bluetooth rfkill tcp_lp nls_utf8 ppp_deflate zlib_deflate ppp_async crc_ccitt ppp_generic slhc cdc_acm qcaux fuse lockd ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 ip6table_filter xt_state nf_conntrack ip6_tables snd_hda_codec_hdmi snd_hda_codec_analog ppdev snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm k8temp snd_timer snd soundcore snd_page_alloc parport_pc parport nv_tco i2c_nforce2 asus_atk0110 sunrpc uinput binfmt_misc pata_acpi ata_generic pata_amd sata_nv radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: scsi_wait_scan]
Jan 29 16:07:13 localhost kernel: [ 3955.973479] Pid: 4561, comm: updatedb Tainted: G      D W   3.1.0-7.fc16.i686.PAE #1
Jan 29 16:07:13 localhost kernel: [ 3955.982870] Call Trace:
Jan 29 16:07:13 localhost kernel: [ 3955.992217]  [<c0447969>] warn_slowpath_common+0x7c/0x91
Jan 29 16:07:13 localhost kernel: [ 3956.001630]  [<c05de59d>] ? __list_add+0x3e/0x81
Jan 29 16:07:13 localhost kernel: [ 3956.011031]  [<c05de59d>] ? __list_add+0x3e/0x81
Jan 29 16:07:13 localhost kernel: [ 3956.020300]  [<c0447a09>] warn_slowpath_fmt+0x33/0x35
Jan 29 16:07:13 localhost kernel: [ 3956.029554]  [<c05de59d>] __list_add+0x3e/0x81
Jan 29 16:07:13 localhost kernel: [ 3956.038785]  [<c04f9031>] ? file_free+0x33/0x33
Jan 29 16:07:13 localhost kernel: [ 3956.047952]  [<c04f9411>] file_sb_list_add+0x32/0x3b
Jan 29 16:07:13 localhost kernel: [ 3956.057138]  [<c04f697d>] __dentry_open+0xc5/0x256
Jan 29 16:07:13 localhost kernel: [ 3956.066337]  [<c04f7889>] nameidata_to_filp+0x52/0x5e
Jan 29 16:07:13 localhost kernel: [ 3956.066347]  [<c05024e5>] do_last+0x416/0x52b
Jan 29 16:07:13 localhost kernel: [ 3956.066354]  [<c0500fa0>] ? path_init+0x16a/0x24e
Jan 29 16:07:13 localhost kernel: [ 3956.066360]  [<c05026d0>] path_openat+0xac/0x283
Jan 29 16:07:13 localhost kernel: [ 3956.066370]  [<c0434d8c>] ? should_resched+0xd/0x27
Jan 29 16:07:13 localhost kernel: [ 3956.066380]  [<c05d986c>] ? copy_to_user+0x44/0x4b
Jan 29 16:07:13 localhost kernel: [ 3956.066386]  [<c05028f1>] do_filp_open+0x2b/0x6c
Jan 29 16:07:13 localhost kernel: [ 3956.066394]  [<c05d978e>] ? strncpy_from_user+0x34/0x4e
Jan 29 16:07:13 localhost kernel: [ 3956.066402]  [<c050ab7a>] ? alloc_fd+0x53/0xbf
Jan 29 16:07:13 localhost kernel: [ 3956.066410]  [<c04f78f4>] do_sys_open+0x5f/0xe5
Jan 29 16:07:13 localhost kernel: [ 3956.066418]  [<c04f79a0>] sys_open+0x26/0x2c
Jan 29 16:07:13 localhost kernel: [ 3956.066427]  [<c082c6df>] sysenter_do_call+0x12/0x28
Jan 29 16:07:13 localhost kernel: [ 3956.066433] ---[ end trace cac7bee19eb98c78 ]---
Jan 29 16:07:14 localhost abrt-dump-oops[785]: abrt-dump-oops: Found oopses: 1
Jan 29 16:07:14 localhost abrt-dump-oops[785]: abrt-dump-oops: Creating dump directories
Jan 29 16:07:14 localhost abrtd: Directory 'oops-2012-01-29-16:07:14-785-0' creation detected
Jan 29 16:07:14 localhost abrt-dump-oops: Reported 1 kernel oopses to Abrt
Jan 29 16:07:14 localhost abrtd: Can't open file '/var/spool/abrt/oops-2012-01-29-16:07:14-785-0/uid': No such file or directory
Jan 29 16:07:14 localhost abrtd: DUP_OF_DIR: /var/spool/abrt/oops-2012-01-29-16:05:53-785-3
Jan 29 16:07:14 localhost abrtd: Dump directory is a duplicate of /var/spool/abrt/oops-2012-01-29-16:05:53-785-3
Jan 29 16:07:14 localhost abrtd: Deleting dump directory oops-2012-01-29-16:07:14-785-0 (dup of oops-2012-01-29-16:05:53-785-3), sending dbus signal
--------------END-------------------
This happen with gnome but it seems not with kde.
Kernel: default; desktop manager: gnome

Comment 5 addammo 2012-01-31 09:42:22 UTC
I installed blueman but my pc also freeze when using bluetooth.

Comment 6 addammo 2012-02-06 15:43:55 UTC
Bluetooth freeze my PC with Kde too.

Comment 7 Dave Jones 2012-03-22 16:39:51 UTC
[mass update]
kernel-3.3.0-4.fc16 has been pushed to the Fedora 16 stable repository.
Please retest with this update.

Comment 8 Dave Jones 2012-03-22 16:45:00 UTC
[mass update]
kernel-3.3.0-4.fc16 has been pushed to the Fedora 16 stable repository.
Please retest with this update.

Comment 9 Dave Jones 2012-03-22 16:53:38 UTC
[mass update]
kernel-3.3.0-4.fc16 has been pushed to the Fedora 16 stable repository.
Please retest with this update.

Comment 10 addammo 2012-03-27 15:22:51 UTC
Tryed kernel 3.3.0-4.fc16 and my pc still freeze.

Kernel messages:
FIRST TRY:

Mar 27 16:37:39 localhost kernel: [  264.613369] BUG: unable to handle kernel paging request at 00200200
Mar 27 16:37:39 localhost kernel: [  264.613449] IP: [<f9ae7a41>] hci_conn_del+0xe1/0x230 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.613536] *pdpt = 00000000332be001 *pde = 0000000000000000 
Mar 27 16:37:39 localhost kernel: [  264.613600] Oops: 0002 [#1] SMP 
Mar 27 16:37:39 localhost kernel: [  264.613638] Modules linked in: rfcomm bnep btusb bluetooth rfkill fuse lockd ip6t_REJECT nf_conntrack_ipv4 nf_defrag_ipv
4 nf_conntrack_ipv6 nf_defrag_ipv6 xt_state ip6table_filter nf_conntrack ip6_tables hwmon_vid snd_hda_codec_hdmi snd_hda_codec_analog snd_hda_intel snd_hda_c
odec snd_hwdep snd_seq snd_seq_device snd_pcm ppdev parport_pc parport snd_timer snd soundcore snd_page_alloc nv_tco i2c_nforce2 k8temp asus_atk0110 microcod
e uinput binfmt_misc sunrpc pata_acpi ata_generic pata_amd sata_nv radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: scsi_wait_scan]
Mar 27 16:37:39 localhost kernel: [  264.614295] 
Mar 27 16:37:39 localhost kernel: [  264.614295] Pid: 22, comm: khubd Not tainted 3.3.0-4.fc16.i686.PAE #1 System manufacturer System Product Name/[*DELETED*]
Mar 27 16:37:39 localhost kernel: [  264.614295] EIP: 0060:[<f9ae7a41>] EFLAGS: 00010246 CPU: 1
Mar 27 16:37:39 localhost kernel: [  264.614295] EIP is at hci_conn_del+0xe1/0x230 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.614295] EAX: 00200200 EBX: eee73400 ECX: c0cb9300 EDX: eee73400
Mar 27 16:37:39 localhost kernel: [  264.614295] ESI: eec40000 EDI: eec40008 EBP: f3dc5d64 ESP: f3dc5d3c
Mar 27 16:37:39 localhost kernel: [  264.614295]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
Mar 27 16:37:39 localhost kernel: [  264.614295] Process khubd (pid: 22, ti=f3dc4000 task=f3cc4b60 task.ti=f3dc4000)
Mar 27 16:37:39 localhost kernel: [  264.614295] Stack:
Mar 27 16:37:39 localhost kernel: [  264.614295]  eec40008 f3dc5d64 f9aff47b f3dc5d6c c0535ee9 f9ae1713 f9ae1713 eee73400
Mar 27 16:37:39 localhost kernel: [  264.614295]  eec404c8 eec40008 f3dc5d88 f9ae7c0d f3dc5d88 f9ae1713 eecb83c0 f3dc5d88
Mar 27 16:37:39 localhost kernel: [  264.614295]  eee73400 eec40000 eec4048c f3dc5db4 f9ae28e3 c079f4d5 f3dc5dd0 c079e6e8
Mar 27 16:37:39 localhost kernel: [  264.614295] Call Trace:
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<f9aff47b>] ? l2cap_disconn_cfm+0x2b/0x60 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c0535ee9>] ? kfree+0xf9/0x120
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<f9ae1713>] ? inquiry_cache_flush+0x43/0x70 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<f9ae1713>] ? inquiry_cache_flush+0x43/0x70 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<f9ae7c0d>] hci_conn_hash_flush+0x7d/0xf0 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<f9ae1713>] ? inquiry_cache_flush+0x43/0x70 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<f9ae28e3>] hci_dev_do_close+0xb3/0x300 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c079f4d5>] ? usb_free_urb+0x25/0x30
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c079e6e8>] ? usb_hcd_flush_endpoint+0x38/0x160
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<f9ae5664>] hci_unregister_dev+0x44/0x160 [bluetooth]
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<f99fe8a2>] btusb_disconnect+0x62/0xe0 [btusb]
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c07a0edf>] ? usb_disable_interface+0x3f/0x50
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c07a314c>] usb_unbind_interface+0x3c/0x130
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c073353b>] __device_release_driver+0x5b/0xb0
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c07335b4>] device_release_driver+0x24/0x40
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c0733073>] bus_remove_device+0xb3/0x110
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c07302ca>] ? device_remove_groups+0x2a/0x40
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c0730508>] ? device_remove_attrs+0x38/0x60
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c0730615>] device_del+0xe5/0x150
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c07a0f86>] usb_disable_device+0x96/0x220
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c0798d40>] usb_disconnect+0xa0/0x140
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c079b33e>] hub_thread+0x99e/0x15a0
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c04117b6>] ? __switch_to+0xa6/0x2b0
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c04654e0>] ? remove_wait_queue+0x40/0x40
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c046e10e>] ? complete+0x4e/0x60
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c079a9a0>] ? usb_remote_wakeup+0x80/0x80
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c0464d12>] kthread+0x72/0x80
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c0464ca0>] ? kthread_freezable_should_stop+0x60/0x60
Mar 27 16:37:39 localhost kernel: [  264.614295]  [<c095227e>] kernel_thread_helper+0x6/0x10
Mar 27 16:37:39 localhost kernel: [  264.614295] Code: c0 74 05 f0 80 67 64 fe 8b 87 84 02 00 00 8d 57 64 8b 80 00 03 00 00 e8 9e 73 97 c6 89 d8 e8 b7 fe ff ff 8b 43 04 8b 13 89 42 04 <89> 10 c7 43 04 00 02 20 00 e8 51 25 9e c6 0f b6 43 19 3c 01 0f 
Mar 27 16:37:39 localhost kernel: [  264.614295] EIP: [<f9ae7a41>] hci_conn_del+0xe1/0x230 [bluetooth] SS:ESP 0068:f3dc5d3c
Mar 27 16:37:39 localhost kernel: [  264.614295] CR2: 0000000000200200
Mar 27 16:37:39 localhost kernel: [  264.650660] ---[ end trace 95e09f03ecfbd227 ]---

SECOND TRY

Mar 27 16:49:55 localhost kernel: [  558.081328] BUG: unable to handle kernel paging request at 0101046c
Mar 27 16:49:55 localhost kernel: [  558.082015] IP: [<c0537ae0>] __kmalloc_track_caller+0xb0/0x1d0
Mar 27 16:49:55 localhost kernel: [  558.082015] *pdpt = 0000000032950001 *pde = 0000000000000000 
Mar 27 16:49:55 localhost kernel: [  558.082015] Oops: 0000 [#1] SMP 
Mar 27 16:49:55 localhost kernel: [  558.082015] Modules linked in: rfcomm bnep btusb bluetooth rfkill fuse lockd nf_conntrack_ipv4 nf_defrag_ipv4 ip6t_REJEC
T nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter hwmon_vid ip6_tables snd_hda_codec_hdmi snd_hda_codec_analog snd_hda_intel snd_hda_c
odec nv_tco snd_hwdep snd_seq snd_seq_device ppdev snd_pcm microcode snd_timer k8temp i2c_nforce2 parport_pc parport snd soundcore snd_page_alloc asus_atk011
0 sunrpc uinput binfmt_misc pata_acpi ata_generic pata_amd sata_nv radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: scsi_wait_scan]
Mar 27 16:49:55 localhost kernel: [  558.082015] 
Mar 27 16:49:55 localhost kernel: [  558.082015] Pid: 1011, comm: dbus-daemon Not tainted 3.3.0-4.fc16.i686.PAE #1 System manufacturer System Product Name/[*DELETED*]
Mar 27 16:49:55 localhost kernel: [  558.082015] EIP: 0060:[<c0537ae0>] EFLAGS: 00010246 CPU: 1
Mar 27 16:49:55 localhost kernel: [  558.082015] EIP is at __kmalloc_track_caller+0xb0/0x1d0
Mar 27 16:49:55 localhost kernel: [  558.082015] EAX: 00000000 EBX: ef771840 ECX: 0101046c EDX: 000042c3
Mar 27 16:49:55 localhost kernel: [  558.082015] ESI: f3c02580 EDI: c0c7f4c8 EBP: f1517c78 ESP: f1517c48
Mar 27 16:49:55 localhost kernel: [  558.082015]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
Mar 27 16:49:55 localhost kernel: [  558.082015] Process dbus-daemon (pid: 1011, ti=f1516000 task=f2a28c90 task.ti=f1516000)
Mar 27 16:49:55 localhost kernel: [  558.082015] Stack:
Mar 27 16:49:55 localhost kernel: [  558.082015]  000006cd 46f9abc2 f1517c80 00000000 c084dc7e c08494c4 000004d0 000002c0
Mar 27 16:49:55 localhost kernel: [  558.082015]  0101046c ef771840 000004d0 000001c5 f1517c98 c084dca1 00000000 00000000
Mar 27 16:49:55 localhost kernel: [  558.082015]  f3c02180 eecb7b00 00000000 f2a28c90 f1517cd4 c08494c4 ffffffff 000001c5
Mar 27 16:49:55 localhost kernel: [  558.082015] Call Trace:
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c084dc7e>] ? __alloc_skb+0x2e/0x200
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c08494c4>] ? sock_alloc_send_pskb+0x164/0x2a0
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c084dca1>] __alloc_skb+0x51/0x200
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c08494c4>] sock_alloc_send_pskb+0x164/0x2a0
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c084961d>] sock_alloc_send_skb+0x1d/0x30
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c08e2abf>] unix_stream_sendmsg+0x2ff/0x3f0
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c0845b8f>] sock_sendmsg+0xff/0x120
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c0557650>] ? __pollwait+0xd0/0xd0
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c066d5e2>] ? _copy_from_user+0x42/0x60
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c08513e4>] ? verify_iovec+0x44/0xb0
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c08467ba>] __sys_sendmsg+0x24a/0x260
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c0847fcb>] sys_sendmsg+0x3b/0x60
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c0848673>] sys_socketcall+0x283/0x2e0
Mar 27 16:49:55 localhost kernel: [  558.082015]  [<c04b6a54>] ? __audit_syscall_entry+0xb4/0x2b0

Comment 11 addammo 2012-06-20 08:10:49 UTC
Upgraded Kernel to 3.3.8-1.fc16 and my PC freeze also with this kernel.
/var/log/messages shows me after the freeze:

Jun 19 19:21:27 localhost bluetoothd[1648]: Adapter /org/bluez/1648/hci0 has been enabled
Jun 19 19:22:13 localhost kernel: [  231.099774] BUG: unable to handle kernel paging request at 0101046c
Jun 19 19:22:13 localhost kernel: [  231.099790] IP: [<c05371f0>] __kmalloc_track_caller+0xb0/0x1d0
Jun 19 19:22:13 localhost kernel: [  231.099811] *pdpt = 0000000032c21001 *pde = 0000000000000000 
Jun 19 19:22:13 localhost kernel: [  231.099820] Oops: 0000 [#1] SMP 
Jun 19 19:22:13 localhost kernel: [  231.099828] Modules linked in: rfcomm bnep btusb bluetooth rfkill fuse lockd ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 hwmon_vid xt_state nf_conntrack ip6table_filter ip6_tables snd_hda_codec_analog snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd ppdev parport_pc soundcore parport nv_tco fglrx(PO) snd_page_alloc i2c_nforce2 k8temp asus_atk0110 uinput sunrpc binfmt_misc pata_acpi ata_generic pata_amd sata_nv radeon ttm drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: scsi_wait_scan]
Jun 19 19:22:13 localhost kernel: [  231.099898] 
Jun 19 19:22:13 localhost kernel: [  231.099905] Pid: 1056, comm: dbus-daemon Tainted: P           O 3.3.8-1.fc16.i686.PAE #1 System manufacturer System Product Name/[DELETED]
Jun 19 19:22:13 localhost kernel: [  231.099917] EIP: 0060:[<c05371f0>] EFLAGS: 00010246 CPU: 1
Jun 19 19:22:13 localhost kernel: [  231.099925] EIP is at __kmalloc_track_caller+0xb0/0x1d0
Jun 19 19:22:13 localhost kernel: [  231.099931] EAX: 00000000 EBX: ee63a300 ECX: 0101046c EDX: 0000204f
Jun 19 19:22:13 localhost kernel: [  231.099936] ESI: f7002580 EDI: c0c81448 EBP: f62ddc78 ESP: f62ddc48
Jun 19 19:22:13 localhost kernel: [  231.099942]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
Jun 19 19:22:13 localhost kernel: [  231.099948] Process dbus-daemon (pid: 1056, ti=f62dc000 task=f65dd7f0 task.ti=f62dc000)
Jun 19 19:22:13 localhost kernel: [  231.099953] Stack:
Jun 19 19:22:13 localhost kernel: [  231.099956]  000006cc e2e0e82b f62ddc80 00000000 c084dfee c0849904 000004d0 000002c0
Jun 19 19:22:13 localhost kernel: [  231.099970]  0101046c ee63a300 000004d0 000001e1 f62ddc98 c084e011 00000000 00000000
Jun 19 19:22:13 localhost kernel: [  231.099982]  f7002180 ef1dfd40 00000000 f65dd7f0 f62ddcd4 c0849904 ffffffff 000001e1
Jun 19 19:22:13 localhost kernel: [  231.099994] Call Trace:
Jun 19 19:22:13 localhost kernel: [  231.100006]  [<c084dfee>] ? __alloc_skb+0x2e/0x200
Jun 19 19:22:13 localhost kernel: [  231.100014]  [<c0849904>] ? sock_alloc_send_pskb+0x164/0x2a0
Jun 19 19:22:13 localhost kernel: [  23Jun 19 19:24:14 localhost kernel: imklog 5.8.5, log source = /proc/kmsg started.

Comment 12 Valent Turkovic 2012-09-07 12:58:02 UTC
Hi I have kernel 3.4.9-2.fc16.x86_64 on F16 with latest patches, and I'm also seeing this.

My messages log file is here: http://fpaste.org/cdUz/

Comment 13 Valent Turkovic 2012-09-07 12:58:57 UTC
Created attachment 610710 [details]
messages log file

Comment 14 Valent Turkovic 2012-09-10 09:32:33 UTC
It looks like Fedora 17 bluetooth stack has this issue resolved - https://bugzilla.redhat.com/show_bug.cgi?id=797327

Any updated for Fedora 16 ?

Comment 15 Josh Boyer 2012-09-10 12:54:38 UTC
(In reply to comment #14)
> It looks like Fedora 17 bluetooth stack has this issue resolved -
> https://bugzilla.redhat.com/show_bug.cgi?id=797327
> 
> Any updated for Fedora 16 ?

On 7/25, the latest F17 kernel was still the 3.4 kernel.  F16 is already on the 3.4 kernel.  Also, the latest comment in that bug doesn't actually say it's fixed.

Comment 16 Valent Turkovic 2012-09-12 09:15:48 UTC
Is anybody working on this issue upstream? Is there an upstrem bug that we can track and give feedback to?

Comment 17 Valent Turkovic 2012-10-15 10:15:17 UTC
Just tried using bluetooth on freshly updated Fedora 17 machine, and it freezes! What is going on with bluetooth stack? Is it totally broken?

Comment 18 Dave Jones 2012-10-23 15:28:46 UTC
# Mass update to all open bugs.

Kernel 3.6.2-1.fc16 has just been pushed to updates.
This update is a significant rebase from the previous version.

Please retest with this kernel, and let us know if your problem has been fixed.

In the event that you have upgraded to a newer release and the bug you reported
is still present, please change the version field to the newest release you have
encountered the issue with.  Before doing so, please ensure you are testing the
latest kernel update in that release and attach any new and relevant information
you may have gathered.

If you are not the original bug reporter and you still experience this bug,
please file a new report, as it is possible that you may be seeing a
different problem. 
(Please don't clone this bug, a fresh bug referencing this bug in the comment is sufficient).

Comment 19 Valent Turkovic 2012-10-29 11:03:55 UTC
On Fedora 17 this bug is still present. Come on guys fix this bug, it makes whole bluetooth subsystem unusable!

Comment 20 Fedora End Of Life 2013-01-16 14:31:47 UTC
This message is a reminder that Fedora 16 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 16. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '16'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 16's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 16 is end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" and open it against that version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 21 Valent Turkovic 2013-01-16 15:04:27 UTC
Bug still present on Fedora 17!!!
Nobody even looked at this!

Bug cloned:
https://bugzilla.redhat.com/show_bug.cgi?id=896079

Comment 22 Josh Boyer 2013-01-16 15:28:18 UTC
*** Bug 896079 has been marked as a duplicate of this bug. ***

Comment 23 Fedora End Of Life 2013-07-03 23:26:52 UTC
This message is a reminder that Fedora 17 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 17. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '17'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 17's end of life.

Bug Reporter:  Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 17 is end of life. If you 
would still like  to see this bug fixed and are able to reproduce it 
against a later version  of Fedora, you are encouraged  change the 
'version' to a later Fedora version prior to Fedora 17's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 24 Fedora End Of Life 2013-08-01 02:08:51 UTC
Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.