Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Race condition in socket closing / address binding / DHCP

Posted by peku33 on August 10, 2016

Hi.

I'm using FreeRTOS 9.0 / Labs TCP project. I discovered a possibility of race condition in process of binding / releasing socket.

The main issue is, that under higher system loads, the DHCP tasks likes to call configASSERT( xReturn == 0 ); just after xReturn = vSocketBind( xDHCPData.xDHCPSocket, &xAddress, sizeof( xAddress ), pdFALSE );

After investigation i found this is because of Address in use problem.

This is (most likely) caused by delay between FreeRTOS_closesocket( xDHCPData.xDHCPSocket ); and actual freeing of bind in vSocketClose (which is delayed to task).

Before the port is released, the DHCP socket is recreated and bind fails causing assertion to kill the system.

While I'm able to understand why releasing buffers is delayed, I'm not able to get why removing of bind isn't done immediately.

Possible solution (but I'm not sure if there aren't any other constraints) is to move uxListRemove( &( pxSocket->xBoundSocketListItem ) ); to FreeRTOS_closesocket instead of vSocketClose.

Best regards, Paweł Kubrak


Race condition in socket closing / address binding / DHCP

Posted by rtel on August 11, 2016

Thank you for your feedback - this will be investigated and reported back.


Race condition in socket closing / address binding / DHCP

Posted by heinbali01 on August 13, 2016

As the DHCP code always runs from within the IP-task, I think it is safe to call the internal close function vSocketClose().

~~~~ Public API Internal call

FreeRTOSclosesocket vSocketClose FreeRTOSbind vSocketBind ~~~~

Within FreeRTOS_DHCP.c, could you replace all occurrences of FreeRTOS_closesocket() with vSocketClose() and see if that helps?

I just tried that myself and it works fine for me.

Regards.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner