FogBugz (Fall [Issue]11293) Tools - Get a red square of death when opening File Browser on Windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Fall [Issue]11293) Tools - Get a red square of death when opening File Browser on Windows

Pharo Issue Tracker
FogBugz Notification
avatar
Bug in Project:  Tools: 1. Pharo Image  •  You are subscribed to this case
At least this part:
- When selected some folders, with special files(system files) I get this error (DoesNotUnderstand:False>>humanReadableSIByteSize)

is a problem in sqWin32Directory.c for fileplugin primitives.
It uses GetFileAttributesExW for dir_EntryLookup which can get ERROR_SHARING_VIOLATION (for example against 'C:\pagefile.sys').

enumerating with dir_Lookup does not suffer from this, because
it uses FindFirstFile/FindNextFile.

squeakvms (and maybe older pharos as well) only use FindFirstFile
for directory listings.
Priority Priority: 3 – Must Fix Status Status: Work Needed (Not Reproducible)
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker