Changes between Initial Version and Version 1 of Ticket #40, comment 73


Ignore:
Timestamp:
May 6, 2017, 2:13:55 PM (7 years ago)
Author:
Valery V. Sedletski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 73

    initial v1  
    11> 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 ...
    22
    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.
     3The 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.
    44
    55> I tried the version you suggested in comment #68. It completely hung my system, with or without the /largefiles switch.
    66
    77Where are the logs? "It completely hung my system" contains almost no information.
     8
     9It 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
     13That'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.