Site icon EfmSoft

What does errno 47 (ECANCELED) in Solaris mean?

 
Could be also:
ConstantTypeOS
KERN_NODE_DOWNKern returnMac
ippStsRepetitiveSrcDataIntel Ipp StatusAny
EL3RSTerrnoLinux
EAFNOSUPPORTerrnoMac
INSTRUCTION_BUS_ERRORBugCheck CodeWindows
Previous Next
EAFNOSUPPORT ELNRNG

ECANCELED

Canceled asynchronous operation

ECANCELED is Solaris errno 47 (Operation canceled). A Solaris asynchronous operation was canceled before completion.

Cancellation is a completion outcome, so trace the component that requested it and the point at which the operation became cancelable. A timeout, user cancellation, process shutdown, and dependency failure can all lead to different recovery behavior.

What to check

  • Identify the async subsystem: POSIX AIO, timer, cancellation, or another queued operation.
  • Distinguish explicit cancellation from timeout and transport failure.
  • Do not reuse buffers or descriptors until the completion path is fully accounted for.

References


Looking for a different code? Search another status or error code.

Exit mobile version