[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-06-12 Thread Daniel van Vugt
Thanks. We call that "Fix Released" if any release contains a fix.

In order to get a fix into 16.04 though, we would need to know exactly
which code change between versions 5.37 and 5.46 fixed it.

** Changed in: bluez (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  Fix Released

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-06-08 Thread Bearsh
in any case someone faces the same problem, installing
bluez_5.46-0ubuntu3_amd64.deb from artful (together with libreadline7)
solved the problem for me.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  New

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-06-06 Thread Daniel van Vugt
I can't find any other reports of this crash globally. But also the
stack in comment #3 may be wrong.

Please upgrade to Ubuntu 18.04 if you can. Otherwise there is little we
can do (also because the upstream BlueZ developers won't want to help
while you're on an old version).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  New

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-06-05 Thread Bearsh
any news on this?
is there something I can do to help?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  New

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-04-29 Thread Daniel van Vugt
** Changed in: bluez (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  New

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-04-27 Thread Bearsh
here we go...

** Attachment added: "output of dpkg -l"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+attachment/5128438/+files/dpkg-l.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-04-27 Thread Daniel van Vugt
In that case please also send us your package listing (dpkg -l).

** Changed in: bluez (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-04-27 Thread Bearsh
and with the workaround from bug 994921, it refuses to report the bug
because it's not an official kde package (well for sure it is not...)
and I have to remove some third party packages...

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-04-27 Thread Daniel van Vugt
That would be because you failed to apply a workaround for bug 994921.
It might require some tweaking :/

But lucky for you we did get enough info from the crash file:

Stacktrace:
 #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
 agent = 
 #1  0x55922049561b in adapter_register (adapter=0x559220a77c20) at 
src/adapter.c:7434
 agent = 
 db = 
 #2  read_info_complete (status=, length=, 
param=, user_data=0x559220a77c20) at src/adapter.c:7897
 adapter = 0x559220a77c20
 rp = 
 missing_settings = 
 __func__ = "read_info_complete"
 #3  0x5592204bf656 in request_complete (mgmt=mgmt@entry=0x559220a71d90, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x559220a72d29) at src/shared/mgmt.c:261
 match = {opcode = 4, index = 0}
 request = 0x559220a72fb0
 #4  0x5592204c011c in can_read_data (io=, 
user_data=0x559220a71d90) at src/shared/mgmt.c:353
 hdr = 
 cc = 0x559220a72d26
 cs = 
 opcode = 4
 event = 
 index = 
 length = 283
 #5  0x5592204cbe25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
 watch = 
 result = 
 destroy = 
 #6  0x7f310746b04a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #7  0x7f310746b3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #8  0x7f310746b712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #9  0x55922042d09d in main (argc=1, argv=0x7ffe83a0edb8) at src/main.c:687
 context = 
 err = 0x0
 sdp_flags = 
 gdbus_flags = 
 watchdog = 0
 watchdog_usec = 
 __func__ = "main"
StacktraceAddressSignature: 
/usr/lib/bluetooth/bluetoothd:4:/usr/lib/bluetooth/bluetoothd+8461b:/usr/lib/bluetooth/bluetoothd+ae656:/usr/lib/bluetooth/bluetoothd+af11c:/usr/lib/bluetooth/bluetoothd+bae25:/lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2+4a04a:/lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2+4a3f0:/lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2+4a712:/usr/lib/bluetooth/bluetoothd+1c09d
StacktraceTop:
 agent_get (owner=owner@entry=0x0) at src/agent.c:267
 adapter_register (adapter=0x559220a77c20) at src/adapter.c:7434
 read_info_complete (status=, length=, 
param=, user_data=0x559220a77c20) at src/adapter.c:7897
 request_complete (mgmt=mgmt@entry=0x559220a71d90, status=, 
opcode=opcode@entry=4, index=index@entry=0, length=length@entry=280, 
param=0x559220a72d29) at src/shared/mgmt.c:261
 can_read_data (io=, user_data=0x559220a71d90) at 
src/shared/mgmt.c:353
Tags: xenial third-party-packages
ThreadStacktrace:
 .
 Thread 1 (Thread 0x7f3107894880 (LWP 23334)):
 #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
 agent = 
 #1  0x55922049561b in adapter_register (adapter=0x559220a77c20) at 
src/adapter.c:7434
 agent = 
 db = 
 #2  read_info_complete (status=, length=, 
param=, user_data=0x559220a77c20) at src/adapter.c:7897
 adapter = 0x559220a77c20
 rp = 
 missing_settings = 
 __func__ = "read_info_complete"
 #3  0x5592204bf656 in request_complete (mgmt=mgmt@entry=0x559220a71d90, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x559220a72d29) at src/shared/mgmt.c:261
 match = {opcode = 4, index = 0}
 request = 0x559220a72fb0
 #4  0x5592204c011c in can_read_data (io=, 
user_data=0x559220a71d90) at src/shared/mgmt.c:353
 hdr = 
 cc = 0x559220a72d26
 cs = 
 opcode = 4
 event = 
 index = 
 length = 283
 #5  0x5592204cbe25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
 watch = 
 result = 
 destroy = 
 #6  0x7f310746b04a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #7  0x7f310746b3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #8  0x7f310746b712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #9  0x55922042d09d in main (argc=1, argv=0x7ffe83a0edb8) at src/main.c:687
 context = 
 err = 0x0
 sdp_flags = 
 gdbus_flags = 
 watchdog = 0
 watchdog_usec = 
 __func__ = "main"

** Changed in: bluez (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  New

Bug description:
  systemctl status bluetooth.service 
  ● 

[Touch-packages] [Bug 1767124] Re: bluetoothd crashed with SIGILL in agent_get() from adapter_register()

2018-04-27 Thread Bearsh
for whatever reason 'ubuntu-bug /var/crash/YOURFILE.crash' doesn't provide an 
URL or open a browser window :(
I'll attache the .cash file here

** Attachment added: "_usr_lib_bluetooth_bluetoothd.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+attachment/5128211/+files/_usr_lib_bluetooth_bluetoothd.0.crash

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1767124

Title:
  bluetoothd crashed with SIGILL in agent_get() from adapter_register()

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  systemctl status bluetooth.service 
  ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: core-dump) since Don 2018-04-26 16:16:36 CEST; 
2min 25s ago
   Docs: man:bluetoothd(8)
Process: 1458 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, 
signal=ILL)
   Main PID: 1458 (code=dumped, signal=ILL)
 Status: "Running"

  Apr 26 16:16:35 tiger systemd[1]: Starting Bluetooth service...
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth daemon 5.37
  Apr 26 16:16:35 tiger systemd[1]: Started Bluetooth service.
  Apr 26 16:16:35 tiger bluetoothd[1458]: Starting SDP server
  Apr 26 16:16:35 tiger bluetoothd[1458]: Bluetooth management interface 1.14 
initialized
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=4/ILL
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Unit entered failed 
state.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Failed with result 
'core-dump'.
  Apr 26 16:16:36 tiger systemd[1]: bluetooth.service: Start request repeated 
too quickly.
  Apr 26 16:16:36 tiger systemd[1]: Failed to start Bluetooth service.

  sudo gdb /usr/lib/bluetooth/bluetoothd
  ...
  Program received signal SIGILL, Illegal instruction.
  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  267 src/agent.c: Datei oder Verzeichnis nicht gefunden.
  (gdb) bt
  #0  agent_get (owner=owner@entry=0x0) at src/agent.c:267
  #1  0x555d861b in adapter_register (adapter=0x5587fed0) at 
src/adapter.c:7434
  #2  read_info_complete (status=, length=, 
param=, user_data=0x5587fed0) at src/adapter.c:7897
  #3  0x55602656 in request_complete (mgmt=mgmt@entry=0x55879ef0, 
status=, opcode=opcode@entry=4, index=index@entry=0, 
length=length@entry=280, param=0x55879f79) at src/shared/mgmt.c:261
  #4  0x5560311c in can_read_data (io=, 
user_data=0x55879ef0) at src/shared/mgmt.c:353
  #5  0x5560ee25 in watch_callback (channel=, 
cond=, user_data=) at src/shared/io-glib.c:170
  #6  0x77b1004a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x77b103f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x77b10712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #9  0x5557009d in main (argc=1, argv=0x7fffe658) at src/main.c:687

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1767124/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp