on 2012 Sep 20 9:04 AM
Does anyone have any ideas on where to start looking when a database engine service simply disappears? No assertion, no error in the console log, nothing in the Windows event logs.
Server re-starts without complaint.
v10.0.1.4310
When the SQL Anywhere database server unexpectedly crashes, it will normally catch this event itself and automatically create a mini-dump file and supply this information to dbsupport. Depending upon your submission settings, dbsupport will either auto-submit this information automatically to SAP/Sybase or will hold on to the information until you submit it manually.
Use dbsupport -lc
to list all unsubmitted crashes on the system. Use dbsupport -sa
to submit any outstanding crashes to SAP/Sybase. Once the information has been submitted, if you post the submission ID here, I can take a quick look at the submission for you to see if it's a known issue.
If your server is still crashing and no information is being passed to dbsupport, there are other ways to manually collect this diagnostic information from the server (via procdump and psexec, if required). If you need to go this route though, we would recommend that you also open a technical support case with us so that we can work with you on collecting this output and have it analyzed.
A reminder that SQL Anywhere 10.0.x has been end-of-life'd, so there could also be an outstanding technical issue with the product that will not be fixed by a software patch - we will attempt to provide "limited technical assistance" for the product via technical support instead (suggest workarounds, etc.).
"Crashes" can frequently be related to database corruption (although this will typically be reported as an "assertion" in the database console log - I noted that you've already checked this: dbsrv10 -o console.txt
). Have you validated your database to ensure it is not corrupted? Particularly the pears.TempShift
and pears.RecentObjects
tables? If you re-run the last INSERT and UPDATE logged in the transaction log, does it result in the same crash?
Update by Justin Willey - support found the problem in a query evaluation / optimizer routine. The routine was rewritten for v11 so shouldn't be present in v11 or higher versions. See comments below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi - just had a recurrence - have tried submitting but getting:
Error submitting report: No reply received from web server. Error sending to www.ianywhere.com:80.
Is it possible to send you the files?
Many thanks
I believe we have a current outage in the submission server - I'm not sure when this is to be resolved.
Do you have a support plan and can you open a support ticket for this issue?
@Jeff, I've submitted the mini core files etc for event SA10_20121017_101730_3440 (this is another incident yesterday with the same symptoms) under case #11759414 - many thanks
Have heard back from support. The crash seems to relate to a portion of code in the query evaluation / optimization process. The routine in question has been re-written in v11 so the problem shouldn't be present in that or later versions.
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.