You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if writing fails when using a file stream, it throws an exception from the compressor thread, since this is the thread in which the file accessor is used. This, however, makes it difficult to catch the exception in client code.
The following example demonstrates this behaviour by writing to a read_only file stream. An uncaught exception is thrown from the compressor thread.
Currently if writing fails when using a file stream, it throws an exception from the compressor thread, since this is the thread in which the file accessor is used. This, however, makes it difficult to catch the exception in client code.
The following example demonstrates this behaviour by writing to a read_only file stream. An uncaught exception is thrown from the compressor thread.
Output from LLDB:
The text was updated successfully, but these errors were encountered: