rename() function

Joel Sherrill joel.sherrill at OARcorp.com
Wed May 18 20:19:51 UTC 2011


It is supposed to work. Can you post a complete test case?

--joel

"Robert S. Grimes" <rsg at alum.mit.edu> wrote:

>Does the rename() function really work for the IMFS?  I am using 4.9/4.10 on sparc, and the following code crashes my app immediately on entry into the rename() function:
>
>
>   printf("About to call\n");
>
>   rename("hello.txt", "goodby.txt");
>
>   printf("rename done\n");
>
>
>
>The first printf() works, then the system crashes.  And yes, the source file exists, and the destination does not.
>




More information about the users mailing list