Results 1 to 3 of 3

Thread: : fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION

  1. #1
    Simon S Guest

    : fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION

    Hi guys

    Recently, I noticed a monthly-run stored procedure (sp_insertAnnualRenewalLetterPrintedStatus) has been causing the aformentioned error, and it ended up creating all these .dmp files...
    This stored proc was created 10 months ago, and the error only started happenin' for the last 3-4 months! Also, for approx. every one out of 10 times the stored proc ran OK!

    Enclosed here is a sample content at the beginning of these .dmp files...
    Anyone can shed some light? THANKS IN ADVANCE

    SImon
    ================================================== ===================
    BugCheck Dump
    ================================================== ===================

    This file is generated by Microsoft SQL Server 1792.961
    upon detection of fatal unexpected error. Please return this file,
    the query or program that produced the bugcheck, the database and
    the error log, and any other pertinent information with a Service Request.

    Computer type is AT/AT COMPATIBLE.
    Bios Version is Dell Remote Assistant Card v2.0 detected.
    Phoenix ROM BIOS PLUS Version 1.10 A01
    Current local time is Wed Feb 06 15:48:46 2002
    2 Intel x86 level 6, 531 Mhz processor(s).
    Windows NT 4.0 Build 1381 CSD Service Pack 6.


    Memory
    ------
    MemoryLoad = 38% TotalPhys = 255 MB AvailPhys = 2 MB
    TotalPageFile = 493 MB

    Stack Dump being sent to e:SQLdatalogSQL00024.dmp
    ************************************************** *****************************
    *
    * BEGIN STACK DUMP:
    * 02/06/02 15:48:46 spid 28
    *
    * Exception Address = 0064EBF2 (COpenLockBytesSSWrapper::OpenLockBytes + 40)
    * Exception Code = c0000005 E
    * Access Violation occurred reading address 00000004
    * Input Buffer 126 bytes -
    * s p _ i n s e r t A n n u a l R e n e w a l L e t t e r P r i n t e d S
    * t a t u s ' 2 5 / 0 1 / 2 0 0 2 ' , 6 6 , 0

  2. #2
    mmwops Guest

    : fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION (reply)


    Hi Simon,

    All I can make of it is that it is a permission issue.
    Is the stored procedure owner the same as the owner of all objects accessed in the procedure? If not then SQL security will check the permissions on all of the objects the stored procedure is accessing, disregarding the 'exec' permission on the stored procedure. So the successful execution of the procedure depends on who is executing it.
    Hopefully this helps finding the cause of this.


    ------------
    Simon S at 2/7/2002 6:49:05 AM

    Hi guys

    Recently, I noticed a monthly-run stored procedure (sp_insertAnnualRenewalLetterPrintedStatus) has been causing the aformentioned error, and it ended up creating all these .dmp files...
    This stored proc was created 10 months ago, and the error only started happenin' for the last 3-4 months! Also, for approx. every one out of 10 times the stored proc ran OK!

    Enclosed here is a sample content at the beginning of these .dmp files...
    Anyone can shed some light? THANKS IN ADVANCE

    SImon
    ================================================== ===================
    BugCheck Dump
    ================================================== ===================

    This file is generated by Microsoft SQL Server 1792.961
    upon detection of fatal unexpected error. Please return this file,
    the query or program that produced the bugcheck, the database and
    the error log, and any other pertinent information with a Service Request.

    Computer type is AT/AT COMPATIBLE.
    Bios Version is Dell Remote Assistant Card v2.0 detected.
    Phoenix ROM BIOS PLUS Version 1.10 A01
    Current local time is Wed Feb 06 15:48:46 2002
    2 Intel x86 level 6, 531 Mhz processor(s).
    Windows NT 4.0 Build 1381 CSD Service Pack 6.


    Memory
    ------
    MemoryLoad = 38% TotalPhys = 255 MB AvailPhys = 2 MB
    TotalPageFile = 493 MB

    Stack Dump being sent to e:SQLdatalogSQL00024.dmp
    ************************************************** *****************************
    *
    * BEGIN STACK DUMP:
    * 02/06/02 15:48:46 spid 28
    *
    * Exception Address = 0064EBF2 (COpenLockBytesSSWrapper::OpenLockBytes + 40)
    * Exception Code = c0000005 E
    * Access Violation occurred reading address 00000004
    * Input Buffer 126 bytes -
    * s p _ i n s e r t A n n u a l R e n e w a l L e t t e r P r i n t e d S
    * t a t u s ' 2 5 / 0 1 / 2 0 0 2 ' , 6 6 , 0

  3. #3
    Matt Bryant Guest

    : fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION (reply)

    I was recently looking into a similar exception error on Microsoft Technet This appears to be a date conversion problem. Try looking up article Q269884
    on MS Technet site.

    Matt

    ------------
    Simon S at 2/7/2002 6:49:05 AM

    Hi guys

    Recently, I noticed a monthly-run stored procedure (sp_insertAnnualRenewalLetterPrintedStatus) has been causing the aformentioned error, and it ended up creating all these .dmp files...
    This stored proc was created 10 months ago, and the error only started happenin' for the last 3-4 months! Also, for approx. every one out of 10 times the stored proc ran OK!

    Enclosed here is a sample content at the beginning of these .dmp files...
    Anyone can shed some light? THANKS IN ADVANCE

    SImon
    ================================================== ===================
    BugCheck Dump
    ================================================== ===================

    This file is generated by Microsoft SQL Server 1792.961
    upon detection of fatal unexpected error. Please return this file,
    the query or program that produced the bugcheck, the database and
    the error log, and any other pertinent information with a Service Request.

    Computer type is AT/AT COMPATIBLE.
    Bios Version is Dell Remote Assistant Card v2.0 detected.
    Phoenix ROM BIOS PLUS Version 1.10 A01
    Current local time is Wed Feb 06 15:48:46 2002
    2 Intel x86 level 6, 531 Mhz processor(s).
    Windows NT 4.0 Build 1381 CSD Service Pack 6.


    Memory
    ------
    MemoryLoad = 38% TotalPhys = 255 MB AvailPhys = 2 MB
    TotalPageFile = 493 MB

    Stack Dump being sent to e:SQLdatalogSQL00024.dmp
    ************************************************** *****************************
    *
    * BEGIN STACK DUMP:
    * 02/06/02 15:48:46 spid 28
    *
    * Exception Address = 0064EBF2 (COpenLockBytesSSWrapper::OpenLockBytes + 40)
    * Exception Code = c0000005 E
    * Access Violation occurred reading address 00000004
    * Input Buffer 126 bytes -
    * s p _ i n s e r t A n n u a l R e n e w a l L e t t e r P r i n t e d S
    * t a t u s ' 2 5 / 0 1 / 2 0 0 2 ' , 6 6 , 0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •