Opened 4 years ago

Last modified 4 years ago

#13638 new Bugs

wrong system to generic error conversion on windows with ERROR_SHARING_VIOLATION

Reported by: joseph@… Owned by: Beman Dawes
Milestone: To Be Determined Component: system
Version: Boost 1.63.0 Severity: Problem
Keywords: Cc:

Description

in system/detail/error_code.ipp

case ERROR_SHARING_VIOLATION_: return make_error_condition( permission_denied );

This does not mean permission denied. It means more like device_or_resource_busy or perhaps text_file_busy.

Change History (1)

comment:1 by Kohei Takahashi, 4 years ago

Component: Nonesystem
Owner: set to Beman Dawes
Note: See TracTickets for help on using tickets.