This is a part of the VxWorks thread crash dump Could someone help me to decode the following two cases of "taskShow"
GOOD Healthy one
STACK BASE END SP SIZE HIGH MARGIN
----- ---------------- ---------------- ---------------- ------- ------- -------
exe ffff800000027000 ffff800000022000 ffff800000026cc0 20480 5504 14976
exc ffff80000002be30 ffff800000029000 11824 0 11824
BAD crash case
STACK BASE END SP SIZE HIGH MARGIN
----- ---------------- ---------------- ---------------- ------- ------- -------
exe ffff800000027000 ffff800000022000 ffff800000022020 20480 20480 0
exc ffff80000002be30 ffff800000029000 11824 3600 8224
The question is what the MARGIN 0 means? is it stack overflow? If so, what could be the major reason and how could I avoid it? Could someone with VxWorks experience help to decode this table?