Link to home
Start Free TrialLog in
Avatar of luyan
luyan

asked on

EXCEPTION_ACCESS_VIOLATION

In SQLDump log file, I got following error. What's wrong?  

* BEGIN STACK DUMP:                                                                                                                                  
*   Exception Address = 004314FA                                              
*   Exception Code    = c0000005 EXCEPTION_ACCESS_VIOLATION                    
*   Access Violation occurred writing address 8C478C7E                        
...        
Avatar of luyan
luyan

ASKER

It's happen when running stored procedures.
Avatar of Guy Hengel [angelIII / a3]
What version of SQL Server? What service pack?
Avatar of luyan

ASKER

SQL Server 2000 with service pack 4.
Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of luyan

ASKER

You think it's a bug of SQL Server 2000? Sometimes it didn't happen, sometimes it happend. Thanks!
There is another possibility: do you have antivirus software running on the server?
Avatar of luyan

ASKER

We have Symantec AntiVirus running on the server.  
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of luyan

ASKER

Can you tell me how to configure the Antivirus to SKIP all the .mdf, .ndf, ldf files in the data folders of the databases? I want to take a try. Thanks!
Well, I have no idea as I don't have Symantec Antivirus.
For a check, you might simply disable it completely for a certain time.
say the dump appears every 2-3 times per day, if disabled your sql runs for 2 days, you can assume that it was the issue.
I guess you will find some options to put exclusions or rules or something like that...

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of luyan

ASKER

Thanks angelIII!  I will try it.
Avatar of luyan

ASKER

The problem was still there after the configuration on Symantec Antivirus with SKIP all .mdf, .ndf, .ldf files.  Any other good ideas to solve the problem?   Thanks!
no, I have no other ideas.
Avatar of luyan

ASKER

Thanks AngelII!  
Does anyone see the error "EXCEPTION_ACCESS_VIOLATION" before? How to fix it? Thanks!
Avatar of luyan

ASKER

All set now. It's problem of hardware. Thanks for all your help!