OpenSolaris

Printable Version Enter a New Search
Bug ID 6563321
Synopsis mail command fails with fifofs attr vattr.va_nodeid hitting max value
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:mail
Keywords rtiq_reviewed
Responsible Engineer Nagaraj Yedathore
Reported Against
Duplicate Of
Introduced In solaris_2.0
Commit to Fix snv_78
Fixed In snv_78
Release Fixed solaris_nevada(snv_78) , solaris_9(s9patch) (Bug ID:2156628) solaris_8(s8patch) (Bug ID:2156629,) solaris_10u5(s10u5_07) (Bug ID:2156630,)
Related Bugs 6419990 , 6670105 , 6672095 , 6767487
Submit Date 30-May-2007
Last Update Date 24-December-2007
Description
mail command fails if the pipes in the fifofs opened/closed so far is more than UINT32_MAX.

The result is that mail command's fstat returns E_OVERFLOW. The mail command needs to be compiled with largefile compliance.

To demonstrate the problem, one can write a program to continuously open and close a pipe, untill stat_buf.st_ino for the pipe overflows the 32 bit value.
Work Around
N/A
Comments
N/A