Lines Matching refs:panic

34 Every error cause listed in the `Overview`_ will be handled by the *panic handler*.
36 The panic handler will start by printing the cause of the error to the console. For CPU exceptions,…
40 Guru Meditation Error: Core 0 panic'ed (|ILLEGAL_INSTR_MSG|). Exception was unhandled.
46 Guru Meditation Error: Core 0 panic'ed (|CACHE_ERR_MSG|). Exception was unhandled.
50 Subsequent behavior of the panic handler can be set using :ref:`CONFIG_ESP_SYSTEM_PANIC` configurat…
72 The behavior of the panic handler is affected by two other configuration options.
74 …TARGET_CFG_PREFIX}_DEBUG_OCDAWARE` is enabled (which is the default), the panic handler will detec…
78 …ault), the panic handler code is placed in flash memory, not IRAM. This means that if ESP-IDF cras…
80 …If this option is enabled, the panic handler code (including required UART functions) is placed in…
82 The following diagram illustrates the panic handler behavior:
89 blockdiag panic-handler {
130 Unless the ``CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT`` option is enabled, the panic handler prints so…
164 A Register dump is not printed if the panic handler has been executed as a result of an ``abort()``…
168 …In some cases, such as interrupt watchdog timeout, the panic handler may print additional CPU regi…
217 …ting and printing a backtrace thanks to the stack dump provided by the board in the panic handler.
236 … for each function of the project. Then, when a CPU exception occurs, the panic handler will parse…
254 If the ``CONFIG_ESP_SYSTEM_PANIC_GDBSTUB`` option is enabled, the panic handler will not reset the …
287 … exception causes printed by the panic handler. Do not change the titles (insert spaces, reword, e…
291 …fferent error causes, printed in parens after the ``Guru Meditation Error: Core panic'ed`` message.
395 …When the fault occurs, the panic handler reports the address of the fault and the type of memory a…
498 0x4008b383: panic_abort at /path/to/esp-idf/components/esp_system/panic.c:367