Menu

#307 The cnt() function always returns NAN

v1.1.x
fixed
critical (96)
v1.1.1
Bug Fix
2018-04-26
2018-04-11
Erik Hänel
No

The cnt() function always returns NAN when used together with data sets.

Analysis:
This issue only occurs in the fully optimized binary. It is related to a uninitialized integer variable in the corresponding function.

Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.

Documentation:
The fix was documented in the changes log.

Tests:
The fix was added to the automatic tests and performed with a fully optimized version. No deviation detected. Bug fix implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-04-11
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-04-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     The cnt() function always returns NAN when used together with data sets.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-04-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The cnt() function always returns NAN when used together with data sets.
    
     **Analysis:**
    +This issue only occurs in the fully optimized binary. It is related to a uninitialized integer variable in the corresponding function.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-04-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     This issue only occurs in the fully optimized binary. It is related to a uninitialized integer variable in the corresponding function.
    
     **Implementation:**
    +The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
    
     **Documentation:**
    +The fix was documented in the changes log.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-04-26
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     The fix was documented in the changes log.
    
     **Tests:**
    +The fix was added to the automatic tests and performed with a fully optimized version. No deviation detected. Bug fix implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB