Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#2129 new defect

sync() implementation is dangerous — at Initial Version

Reported by: Sebastian Huber Owned by: Joel Sherrill
Priority: normal Milestone: Indefinite
Component: score Version:
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The sync() implementation has some weaknesses.

  1. No protection of concurrent sync() operations.
  2. Since we have no Newlib locks, other threads must not use file operations during the sync() period.
  3. Deletion of threads during the sync() may lead to all sorts of things.

Change History (0)

Note: See TracTickets for help on using tickets.