Closed
Description
I've tried to run the following examples after a clean git clone and they all fail due to various issues:
- sync_server
- sync_client
- async_client
EDIT: After further testing, the problem seems to occur on Xtensa targets. It had issues on esp32s3
but with esp32c3
everything is running without any failure.
Here's the output from running async_client:
Waiting to get IP address...
Got IP: 192.168.69.165/24
connecting...
Start tls connect
Exception occured 'InstrProhibited'
Context
PC=0x00000000 PS=0x00060a10
0x00000000 - XT_STK_PC
at ??:??
0x00060a10 - PS_WOE
at ??:??
A0=0x8037b2eb A1=0x3fc9b900 A2=0x00000001 A3=0x00000000 A4=0x3fcbbfe0
0x8037b2eb - _rtc_fast_data_end
at ??:??
0x3fc9b900 - _ZN8esp_wifi7preempt10TASK_STACK17hc849bc2d8dfdc35eE.llvm.8558853931319064652
at ??:??
0x00000001 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x3fcbbfe0 - g_pm
at ??:??
A5=0x3fcbbfe0 A6=0x3fcef940 A7=0x1d800160 A8=0x820a44aa A9=0x00000000
0x3fcbbfe0 - g_pm
at ??:??
0x3fcef940 - g_osi_funcs_p
at ??:??
0x1d800160 - PS_WOE
at ??:??
0x820a44aa - _rtc_fast_data_end
at ??:??
0x00000000 - XT_STK_PC
at ??:??
A10=0x00019000 A11=0x00000001 A12=0x3fc9b900 A13=0xeeeeeeef A14=0x00000000
0x00019000 - RESERVE_ICACHE
at ??:??
0x00000001 - XT_STK_PC
at ??:??
0x3fc9b900 - _ZN8esp_wifi7preempt10TASK_STACK17hc849bc2d8dfdc35eE.llvm.8558853931319064652
at ??:??
0xeeeeeeef - _rtc_fast_data_end
at ??:??
0x00000000 - XT_STK_PC
at ??:??
A15=0x00000006
0x00000006 - XT_STK_PS
at ??:??
SAR=00000004
EXCCAUSE=0x00000014 EXCVADDR=0x00000000
0x00000014 - XT_STK_A3
at ??:??
0x00000000 - XT_STK_PC
at ??:??
LBEG=0x00000000 LEND=0x00000000 LCOUNT=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
THREADPTR=0x00000000
0x00000000 - XT_STK_PC
at ??:??
SCOMPARE1=0x00000001
0x00000001 - XT_STK_PC
at ??:??
BR=0x00000000
0x00000000 - XT_STK_PC
at ??:??
ACCLO=0x00000000 ACCHI=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
M0=0x00000000 M1=0x00000000 M2=0x00000000 M3=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
F64R_LO=0x00000000 F64R_HI=0x00000000 F64S=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
FCR=0x00000000 FSR=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
F0=0x00000000 F1=0x00000000 F2=0x00000000 F3=0x00000000 F4=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
F5=0x00000000 F6=0x00000000 F7=0x00000000 F8=0x00000000 F9=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
F10=0x00000000 F11=0x00000000 F12=0x00000000 F13=0x00000000 F14=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
0x00000000 - XT_STK_PC
at ??:??
F15=0x00000000
0x00000000 - XT_STK_PC
at ??:??
0x4003d024
0x4003d024 - rom_rx_gain_force
at ??:??
0x4037a49c
0x4037a49c - ppTask
at ??:??
0x42021f84
0x42021f84 - core::sync::atomic::atomic_load
at /home/anthony/.rustup/toolchains/esp/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:3184
0x40000000
0x40000000 - ets_rom_layout_p
at ??:??
Metadata
Metadata
Assignees
Labels
No labels