[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: problem in readdir



On Tue, Dec 26, 2000 at 06:09:42AM -0000, vishwanath vish stonedoormath wrote:
> hi all,
> 
> I am facing a problem in readdir in linux redhat 6.2 ver
> The same code is working fine in redhat 6.1.
> 
> In readdir its dumping core, i tried to debug the library source code but could't make it.
> 

1. Make sure that you're using the right header files and libraries. You can't
   mix and match 6.1 and 6.2 headers/libs.

2. Check redhat errata. This may be a genuine bug.

	-Arun