Exception !
Vector 13 : Access Violation
Program Counter: 0x100bfc3c
Access Address (write): 0x54e71f04
Status Register: 0x00010216
Task: 0x1516dce8 "tWdbTask"
0x1516dce8 (tWdbTask): WDB exception. restarting agent in 10
seconds...
Exception !
Vector 13 : Access Violation
Program Counter: 0x100bfc3c
Access Address (write): 0x54e71f04
Status Register: 0x00010216
Task: 0x1516dce8 "tWdbTask"
Has anyone seen this kind of error before? I have tried increasing the
stack sizes of the twdbtask, tshell and any spawned tasks but this is
to no avail. I also increased the memory size of the simulator. The
size of the .out file is about 320 kbytes.
I appreciate your help.
Thanks
Regards,
papi
It seems as if you have symbols (code or data) in your .out file with
addresses that overlap memory already used by VxWorks in the simulator.
Check the symbols in the .out file. I do that with nmsimpc or
objdumpsimpc (for instance, objdumpsimpc --section-headers file.out),
but I use Tornado 2.0.2 / VxWorks 5.4.2.
Thanks for all your responses so far. One note I wanted to make is
that this same .out file works perfectly well when placed in an actual
hardware target.
Does that make any difference? If I find my symbols to overlap the
simulator memory, what can I do to fix it?
FYI, I use VxWorks 6.2
Thanks