Search found 3 matches
- Sat May 09, 2026 2:50 am
- Forum: 喵伴 中文讨论版
- Topic: coze智能体对话使用过程中,出现crash在ssl过程
- Replies: 4
- Views: 172
Re: coze智能体对话使用过程中,出现crash在ssl过程
我想问一下,有什么更好的解决方案吗
- Mon Apr 27, 2026 12:23 pm
- Forum: 喵伴 中文讨论版
- Topic: coze智能体对话使用过程中,出现crash在ssl过程
- Replies: 4
- Views: 172
Re: coze智能体对话使用过程中,出现crash在ssl过程
源码编译的,环境用的esp-idf v5.5,智能体配置后成功后,和智能体对话,chat stop之后,概率就会出现这个问题;然后我现在把ssl_msg.c里面的ssl_check_ctr_reg重协商计数的那个函数,return 0之后,就没再出现了
MBEDTLS_CHECK_RETURN_CRITICAL
static int ssl_check_ctr_renegotiate(mbedtls_ssl_context *ssl)
{
return 0;
size_t ep_len = mbedtls_ssl_ep_len(ssl);
int in_ctr_cmp;
int out ...
MBEDTLS_CHECK_RETURN_CRITICAL
static int ssl_check_ctr_renegotiate(mbedtls_ssl_context *ssl)
{
return 0;
size_t ep_len = mbedtls_ssl_ep_len(ssl);
int in_ctr_cmp;
int out ...
- Fri Apr 24, 2026 1:45 pm
- Forum: 喵伴 中文讨论版
- Topic: coze智能体对话使用过程中,出现crash在ssl过程
- Replies: 4
- Views: 172
coze智能体对话使用过程中,出现crash在ssl过程
日志展示:
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x40056ece PS : 0x00060230 A0 : 0x82262fa8 A1 : 0x3c8c2980
--- 0x40056ece: memcmp in ROM
A2 : 0x00000000 A3 : 0x3c8811d0 A4 : 0x00000008 A5 : 0x00060223
A6 : 0x00000001 A7 ...
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x40056ece PS : 0x00060230 A0 : 0x82262fa8 A1 : 0x3c8c2980
--- 0x40056ece: memcmp in ROM
A2 : 0x00000000 A3 : 0x3c8811d0 A4 : 0x00000008 A5 : 0x00060223
A6 : 0x00000001 A7 ...