* rename system call kernel lockup
@ 2002-05-08 13:03 Matthias Lange
2002-05-08 13:10 ` Oleg Drokin
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Lange @ 2002-05-08 13:03 UTC (permalink / raw)
To: reiserfs-list
Hi,
My system: Linux hobbes 2.4.4-64GB-SMP #1 SMP
(SuSE Distribution 7.2)
The following c program locks up in kernel mode and a
reboot is required to access the directory /tmp/b again:
$ mkdir -p /tmp/b/a
--------------------
#include <stdio.h>
int main (void) {
int ret;
ret = rename("/tmp/b/a","/tmp/b"); /* <--- locks up here */
printf("Return Code: %d\n",ret);
perror("main");
return 0
}
--------------------
The partition is reiserfs, created with 3.5 and running with the
-o conv option to enable 32Bit uids.
I have not found any references to this problem on the mailing list,
is this a known bug? Possibly fixed in current versions?
Any help or advice is appreciated.
Greetings
Matthias Lange
Please cc: me since I am not on the list
--
Matthias Lange, Dipl.-Ing. (FH) e: ml@netuse.de
NetUSE AG Dr.-Hell-Straße Fon: +49 431 38643500
http://www.netuse.de/ D-24107 Kiel, Germany Fax: +49 431 38643599
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-08 13:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-08 13:03 rename system call kernel lockup Matthias Lange
2002-05-08 13:10 ` Oleg Drokin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.