> It's a little better now that it's using a temporary directory, but it
> still fails when I call it like:
> 
> ./hugemmap05
> 
> on Fedora 13/i386 (first the mmap fails, then the test tries to do a
> bunch of stuff in cleanup, including unmount the hugemmap filesystem
> -- which fails with EBUSY -- and remove the temporary directory --
> which fails because the mountpoint isn't unmounted -- and fails).
OK, the most important thing is to figure out why mmap() failed in the
first place. What did it return via strace?

It is hard to ensure the cleanup properly in those situation since it is
un-predictable what went wrong. The cleanup routine just do its best to
cleaning up the system. There was no grantee it would be succeed.

Thanks.

CAI Qian 

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to