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
This happens only if there are not active attachments at this point, e.g.:
- SS and FW=OFF: last user disconnects from the database
- CS and FW=OFF: any user disconnects from the database
- any arch and FW: the server is shutting down with active transactions
Unfortunately, some code parts attempt to access the NULL attachment pointer regardless.
description: There is no active attachment at this moment, but some code parts attempt to access the NULL pointer regardless. => This happens only if there are not active attachments at this point, e.g.:
- SS and FW=OFF: last user disconnects from the database
- CS and FW=OFF: any user disconnects from the database
- any arch and FW: the server is shutting down with active transactions
Unfortunately, some code parts attempt to access the NULL attachment pointer regardless.
summary: Server crashes while switching to the shadow if the disk I/O fault happens while flushing the cache during the engine shutdown => Server crashes while switching to the shadow if the disk I/O fault happens while flushing the cache
Submitted by: @dyemanov
This happens only if there are not active attachments at this point, e.g.:
- SS and FW=OFF: last user disconnects from the database
- CS and FW=OFF: any user disconnects from the database
- any arch and FW: the server is shutting down with active transactions
Unfortunately, some code parts attempt to access the NULL attachment pointer regardless.
Commits: 81ea92c 1636bb0
The text was updated successfully, but these errors were encountered: