English 中文(简体)
VxWorks:任务ID覆盖到另一个内存位置。
原标题:VxWorks : Task Id overwrites to another memory location
  • 时间:2010-02-15 13:03:40
  •  标签:
  • vxworks

I have an application running on VxWorks 5.5.1 It basically allocates a STL map data structure but in some cases my main task crashes. When I monitor via debugger, the allocated size for an STL map type variable has the value of another task s ID instead of 8.

所以似乎是任务ID和变量混淆了。

The problem occurs in consecutive start and stop of main task. Could it possible, TCB block of a task overwrites an area in memory Regards

最佳回答

It s solved. It was beacuse of an custom debug function. Thanks for spending time.

问题回答

暂无回答




相关问题
Instruction on how to build Qt for VxWorks?

I would like to use Qt with VxWorks. Is that possible? If so, does anyone know if there s a tutorial or step-by-step guide on how to do so? Extra If anyone has experience in using Qt with VxWorks, ...

Has anyone run VxWorks on a desktop PC as a target

Can I use a desktop PC to run VxWorks as the operating system? In other words, can a standard PC be used as a target processor? I m not talking about hosting Workbench and a VxSim on the same ...

VxWorks:任务ID覆盖到另一个内存位置。

我在VxWorks 5.5.1上运行一个应用程序,它基本上分配了一个STL map数据结构,但在某些情况下,我的主任务会崩溃。当我通过调试器监视时,分配的STL映射的大小...

热门标签