FIX: Unhandled AV During Concurrent DUMP DATABASE CommandsLast reviewed: December 19, 1997Article ID: Q170499 |
The information in this article applies to:
SYMPTOMSAn unhandled access violation (AV) with the stack trace shown below may occur very infrequently while two or more concurrent DUMP DATABASE commands are running. Due to the unhandled nature of the AV, the stack trace will only be visible if the Windows NT Server symbols are installed and either of the following conditions are true:
ntdll!RtlUnwind+0xd2 MSVCRT40!global_unwind2+0x18 MSVCRT40!longjmpex+0x18 WORKAROUNDCurrent evidence indicates the problem may occur when an attention event, such as dbcancel(), is received when two or more database dumps are running. Try running the dumps in series instead of in parallel. If this is not sufficient, try to avoid query cancellation during database dump. If this is not possible, put the server in single-user mode before doing a database dump.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5. This problem was corrected in the latest Microsoft SQL Server 6.5 U.S. Service Pack. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K Keywords : kbbug6.50 SSrvGen SSrvGPF kbfix6.50.sp4 kbenv kbusage Version : 6.5 Platform : WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |