Description
For Sming, a ESP8266 framework, we tried updating the NON-OS SDK to version 3.0.4 (commit be2f86d). After the update all samples segfault as soon as there is an attempt to connect to an AP. The errors point to ieee80211_setup_ratetable.
The APs that we used are using 5G frequencies.
Can you give us any hints what can cause this problem?
***** Fatal exception 3 (LOAD_STORE_ERROR)
pc=0x4020884b sp=0x3ffffe30 excvaddr=0x40231434
ps=0x00000030 sar=0x0000001e vpri=0xffffffff
r00: 0x402087f7=1075873783 r01: 0x3ffffe30=1073741360 r02: 0x00000002= 2
r03: 0x0000000b= 11 r04: 0x3ffee344=1073668932 r05: 0x40231434=1076040756
r06: 0x3ffee1c4=1073668548 r07: 0x3ffffe30=1073741360 r08: 0x00000001= 1
r09: 0x3ffea9cf=1073654223 r10: 0x00000016= 22 r11: 0x00000000= 0
r12: 0x00000002= 2 r13: 0x3ffeea30=1073670704 r14: 0x00000000= 0
r15: 0x3ffeea30=1073670704
0x400005e1: ?? ??:0
0x4020884b: ieee80211_setup_ratetable at ??:?
0x402087f7: ieee80211_phy_init at ??:?
0x40231434: chip_v6_unset_chanfreq at ??:?
0x401049ea: pp_post at ??:?
0x4010426f: lmacRxDone at ??:?
0x40205c90: ieee80211_setup_rates at ??:?
0x4020c468: cnx_update_bss_more at ??:?
0x4020c485: cnx_update_bss_more at ??:?
0x40209ef7: scan_parse_beacon at ??:?
0x40000072: ?? ??:0
0x4022c727: DefFreqCalTimerCB at ??:?
0x40205d7d: ieee80211_parse_beacon at ??:?
0x4020ab7b: sta_input at ??:?
0x40000f58: ?? ??:0
0x4020a73c: sta_input at ??:?
0x4022c0f7: pp_tx_idle_timeout at ??:?
0x4022b9bb: ppPeocessRxPktHdr at ??:?