LibAbacus broken in 4.3 PTR (division by zero in 1/0) #1


  • New
  • Defect
Open
Assigned to ckknight
  • DHedbor created this issue Oct 5, 2011

    What steps will reproduce the problem?
    1. Log in.
    2. Check bugsack

    What is the expected output? What do you see instead?

    - Division by zero error from: local inf=1/0
    - Expected no error.

    What version of the product are you using?

    -Latest.

    Do you have an error log of what happened?

    - Not worth posting!

    Please provide any additional information below.

    Change the line to:

    local inf=math.huge
    and works (compatible with 4.2 as well).

  • DHedbor added the tags New Defect Oct 5, 2011
  • DHedbor edited title Oct 5, 2011
  • EricBeaudoin posted a comment Jul 26, 2012

    The problem is also present with Mists Beta and the PTR for 5.0.3. The fix described still work.


To post a comment, please login or register a new account.