Summary: | net-wireless/bluez-5.75 bluetooth service crashes | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Anard <anard> |
Component: | Current packages | Assignee: | Pacho Ramos <pacho> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | anard, nd, pacho, paul |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 933246 | ||
Bug Blocks: | |||
Attachments: |
emerge --info
emerge --info bluez 5.78 |
I had this issue, and can confirm that upgrading to bluez-5.76-r1 appears to have resolved the issue. I will keep a close eye on it, and report back if this proves not to be the case. Thx Paul Jewel, I just tried to replace 5.72 by 5.76-r1 and I confirm it seems to solve the problem too. Only v.5.75 seems to be impacted by the issue… To confirm. Fixed version got stabilized Thanks for reporting the issue Hi. I reopen this thread as net-wireless/bluez-5.78 seems to push the same issue. I masked this version in /etc/portage/package.mask, re-emerged bluez (version 5.77) and restarted bluetooth rc-service and it works as expected again. Anything to correct in v.5.78 ? What errors are reported when it crashes? Hi. After entering suspend to RAM and wake system from keyboard, I have this in dmesg : [84922.780652] random: crng reseeded on system resumption [84922.783526] PM: suspend exit [84923.013880] bluetoothd[31431]: segfault at 559c065e3eb1 ip 000055993a6139cc sp 00007fff9188cc58 error 4 in bluetoothd[55993a562000+e0000] likely on CPU 6 (core 2, socket 0) [84923.013889] Code: 1a 04 00 00 48 8b 0d 0b 06 0b 00 e9 ae c0 ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 f3 0f 1e fa 48 89 f8 8b 0e 48 89 f7 <39> 48 04 75 0f 48 8b 50 08 48 85 d2 74 06 48 8b 70 10 ff e2 c3 66 Created attachment 906579 [details]
emerge --info bluez 5.78
Is this still valid with 5.79? (In reply to Pacho Ramos from comment #8) > Is this still valid with 5.79? Hi Pacho - I am just installing it now - I will give it a spin and report back. I can also confirm that I did have issues with 5.78. Unfortunately I don't have any logs to help with diagnosis. I will report back if 5.79 is good or bad, hopefully with logs if it does still have issues. Hi. v. 5,79 just comes in official gentoo overlay, I confirm that this version solves the problem :) Thx I can also confirm - 24 hours of testing with my laptop sleeping and re-awakening and the bluetooth connections re-established as expected. It looks like 5.79 has resolved the issue. |
Created attachment 894257 [details] emerge --info Hi. I use bluetooth keyboard with Openrc and Bluez. Since last net-wireless/bluez-5.75 upgrade, bluetooth service crashes on system wake up. I had created a udev rule for enabling wake up via BT keyboard : $ cat /etc/udev/rules.d/70-mouse-keyboard-wakeup.rules ACTION=="add" \ , ATTR{product}=="BCM[A-Za-z0-9]*|[A-Za-z -_]*[mM]ouse|[A-Za-z -_]*[kK]eyboard" \ , ATTR{power/wakeup}="enabled" #, ATTR{idProduct}=="21e8|2510" \ #, ATTR{idVendor}=="0a5c|093a" \ Strangely, my keyboard can still can wake the system after sleep (suspend to RAM) but bluetooth rc-service crashes immediately after... A rc-service bluetooth restart can solve the problem until next sleep. Waiting for a solution, I masked package net-wireless/bluez-5.75 and everything work well with bluez-5.72. Thx for help