Mantis - ALGLIB
Viewing Issue Advanced Details
521 General minor have not tried 2013-05-12 13:27 2013-05-13 11:38
SergeyB  
SergeyB  
normal  
resolved  
fixed  
none    
none 3.8.0  
Unspecified
0000521: FIXED: stack overflow in kd-tree construction routine
Stack overflow was raised when input array contained a LOT of duplicate vectors. After the fix algorithm may handle arbitrary number of duplicates in the input data without causing overflow.

This issue was reported by jreyniers ( http://forum.alglib.net/viewtopic.php?f=2&t=840 ).
Issue History
2013-05-12 13:27 SergeyB New Issue
2013-05-12 13:27 SergeyB Status new => assigned
2013-05-12 13:27 SergeyB Assigned To => SergeyB
2013-05-12 13:27 SergeyB Programming language => Unspecified
2013-05-13 11:30 SergeyB Note Added: 0000064
2013-05-13 11:30 SergeyB Status assigned => confirmed
2013-05-13 11:36 SergeyB Status confirmed => resolved
2013-05-13 11:36 SergeyB Fixed in Version => 3.8.0
2013-05-13 11:36 SergeyB Resolution open => fixed
2013-05-13 11:38 SergeyB Summary Stack overflow in kd-tree construction routine => FIXED: stack overflow in kd-tree construction routine
2013-05-13 11:38 SergeyB Description Updated

Notes
(0000064)
SergeyB   
2013-05-13 11:30   
Issue was confirmed.