Advertisement
Guest User

Untitled

a guest
Apr 4th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. (gnome-control-center:1707): Bluetooth-WARNING **: 23:52:18.530: Error setting property 'Discoverable' on interface org.bluez.Adapter1: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (g-dbus-error-quark, 4)
  2. [chesn@host ~]$ systemctl status bluetooth
  3. ● bluetooth.service - Bluetooth service
  4. Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
  5. Active: failed (Result: core-dump) since Wed 2018-04-04 23:52:18 CEST; 26s ago
  6. Docs: man:bluetoothd(8)
  7. Process: 1239 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, signal=SEGV)
  8. Main PID: 1239 (code=dumped, signal=SEGV)
  9. Status: "Running"
  10.  
  11. Apr 04 23:51:02 host systemd[1]: Starting Bluetooth service...
  12. Apr 04 23:51:02 host bluetoothd[1239]: Bluetooth daemon 5.49
  13. Apr 04 23:51:02 host systemd[1]: Started Bluetooth service.
  14. Apr 04 23:51:02 host bluetoothd[1239]: Starting SDP server
  15. Apr 04 23:51:02 host bluetoothd[1239]: Bluetooth management interface 1.14 initialized
  16. Apr 04 23:51:02 host bluetoothd[1239]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource
  17. Apr 04 23:51:02 host bluetoothd[1239]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSink
  18. Apr 04 23:52:18 host systemd[1]: bluetooth.service: Main process exited, code=dumped, status=11/SEGV
  19. Apr 04 23:52:18 host systemd[1]: bluetooth.service: Failed with result 'core-dump'.
  20. [chesn@host ~]$ coredumpctl info 1239
  21. PID: 1239 (bluetoothd)
  22. UID: 0 (root)
  23. GID: 0 (root)
  24. Signal: 11 (SEGV)
  25. Timestamp: Wed 2018-04-04 23:52:18 CEST (46s ago)
  26. Command Line: /usr/lib/bluetooth/bluetoothd
  27. Executable: /usr/lib/bluetooth/bluetoothd
  28. Control Group: /system.slice/bluetooth.service
  29. Unit: bluetooth.service
  30. Slice: system.slice
  31. Boot ID: 1146f83668314c9893935029b62a0c38
  32. Machine ID: 043c22e6d7784616bae5cf9a1af48fbf
  33. Hostname: host
  34. Storage: /var/lib/systemd/coredump/core.bluetoothd.0.1146f83668314c9893935029b62a0c38.1239.1522878738000000.lz4 (inaccessible)
  35. Message: Process 1239 (bluetoothd) of user 0 dumped core.
  36.  
  37. Stack trace of thread 1239:
  38. #0 0x0000557af456efd0 btd_adv_manager_refresh (bluetoothd)
  39. #1 0x0000557af457b6c4 n/a (bluetoothd)
  40. #2 0x0000557af45ac049 n/a (bluetoothd)
  41. #3 0x0000557af45acb9e n/a (bluetoothd)
  42. #4 0x0000557af45b95c3 n/a (bluetoothd)
  43. #5 0x00007f02358a42c6 g_main_context_dispatch (libglib-2.0.so.0)
  44. #6 0x00007f02358a46a1 n/a (libglib-2.0.so.0)
  45. #7 0x00007f02358a49d2 g_main_loop_run (libglib-2.0.so.0)
  46. #8 0x0000557af4528709 n/a (bluetoothd)
  47. #9 0x00007f0234b68f4a __libc_start_main (libc.so.6)
  48. #10 0x0000557af452904a n/a (bluetoothd)
  49. [chesn@host ~]$ pacman -Qs bluez
  50. local/bluez 5.49-2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement