LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-22-2022, 10:05 AM   #1
BenCollver
Rogue Class
 
Registered: Sep 2006
Location: OR, USA
Distribution: Slackware64-15.0
Posts: 376
Blog Entries: 2

Rep: Reputation: 172Reputation: 172
bluetoothd segfault on -current


After recent updates on -current, bluetoothd has begun to segfault for me. It happens when i resume from suspend and connect my bluetooth headset.

Code:
Jan 22 07:54:51 svadhyaya kernel: bluetoothd[25138]: segfault at 10a4 ip 00007f3c30494a96 sp 00007fffd3c613c8 error 4 in libc-2.33.so[7f3c30412000+15e000]

Jan 22 07:54:51 svadhyaya kernel: Code: 0f 1f 40 00 66 0f ef c0 66 0f ef c9 66 0f ef d2 66 0f ef db 48 89 f8 48 89 f9 48 81 e1 ff 0f 00 00 48 81 f9 cf 0f 00 00 77 6a <f3> 0f 6f 20 66 0f 74 e0 66 0f d7 d4 85 d2 74 04 0f bc c2 c3 48 83
If I run "/etc/rc.d/rc.bluetooth start" then i can connect after that.

I am using bluez-5.63-x86_64-1

Looks as though it may be related to the following bug report:
https://bugs.archlinux.org/task/73394

Last edited by BenCollver; 01-22-2022 at 10:12 AM.
 
Old 01-22-2022, 10:44 AM   #2
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Interesting. I have observed this on my 14.2 system upgraded to bluez-5.63:

Code:
[423707.981598] bluetoothd[27159]: segfault at 2 ip 00007ff290a4aff6 sp 00007fff259813d8 error 4 in libc-2.23.so[7ff2909c0000+1c0000]
[423707.981615] Code: 0f 1f 40 00 66 0f ef c0 66 0f ef c9 66 0f ef d2 66 0f ef db 48 89 f8 48 89 f9 48 81 e1 ff 0f 00 00 48 81 f9 cf 0f 00 00 77 6
a <f3> 0f 6f 20 66 0f 74 e0 66 0f d7 d4 85 d2 74 04 0f bc c2 c3 48 83

But similar segfaults also accour on other 14.2 computers (again, upgraded to bluez-5.63), but in irrelevant binaries:
Code:
[ 7058.648895] wget[13516]: segfault at 233a000 ip 00007f8d6ea3eb80 sp 00007ffd2b225228 error 6 in libc-2.23.so[7f8d6e9b0000+1c0000]
[ 7058.648920] Code: 10 f3 0f 7f 44 17 e0 f3 0f 7f 47 20 f3 0f 7f 44 17 d0 f3 0f 7f 47 30 f3 0f 7f 44 17 c0 48 01 fa 48 83 e2 c0 48 39 d1 74 a5 90 <66> 0f 7f 01 66 0f 7f 41 10 66 0f 7f 41 20 66 0f 7f 41 30 48 83 c1


[   18.587467] xcmddc[763]: segfault at 0 ip 00007ff1ce507b5f sp 00007ffda926f0f0 error 4 in libXcm.so.0.0.5[7ff1ce504000+8000]
[   18.613467] Code: b8 01 00 00 00 83 fb ff 74 34 31 c0 ba 50 00 00 00 be 03 07 00 00 89 df e8 5e e6 ff ff 85 c0 74 2a b8 02 00 00 00 49 8b 55 00 <80> 3a 00 75 0a 80 7a 01 ff 0f 84 82 00 00 00 b8 04 00 00 00 48 83
The computers also run 5.15 kernels(*), built using Slackware's config. Could it be the kernel?


(*) I'm sure the first one was running 5.15, but the second one might have been on 5.4, not very sure on that.
 
Old 01-22-2022, 11:06 AM   #3
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 486

Rep: Reputation: 339Reputation: 339Reputation: 339Reputation: 339
Quote:
Originally Posted by BenCollver View Post
After recent updates on -current, bluetoothd has begun to segfault for me. It happens when i resume from suspend and connect my bluetooth headset.

Code:
Jan 22 07:54:51 svadhyaya kernel: bluetoothd[25138]: segfault at 10a4 ip 00007f3c30494a96 sp 00007fffd3c613c8 error 4 in libc-2.33.so[7f3c30412000+15e000]

Jan 22 07:54:51 svadhyaya kernel: Code: 0f 1f 40 00 66 0f ef c0 66 0f ef c9 66 0f ef d2 66 0f ef db 48 89 f8 48 89 f9 48 81 e1 ff 0f 00 00 48 81 f9 cf 0f 00 00 77 6a <f3> 0f 6f 20 66 0f 74 e0 66 0f d7 d4 85 d2 74 04 0f bc c2 c3 48 83
If I run "/etc/rc.d/rc.bluetooth start" then i can connect after that.

I am using bluez-5.63-x86_64-1

Looks as though it may be related to the following bug report:
https://bugs.archlinux.org/task/73394
Same issue here, I always have to "/etc/rc.d/rc.bluetooth restart" after resuming since bluez-5.63.
 
Old 01-22-2022, 11:10 AM   #4
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,409

Rep: Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144
Quote:
Originally Posted by BenCollver View Post
After recent updates on -current, bluetoothd has begun to segfault for me. It happens when i resume from suspend and connect my bluetooth headset.

Code:
Jan 22 07:54:51 svadhyaya kernel: bluetoothd[25138]: segfault at 10a4 ip 00007f3c30494a96 sp 00007fffd3c613c8 error 4 in libc-2.33.so[7f3c30412000+15e000]

Jan 22 07:54:51 svadhyaya kernel: Code: 0f 1f 40 00 66 0f ef c0 66 0f ef c9 66 0f ef d2 66 0f ef db 48 89 f8 48 89 f9 48 81 e1 ff 0f 00 00 48 81 f9 cf 0f 00 00 77 6a <f3> 0f 6f 20 66 0f 74 e0 66 0f d7 d4 85 d2 74 04 0f bc c2 c3 48 83
If I run "/etc/rc.d/rc.bluetooth start" then i can connect after that.

I am using bluez-5.63-x86_64-1

Looks as though it may be related to the following bug report:
https://bugs.archlinux.org/task/73394
Will be fixed, probably in next bluez release :
https://git.kernel.org/pub/scm/bluet...6b1cae3678dea6

Last edited by marav; 01-22-2022 at 11:11 AM.
 
Old 01-22-2022, 11:32 AM   #5
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 486

Rep: Reputation: 339Reputation: 339Reputation: 339Reputation: 339
Quote:
Originally Posted by marav View Post
Will be fixed, probably in next bluez release :
https://git.kernel.org/pub/scm/bluet...6b1cae3678dea6
I hope, I tried this patch without success. Maybe it's not enough.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] -current (April 7th): bluetoothd segfault? andrew.46 Slackware 7 04-10-2018 02:19 AM
[SOLVED] Not possibile to search for devices in Blueman-mangaer, bluetoothd is running glupa4e Slackware 9 11-23-2017 09:49 PM
Bluetooth Audio Sink Problem (bluetoothd: Unable to select SEP) 0zMe Slackware 0 02-25-2013 05:44 PM
BlueZ-4.58 is installed, but bluetoothd is not running, says "Unable to get on D-Bus" deepthits Linux - Wireless Networking 3 12-10-2009 01:18 AM
Bluetoothd using 100% cpu on Slackware 12 natefoss Slackware 0 07-16-2007 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration