LL_ASSERT in isr_radio_state_close() #3300
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Milestone
Reported by Johan Hedberg:
0x000008d0 in bt_controller_assert_handle (file=0xb165 "",
file@entry=0xb12c "/home/jh/src/zephyr/subsys/bluetooth/controller/ll/ctrl.c",
line=2333) at /home/jh/src/zephyr/samples/bluetooth/hci_uart/src/main.c:308
308 uart_poll_out(hci_uart_dev, line >> 24 & 0xff);
(gdb) bt
#0 0x000008d0 in bt_controller_assert_handle (file=0xb165 "",
file@entry=0xb12c "/home/jh/src/zephyr/subsys/bluetooth/controller/ll/ctrl.c",
line=2333) at /home/jh/src/zephyr/samples/bluetooth/hci_uart/src/main.c:308
#1 0x00007544 in isr_radio_state_close ()
at /home/jh/src/zephyr/subsys/bluetooth/controller/ll/ctrl.c:2684
#2 isr () at /home/jh/src/zephyr/subsys/bluetooth/controller/ll/ctrl.c:2759
#3 0x000019fc in isr_radio ()
at /home/jh/src/zephyr/subsys/bluetooth/controller/hal/nrf5/radio.c:29
#4 0x00008e92 in radio_nrf5_isr_body ()
at /home/jh/src/zephyr/subsys/bluetooth/controller/hci/hci_driver.c:155
#5 radio_nrf5_isr ()
at /home/jh/src/zephyr/subsys/bluetooth/controller/hci/hci_driver.c:153
#6
#7 0x0800dfea in ?? ()
#8 0xf7ff8002 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) up
#1 0x00007544 in isr_radio_state_close ()
at /home/jh/src/zephyr/subsys/bluetooth/controller/ll/ctrl.c:2684
warning: Source file is more recent than executable.
2684 LL_ASSERT(0);
(gdb) p _radio.role
$1 = ROLE_ADV
HCI:
< HCI Command: LE Set Advertise Enable (0x08|0x000a) plen 1 10271.532834
Advertising: Disabled (0x00)
(Imported from Jira ZEP-1852)
The text was updated successfully, but these errors were encountered: