rcuvgd / tmlinux

Automatically exported from code.google.com/p/tmlinux
0 stars 0 forks source link

research read02 to find out the issue of unlink. #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
read02 without modification cause system crashed. So it is needed to 
research carefully.

Original issue reported on code.google.com by camelguo@gmail.com on 14 Apr 2009 at 3:57

GoogleCodeExporter commented 8 years ago
reduce read02 to the file attached, which cause the system crash too. The 
system 
crash is caused by:
1. create a file (tstfile in this case)
2. Open this file;
3. Unlink this file;  Because this file is still exist, the file will not be 
deleted 
but rename to .nfs*, after renaming it, the system crashed.

Original comment by camelguo@gmail.com on 14 Apr 2009 at 4:58

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by camelguo@gmail.com on 14 Apr 2009 at 5:01