Users Guide

Error Messages: Dellâ„¢ PowerVaultâ„¢ 50F 8-Port Fibre Channel Switch Installation and Troubleshooting Guide
file:///C|/Users/sharon_anand/Desktop/PowerVault/50f_enit/ERROR.HTM[3/15/2013 11:32:10 AM]
This module includes errors that cause a system panic to occur. A system panic causes the switch to reboot.
The PANIC error is stored in flash memory with a stack trace, local stack content and local register content at
the time the error occurred.
To view the trace, allow the switch to reboot and issue the traceShow command. If the trace was caused by
a PANIC error, the first line displays:
Reset reasons 0x100: Panic
PANIC errors have the highest severity (0).
NOTE: Use the traceShow command to identify PANIC errors as the errShow command is not useful in this case.
Table A-2. Panic Errors
Error
Severity Explanation Action
FREETIMRLSD
(0)
A task freed an already free timer. Issue the traceShow command. Contact customer
support.
INCONSiSTENT
(0)
An internal inconsistency has been detected. Issue the traceShow command. Contact customer
support.
MALLOC (0) The switch has run out of memory. Issue the traceShow command. Contact customer
support.
MSGQCREATE
(0)
A message queue could not be created. Issue the traceShow command. Contact customer
support.
MSGQDELETE
(0)
A message queue could not be destroyed. Issue the traceShow command. Contact customer
support.
SEMCREATE (0) A semaphore could not be created. Issue the traceShow command. Contact customer
support.
SEMDELETE (0) A semaphore could not be destroyed. Issue the traceShow command. Contact customer
support.
TASKSPAWN (0) A task could not be created. Issue the traceShow command. Contact customer
support.
TIMEUSECNT (0) A timer was not released after expiration. Issue the traceShow command. Contact customer
support.
ZOMTIMKILL (0) An attempt was made to kill a timer that was in `zombie'
state.
Issue the traceShow command. Contact customer
support.
ZOMTIMSET (0) An attempt was made to set a timer that was in
`zombie' state.
Issue the traceShow command. Contact customer
support.
MQ-QWRITE Error
The software includes several message queues that are used for inter-task communication. Each queue
holds a maximum of 64 messages. Under normal operations, a task sends a message to another task on a
queue, and occupies a slot in the queue. After the message is received, its slot in the queue is open for
another message.
If the receiving task does not run for a period of time, and the sender task sends more than 64 messages to