Skip to content

[HELP] TCP/IP psock_send_eventhandler hardfault #15049

@vladsomai

Description

@vladsomai

Description

Hello,

We are running NuttX 12.6 on a STM32H7 MCU and ran into an issue right after accepting a socket connection where the board crashed. The hardfault together with the addr2line output on each flash address is attached as a txt file.
hardfault.txt

I attached an image with the Wireshark trace.
wireshark

The IP 192.168.1.36 is running NuttX 12.6 release, while the IP 192.168.1.178 is running Windows 10.
According to the Wireshark data, both sides of the connection send a [PSH, ACK] message. The message going from 36 -> 178 waits for ACK with Seq=1, but the Windows machine sends a request instead of an ACK with Seq=1 causing the board to enter in hardfault.

Can someone help identify what could cause this issue and how to fix it?

Verification

  • I have verified before submitting the report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions