Quality RTOS & Embedded Software

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


Loading

Crash in uxListRemove

Posted by bupthebroker on March 9, 2016

Hi, i have a problem with my FreeRtos 8.2 in the uxListRemove function:

Listt * const pxList = ( Listt * ) pxItemToRemove->pvContainer;

the pxList is NULL which causes a crash.

I noticed that inside xQueueGenericReceive a task can add itself to a wait list TWO times. The pvContainer pointer is set to NULL upon the first removal of the same task. The second removel will then crash.

if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) { ... vTaskPlaceOnEventList( &( pxQueue->xTasksWaitingToReceive ), xTicksToWait ); ... }

What could cause this?

Edit, i noticed that xQueueReset was called. This does not seem to clear the pxQueue->xTasksWaitingToReceive, is that correct? After the xQueueReset pxQueue->xTasksWaitingToReceive.uxNumberOfItems is 1, and the same task will add itselt the second time, bringing the pxQueue->xTasksWaitingToReceive.uxNumberOfItems value to 2.

Regards


Crash in uxListRemove

Posted by rtel on March 9, 2016

The most common cause of this type of data corruption is an invliad interrupt priority setting.

Which port are you using? Do you have configASSERT() defined? Have you read through the "my application does not run, what could be wrong?" FAQ item?


Crash in uxListRemove

Posted by bupthebroker on March 9, 2016

I am using pic32, i haven't used the configASSERT, i will see what it says..

Hmm, now it won't start at all: xTaskPriorityDisinherit: configASSERT( pxTCB->uxMutexesHeld );


Crash in uxListRemove

Posted by rtel on March 9, 2016

Are you trying to give a mutex from a task that does not hold the mutex?


[ 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