CONFIG_BT_DEBUG_LOG+CONFIG_DEBUG appears incompatible with the USB CDC console

I'm using the USB cdc console example(https://github.com/nrfconnect/sdk-zephyr/tree/main/samples/subsys/usb/console) with nrf52840_dk and enabling the following 3 additional options:

CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_DEBUG=y

This crashes shortly after boot.

Can be reproduced reliably. Disabling either CONFIG_BT_DEBUG_LOG or CONFIG_DEBUG makes it work, but I'd like to have debug logging at this stage.

Related