Questions tagged [itron]

2 questions
9
votes
8 answers

Is there a programmatic way to check stack corruption

I am working with a multithreaded embedded application. Each thread is allocated stack sizes based on its functionality. Recently we found that one of the thread corrupted the stack by defining a array of local variables that was more than the stack…
Alphaneo
  • 12,079
  • 22
  • 71
  • 89
1
vote
2 answers

iTron data-queue in linux

In iTron there is lighter version of the message-queue called data-queue. They are very easy to use for fast message transfers. Is there any equivalent synchronization primitive in Linux? Definition of data-queue: It is a queue for one word messages
Alphaneo
  • 12,079
  • 22
  • 71
  • 89