-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash When Transmitting Data to Server-V2 During Wi-Fi Roaming #1073
Comments
When you see a crash, please always report the full crash debug info, especially the backtrace and, if undecoded, firmware version & source. To decode the backtrace, use the |
|
Disabling Additional network traffic is being sent through a JavaScript Plugin, which does not produce the same error, indicating that the issue may be specific to the I'm continuing to investigate, but could you clarify the intended mechanism for monitoring network connection status within the module? |
While sending data over a TCP connection using
tcp_send()
, the system crashes with a LoadProhibited exception on core 1. This issue occurred around the time the module is roaming from one Wi-Fi network to another, which may affect the state of the TCP connection.The crash occurs when invoking the
tcp_send()
function in the following code:OVMS.V3/components/mongoose/mongoose/mongoose.c:2776
len = nc->iface->vtable->tcp_send(nc, buf, len);
The crash occurred during the event
ticker.1@ovms-server-v2
.The text was updated successfully, but these errors were encountered: