[ros-bugs] [Bug 6720] REGRESSION: Rather severe filesystem corruption when extracting files from an archive

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Jan 3 10:11:14 UTC 2012


http://www.reactos.org/bugzilla/show_bug.cgi?id=6720


Heis Spiter <pierre.schweitzer at reactos.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |0.3.14




--- Comment #7 from Heis Spiter <pierre.schweitzer at reactos.org>  2012-01-03 10:11:13 CET ---
This problems is also highlighted by the rewrite of the CreateDirectory(Ex)A/W
functions using new path functions.
After having run the msitest_winetest automation test, here are the contents of
the msitest directory:
http://img828.imageshack.us/img828/4922/fscorruption.png.

But, the file system reports good file creations. Here is an extract of the
FsRtl notifications functions output during the test (they print each time a
new file/directory is created on the disk):
(ntoskrnl/fsrtl/notify.c:697) FsRtlNotifyFilterReportChange(): B0923EC8,
B06791C4, \Documents and Settings\Administrator\Local
Settings\Temp\msitest\one.txt, 130, (null), (null), 1, 1, 00000000, 00000000
(ntoskrnl/fsrtl/notify.c:697) FsRtlNotifyFilterReportChange(): B0923EC8,
B06791C4, \Documents and Settings\Administrator\Local
Settings\Temp\msitest\first, 130, (null), (null), 2, 1, 00000000, 00000000
(ntoskrnl/fsrtl/notify.c:697) FsRtlNotifyFilterReportChange(): B0923EC8,
B06791C4, \Documents and Settings\Administrator\Local
Settings\Temp\msitest\first\two.txt, 142, (null), (null), 1, 1, 00000000,
00000000
(ntoskrnl/fsrtl/notify.c:697) FsRtlNotifyFilterReportChange(): B0923EC8,
B06791C4, \Documents and Settings\Administrator\Local
Settings\Temp\msitest\second, 130, (null), (null), 2, 1, 00000000, 00000000
(ntoskrnl/fsrtl/notify.c:697) FsRtlNotifyFilterReportChange(): B0923EC8,
B06791C4, \Documents and Settings\Administrator\Local
Settings\Temp\msitest\second\three.txt, 144, (null), (null), 1, 1, 00000000,
00000000
(ntoskrnl/fsrtl/notify.c:697) FsRtlNotifyFilterReportChange(): B0923EC8,
B06791C4, \Documents and Settings\Administrator\Local
Settings\Temp\msitest\cabout, 130, (null), (null), 2, 1, 00000000, 00000000
(ntoskrnl/fsrtl/notify.c:697) FsRtlNotifyFilterReportChange(): B0923EC8,
B06791C4, \Documents and Settings\Administrator\Local
Settings\Temp\msitest\cabout\four.txt, 144, (null), (null), 1, 1, 00000000,
00000000
(ntoskrnl/fsrtl/notify.c:697) FsRtlNotifyFilterReportChange(): B0923EC8,
B06791C4, \Documents and Settings\Administrator\Local
Settings\Temp\msitest\filename, 130, (null), (null), 1, 1, 00000000, 00000000

So, we can see that the filesystem is having proper paths and creating
appropriate stuff.

I will try to mount the volume within Windows to see...


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list