Files
esp-idf/tools
Ivan Grokhotkov c3d2942675 panic: skip over the first invalid PC in case of InstrFetchProhibited
InstrFetchProhibited usually occurs because of a jump to an invalid
pointer. In this case, PC in the exception frame is the address of
the jump destination. 'esp_ptr_executable' check in print_backtrace
function recognizes the first frame as invalid, and the backtrace is
interrupted. This prevents the user from finding the location where
the invalid pointer is dereferenced.

Bypass the 'esp_ptr_executable' check if the exception cause is
InstrFetchProhibited. Update the test case to no longer ignore this
issue.
2020-09-04 20:45:38 +02:00
..
2020-07-30 22:09:39 +08:00
2020-05-19 12:17:32 +02:00
2020-05-20 10:50:10 +08:00
2020-05-25 10:27:05 +07:00
2020-04-30 06:47:49 +00:00
2020-05-20 12:07:51 +02:00
2020-05-25 10:27:05 +07:00