Changes between Initial Version and Version 1 of Ticket #40, comment 73
- Timestamp:
- May 6, 2017, 4:13:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 73
initial v1 1 1 > By the way: a long time ago I fixed an error with querying EAs. If a file has no EAs you still have to return the EA names from the GEA list in the FEA list (in other words: it's not enough to just do nothing.) I hope that code is still there but I think it is. Maybe it is not when /largefiles is in use ... 2 2 3 The code with FIL_QUERYEASFROMLISTL is almost the same as with FIL_QUERYEASFROMLIST. The difference is only in returned file size: it is 64-bit. Maybe, there is more differences -- need to research. 3 The code with FIL_QUERYEASFROMLISTL is almost the same as with FIL_QUERYEASFROMLIST. The difference is only in returned file size: it is 64-bit. Maybe, there is more differences -- need to research. Yes, the code should be there as I did not removed anything. 4 4 5 5 > I tried the version you suggested in comment #68. It completely hung my system, with or without the /largefiles switch. 6 6 7 7 Where are the logs? "It completely hung my system" contains almost no information. 8 9 It would be better if you could help me to reproduce the problem on my machine. 10 11 > Why don't you just write a simple test case that issues DosFindFirst/DosFindNext? with FIL_QUERYEASFROMLISTL set ? 12 13 That's also possible, but it's easier to get ready-to-use testcase, i.e., use some already written program, like some XWP use case.