cancel
Showing results for 
Search instead for 
Did you mean: 

[SB10] VerboseLog / Logging DB-Service Crash

Former Member
2,247

Hey everybody,

Sybase 10 32 Bitis running as a Service on Server 2008x64. Last 4 weeks the server crashes 2 times with following error with not entry in logfile

Error in application dbsrv10.exe, version 10.0.1.3415, time stamp 0x46094b94, faulty module dbserv10.dll, version 10.0.1.3415, time stamp 0x46096fa0, exception code 0xc0000005, fault offset 0x002f3be5, process id 0x1394, application start time 01cfd8d5a795cc57.

Is it possible to activate an extended log to see for the next time? I have heard from the verbose log, but solves that my problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

Breck_Carter
Participant
   Error in application dbsrv10.exe, version 10.0.1.3415, time stamp 0x46094b94, 
   faulty module dbserv10.dll, version 10.0.1.3415, time stamp 0x46096fa0, 
   exception code 0xc0000005, fault offset 0x002f3be5, process id 0x1394, 
   application start time 01cfd8d5a795cc57.

That's a fatal internal server crash; the "exception code 0xc0000005" gives it away. That is a C0000005 access violation... a bug inside SQL Anywhere that should not happen, and certainly should not be caused by anything you do... and no amount of bug hunting on your part is going to find the cause.

SQL Anywhere 10.0.1.3415 is pretty old. 10.0.1.4310 exists; it may or may not be the latest EBF, and it may or may not fix the problem, but it is worth trying a recent EBF.

However, it may not be easy to obtain that EBF since "the gates have been closed" on downloading recently.

Also, Version 10 has been rejected by the SAP Death Panel is no longer supported as far as bug fixes are concerned, so if you have stumbled on a new bug it will not be fixed.

Technical support is still available, however, so if you can get a crash dump you might get someone to look at it; i.e., fixes might not be available,... They may suggest a workaround.

Even better: Upgrade to Version 12 or 16.

VolkerBarth
Contributor

and certainly should not be caused by anything you do... and no amount of bug hunting on your part is going to find the cause

Well, the user certainly is not responsible for that crash but I remember (rare) situations when I could reproduce a db server crash by re-doing a particular SQL statement, so a user still might cause such a crash - and might be able to prevent that particular command...

That being said, I certainly agree that there's not much sense in bug hunting here - it just may be that the bug finds you:)