We have had a divide-by-zero exception in 11.0.1.2606 leading to crash of dbsrv11. Does anyone know if such a problem is already addressed in the current EBF?

asked 16 Sep '11, 08:40

Martin's gravatar image

Martin
9.0k130169257
accept rate: 14%


There has been at least one issue fixed since 11.0.1.2606 that would result in a divide-by-zero crash - example:

QTS ISSUE 674917 - fixed in 11.0.1.2631 and 12.0.1.3388 and 12.0.0.2706

Under rare conditions, the server could crash when processing parallel queries. This has been fixed.

The crash can be worked around by disabling intra-query parallelism (setting option MAX_QUERY_TASKS=1).

It is hard to tell whether this fix or any of the others will resolve the divide by zero crash that you have seen.

permanent link

answered 16 Sep '11, 08:50

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297
accept rate: 41%

edited 16 Sep '11, 23:26

So anyway an update of this server sounds like a good idea, thanks Mark

(16 Sep '11, 08:55) Martin

I have uploaded the crash dump

(16 Sep '11, 09:18) Martin
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×51
×19
×12

question asked: 16 Sep '11, 08:40

question was seen: 2,749 times

last updated: 16 Sep '11, 23:26